File upp.changes of Package ultimatepp
-------------------------------------------------------------------
Sun Dec 9 16:50:50 UTC 2018 - malcolmlewis@opensuse.org
- Spec file clean up.
- Drop ultimatepp-fix-incorrect-fsf-address.patch as fixed
upstream.
- Drop desktop macros as these are handled by file triggers.
-------------------------------------------------------------------
Sat Oct 20 08:51:40 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 11873:
+ See http://www.ultimatepp.org/redmine/projects/upp/activity
for changes from revision 8227.
- Dropped ultimatepp-fix-theide-desktop.patch (merged upstream).
-------------------------------------------------------------------
Mon Sep 14 01:51:50 UTC 2015 - malcolmlewis@opensuse.org
- Update to version 8227:
+ See http://www.ultimatepp.org/redmine/projects/upp/activity
for changes from revision 4585.
- Rebase ultimatepp-fix-incorrect-fsf-address.patch.
- Rebase ultimatepp-fix-zero-length-error.patch.
-------------------------------------------------------------------
Mon Apr 1 20:00:58 UTC 2013 - malcolmlewis@opensuse.org
- Add libbz2-devel to build requires.
- Rebase ultimatepp-fix-theide-desktop.patch.
- Fix desktop install as per rpmlint warning.
- Add ultimatepp-fix-zero-length-error.patch: Add placeholder
statement in zero-length header files.
- Add update-desktop-database macros in post/postun.
-------------------------------------------------------------------
Sat Dec 15 22:38:13 UTC 2012 - lars@linux-schulserver.de
- update to 5485:
[Core]
* String class has been further optimized for improved Cat performance.
* Id class was refactored to better support multithreaded programming.
* STATIC_ASSERT introduced for compile-time checks.
* TCP/IP and HTTP was refactored and integrated into Core, providing
new TcpSocket, IpAddrInfo, HttpHeader and HttpRequest classed
(effectively obsoleting Web package).
* Value was refactored and optimized, now using small value
optimization technique.
* Value got Xmlize (conversion to/from XML) and Jsonize
(conversion to/from JSON) support.
* Date now has operator++/--.
* Exit is now equivalent of C exit function, implemented using
exception trow to *_APP_MAIN and C++ friendly.
* Thread now has AtExit support.
* .ini parameters now can be optionally encapsulated using
INI_* helpers.
* Sort algorithm was refactored, works about 10% faster.
* LOGHEX and DUMPHEX logging macros provided for logging Strings
in hexadecimal form.
* LoadFromJsonFile and StoreToJsonFile jsonize object from/to files.
[Sql]
* 'Of' method, used to qualify SQL column names, now has new
alternative notation using operator().
* Schema files information is now accessible application providing
a form of database schema introspection.
* JoinRef method of Select provides automatic join where join condition
is synthetized by framework based on schema introspection.
* SqlCtrls now support automated mode based on schema introspection.
* SqlSession now has ThrowOnError option, when active all SQL errors
throw SqlError exception.
* Sql: Sql now supports fetching ValueMap of row
(using Fetch variant or GetRowMap after Fetch).
* MassInsert now has "remove" option to remove rows inserted before
inserting, NoUseTransaction option and is using RDBM specific SQL
syntax (instead generic UNION ALL trick) when possible.
* Secondary SQLR default session intended for 'read-only' sessions.
* Default sessions SQL and SQLR now can be per-thread
(useful for multithreaded server applications).
* Columns and table names now can be optionally quoted (new mode).
* Sql: SqlLoadTable and SqlLoadColumn helper function can read
whole tables into C++ VectorMaps.
* New Sqls::operator^ fetches single row from select and returns
it as ValueMap.
[RichText, RichEdit]
* Paragraph ruler now can have dotted or dashed styles
[CtrlLib]
* EditField now has WhenPasteFilter that can be used to change pasted
clipboard text before inserting it.
* FileSel in Win32 is now using separate thread to lazy-load icons.
* ColorPopup checks clipboard and when it founds a text resembling color
definition (like #12aa33 or 123 55 6), adds this color to predefined
colors in selection.
[ide]
* New, vastly improved GDB frontend.
* Startup times should be significantly improved.
* C#, JavaScript and css syntax highlighting.
* Ide now can view .png, .jpg, .gif and .bmp files and even edit
smaller .png files.
* New save file on window deactivation option is helpful when editing
scripts or web templates - no need to save file when going to another
window to test.
* Insert clipboard as C string, convert text to C string functions.
* New find in files dialog option to filter files according to their
'read only' status.
- specfile cleanup
- fix license according to upstream docu
- remove ultimatepp-fix-missing-const.patch (upstream)
-------------------------------------------------------------------
Sat Oct 6 21:35:22 UTC 2012 - malcolmlewis@opensuse.org
- Updated to revision 4193:
+ See http://www.ultimatepp.org/redmine/projects/upp/repository/
revisions for changes from revision 2232.
- Drop upp-x11-src-2232-text_ptr.patch as this is now upstreamed.
- Rebase and rename theide.desktop.diff to
ultimatepp-fix-theide-desktop.patch.
- General specfile cleanup.
- Add ultimatepp-fix-missing-const.patch: Fix missing const, gcc47
related.
- Add ultimatepp-fix-incorrect-fsf-address.patch: Fix incorrect
FSF address.
-------------------------------------------------------------------
Tue Apr 13 13:04:36 UTC 2010 - lars@linux-schulserver.de
- Specfile cleanup
- Build in openSUSE Education repository
- Added libpng-devel to buildrequires
-------------------------------------------------------------------
Sat Mar 13 00:00:00 UTC 2010 - coyoteuser@gmail.com
- Based on source spec file
- Split examples to devel package
- Added rpmlintrc and desktop entry patch