From abff0600cf9d6a2f47d658b5a8016d3fe0ea38d03a39595cf0907f8c9f876f62 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 4 Oct 2014 18:40:21 +0000 Subject: [PATCH 1/2] 5.3.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=31 --- karchive-5.2.0.tar.xz | 3 --- karchive-5.3.0.tar.xz | 3 +++ karchive.changes | 7 +++++++ karchive.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 karchive-5.2.0.tar.xz create mode 100644 karchive-5.3.0.tar.xz diff --git a/karchive-5.2.0.tar.xz b/karchive-5.2.0.tar.xz deleted file mode 100644 index 8e5ec2b..0000000 --- a/karchive-5.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab1aa3b8accb84b58534e5ff0be830c0584cfb08dd27908e22a23bf2e5e6f978 -size 105608 diff --git a/karchive-5.3.0.tar.xz b/karchive-5.3.0.tar.xz new file mode 100644 index 0000000..a6faa7b --- /dev/null +++ b/karchive-5.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9215eb41d0956694e387b051c6a7d76dacb0b2265963096c1fb9e82a7846ee66 +size 105896 diff --git a/karchive.changes b/karchive.changes index 9680645..8798aa3 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 4 17:59:51 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.3.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.3.0.php + ------------------------------------------------------------------- Tue Sep 9 09:49:33 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/karchive.spec b/karchive.spec index 86e5873..0825a30 100644 --- a/karchive.spec +++ b/karchive.spec @@ -18,10 +18,10 @@ %define lname libKF5Archive5 Name: karchive -Version: 5.2.0 +Version: 5.3.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.2.0 +BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 From 266e4082e5beaaa8d66a3d7efe25f19247b50cb4ff111bd7d0b315a027fa0f3e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 4 Oct 2014 21:48:55 +0000 Subject: [PATCH 2/2] update changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=32 --- karchive.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/karchive.changes b/karchive.changes index 8798aa3..c0091c8 100644 --- a/karchive.changes +++ b/karchive.changes @@ -2,6 +2,8 @@ Sat Oct 4 17:59:51 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.3.0 + * Add convenience method KArchive::file() + * Compilation fixes for MSVC * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.3.0.php