commit karchive for openSUSE:Factory
Hello community, here is the log from the commit of package karchive for openSUSE:Factory checked in at 2014-04-02 17:21:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-10 12:17:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes 2014-04-02 17:21:47.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:20 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php + +------------------------------------------------------------------- Old: ---- karchive-4.97.0.tar.xz New: ---- karchive-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ karchive.spec ++++++ --- /var/tmp/diff_new_pack.D3vCTa/_old 2014-04-02 17:21:48.000000000 +0200 +++ /var/tmp/diff_new_pack.D3vCTa/_new 2014-04-02 17:21:48.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5Archive5 Name: karchive -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 ++++++ karchive-4.97.0.tar.xz -> karchive-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-4.97.0/CMakeLists.txt new/karchive-4.98.0/CMakeLists.txt --- old/karchive-4.97.0/CMakeLists.txt 2014-03-01 12:50:05.000000000 +0100 +++ new/karchive-4.98.0/CMakeLists.txt 2014-03-28 19:16:02.000000000 +0100 @@ -2,7 +2,7 @@ project(KArchive) -find_package(ECM 0.0.11 REQUIRED NO_MODULE) +find_package(ECM 0.0.12 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 "4.97.0") +set(KF5_VERSION "4.98.0") ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KARCHIVE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-4.97.0/src/karchive.h new/karchive-4.98.0/src/karchive.h --- old/karchive-4.97.0/src/karchive.h 2014-03-01 12:50:05.000000000 +0100 +++ new/karchive-4.98.0/src/karchive.h 2014-03-28 19:16:02.000000000 +0100 @@ -133,7 +133,7 @@ * Writes a local directory into the archive, including all its contents, recursively. * Calls addLocalFile for each file to be added. * - * Since KDE 3.2 it will also add a @p path that is a symbolic link to a + * It will also add a @p path that is a symbolic link to a * directory. The symbolic link will be dereferenced and the content of the * directory it is pointing to added recursively. However, symbolic links * *under* @p path will be stored as is. @@ -180,7 +180,7 @@ const QDateTime &mtime = QDateTime(), const QDateTime &ctime = QDateTime()); /** - * @deprecated use writeFile(const QString&,const QByteArray&,mode_t,const QString&,const QString&,const QDateTime&,const QDateTime&,const QDateTime&) + * @deprecated since 5.0, use writeFile(const QString&,const QByteArray&,mode_t,const QString&,const QString&,const QDateTime&,const QDateTime&,const QDateTime&) */ #ifndef KARCHIVE_NO_DEPRECATED KARCHIVE_DEPRECATED bool writeFile(const QString &name, const QString &user, const QString &group, -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de