Hello community, here is the log from the commit of package karchive for openSUSE:Factory checked in at 2014-08-16 15:42:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/karchive (Old) and /work/SRC/openSUSE:Factory/.karchive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "karchive" Changes: -------- --- /work/SRC/openSUSE:Factory/karchive/karchive.changes 2014-07-10 09:31:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes 2014-08-16 15:42:41.000000000 +0200 @@ -1,0 +2,8 @@ +Sat Aug 2 10:20:17 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 5.1.0 + * For more details please see: + http://www.kde.org/announcements/kde-frameworks-5.1.php +- Harden required Qt5 libs versions + +------------------------------------------------------------------- Old: ---- karchive-5.0.0.tar.xz New: ---- karchive-5.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ karchive.spec ++++++ --- /var/tmp/diff_new_pack.xpKI6O/_old 2014-08-16 15:42:42.000000000 +0200 +++ /var/tmp/diff_new_pack.xpKI6O/_new 2014-08-16 15:42:42.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5Archive5 Name: karchive -Version: 5.0.0 +Version: 5.1.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.0.0 +BuildRequires: extra-cmake-modules >= 1.1.0 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 @@ -46,6 +46,7 @@ %package -n %lname Summary: Qt 5 addon providing access to numerous types of archives Group: System/GUI/KDE +%requires_ge libQt5Core5 %description -n %lname KArchive provides classes for easy reading, creation and manipulation of @@ -92,9 +93,7 @@ %defattr(-,root,root) %{_kf5_libdir}/libKF5Archive.so %{_kf5_libdir}/cmake/KF5Archive/ -%dir %{_kf5_includedir}/KArchive -%{_kf5_includedir}/KArchive -%{_kf5_includedir}/*.h +%{_kf5_includedir}/ %{_kf5_mkspecsdir}/qt_KArchive.pri %changelog ++++++ karchive-5.0.0.tar.xz -> karchive-5.1.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-5.0.0/CMakeLists.txt new/karchive-5.1.0/CMakeLists.txt --- old/karchive-5.0.0/CMakeLists.txt 2014-07-01 20:13:29.000000000 +0200 +++ new/karchive-5.1.0/CMakeLists.txt 2014-08-02 10:15:53.000000000 +0200 @@ -2,7 +2,7 @@ project(KArchive) -find_package(ECM 1.0.0 REQUIRED NO_MODULE) +find_package(ECM 1.1.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -45,7 +45,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "5.0.0") # handled by release scripts +set(KF5_VERSION "5.1.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KARCHIVE -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org