Hello community, here is the log from the commit of package libkipi for openSUSE:Factory checked in at 2020-01-11 14:41:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkipi (Old) and /work/SRC/openSUSE:Factory/.libkipi.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Sat Jan 11 14:41:31 2020 rev:114 rq:762454 version:19.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes 2019-12-13 12:04:29.693399439 +0100 +++ /work/SRC/openSUSE:Factory/.libkipi.new.6675/libkipi.changes 2020-01-11 14:43:06.917257780 +0100 @@ -1,0 +2,10 @@ +Tue Jan 7 10:36:23 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 19.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.1 +- Changes since 19.12.0: + * Update the obsolete projects.kde.org URL + +------------------------------------------------------------------- @@ -7 +17 @@ - * https://www.kde.org/announcements/releases/19.12.0 + * https://www.kde.org/announcements/releases/19.12 Old: ---- libkipi-19.12.0.tar.xz libkipi-19.12.0.tar.xz.sig New: ---- libkipi-19.12.1.tar.xz libkipi-19.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.iGS9Yx/_old 2020-01-11 14:43:07.285257926 +0100 +++ /var/tmp/diff_new_pack.iGS9Yx/_new 2020-01-11 14:43:07.289257928 +0100 @@ -23,7 +23,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: libkipi -Version: 19.12.0 +Version: 19.12.1 Release: 0 Summary: KDE Image Plugin Interface License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT ++++++ libkipi-19.12.0.tar.xz -> libkipi-19.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-19.12.0/README new/libkipi-19.12.1/README --- old/libkipi-19.12.0/README 2019-10-30 20:15:20.000000000 +0100 +++ new/libkipi-19.12.1/README 2019-12-16 22:24:02.000000000 +0100 @@ -13,7 +13,7 @@ -- DEPENDENCIES ------------------------------------------------------- CMake >= 2.8.12 http://www.cmake.org -ECM >= 1.7.0 https://projects.kde.org/projects/kdesupport/extra-cmake-modules +ECM >= 1.7.0 https://commits.kde.org/extra-cmake-modules libqt >= 5.4.0 http://qt-project.org libkde >= 5.5.0 http://www.kde.org @@ -22,7 +22,7 @@ libjpeg >= 6b http://www.ijg.org libtiff >= 3.8.2 http://www.remotesensing.org/libtiff libpng >= 1.2.0 http://www.libpng.org/pub/png/libpng.html -libkexiv2 >= 5.0.0 https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2 +libkexiv2 >= 5.0.0 https://commits.kde.org/libkexiv2 -- INSTALL ------------------------------------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-19.12.0/src/Mainpage.dox new/libkipi-19.12.1/src/Mainpage.dox --- old/libkipi-19.12.0/src/Mainpage.dox 2019-10-30 20:15:20.000000000 +0100 +++ new/libkipi-19.12.1/src/Mainpage.dox 2019-12-16 22:24:02.000000000 +0100 @@ -19,9 +19,9 @@ <h2>Developing a new KIPI plugin</h2> The easiest way to start a new plugin, is to copy the - <a href="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/show/tests/kxmlhelloworld?rev=development%2F2.0.0"> + <a href="https://commits.kde.org/libkipi?path=tests/plugins/kxmlhelloworld"> KXMLHelloWorld</a> plugin, which you may find in <a - href="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi"> + href="https://commits.kde.org/libkipi"> libkipi</a> project from KDE git repository. Please also read <a href="http://www.ukuug.org/events/linux2004/programme/paper-JPedersen-2/index.html"> this tutorial</a> which tells in general about developing a plugin @@ -45,7 +45,7 @@ <tt>K_PLUGIN_FACTORY</tt> and <tt>K_EXPORT_PLUGIN</tt>. <li> You also need to create a desktop file, as described <a href="http://www.ukuug.org/events/linux2004/programme/paper-JPedersen-2/index.html#makefile_am_client">here</a> <li> You must write a rc file describing the gui of your plugin. For an - example look at the <a href="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/entry/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworldui.rc?rev=development%2F2.0.0">rc + example look at the <a href="https://commits.kde.org/libkipi?path=tests/plugins/kxmlhelloworld/kipiplugin_kxmlhelloworldui.rc">rc file</a> of the KXMLHelloWorld plugin. </ul> @@ -73,7 +73,7 @@ KIPI::Interface::info(), which returns a KIPI::ImageInfo, with the information. Note that Kipi-plugins provide a dedicated wrapper around KIPI::ImageInfo to simplify item attribute management with host application. See - <a href="https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/kpimageinfo.h"> + <a href="https://commits.kde.org/kipi-plugins?path=common/libkipiplugins/tools/kpimageinfo.h"> here</a> for details. When developing plugins, you should pay special attention to the fact the different @@ -94,12 +94,12 @@ write images into. <li> KIPI::Interface::thumbnail() helps you load thumbnails of images from KIPI host thumbnail manager. <li> KIPI::Interface::progress*() helps you dispatch progress information to KIPI host progress manager. - <li> <a href="https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests"> + <li> <a href="https://commits.kde.org/libkipi?path=tests/kipicmd"> kipicmd command line program</a> helps you to test your plugin without to have a KIPI host application available. It emulates a simplified KIPI interface and can run plugin as stand-alone application. Look kipicmd command line documentation for details. <li> Beginning with libkipi 2.0.0 you have a simple gui program, - <a href="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/show/tests?rev=development%2F2.0.0">kxmlkipicmd</a>, + <a href="https://commits.kde.org/libkipi?path=tests/kxmlkipicmd">kxmlkipicmd</a>, which emulates a simplified KIPI interface with a menubar and a toolbar. This way you can test the gui of your plugin. </ul>
