Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2017-08-24 17:42:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Thu Aug 24 17:42:00 2017 rev:80 rq:516283 version:17.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2017-07-25 11:35:48.559207241 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes     2017-08-24 
17:42:02.863894584 +0200
@@ -1,0 +2,17 @@
+Fri Aug 11 22:44:49 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+- Too many changes to list here
+
+-------------------------------------------------------------------
+Sat Aug  5 18:16:29 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+- Drop 0001-Make-ArkViewer-a-KPart-mainwindow.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-Make-ArkViewer-a-KPart-mainwindow.patch
  ark-17.04.3.tar.xz

New:
----
  ark-17.08.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.NogBR7/_old  2017-08-24 17:42:03.799762825 +0200
+++ /var/tmp/diff_new_pack.NogBR7/_new  2017-08-24 17:42:03.811761136 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ark
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without lang
 
 %define SOMAJOR 17
 
 Name:           ark
-Version:        17.04.3
+Version:        17.08.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE Archiver Tool
 License:        GPL-2.0+
@@ -32,8 +33,6 @@
 Source0:        ark-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE lower-libarchive-minimum-version.patch
 Patch:          lower-libarchive-minimum-version.patch
-# PATCH-FIX-UPSTREAM
-Patch200:       0001-Make-ArkViewer-a-KPart-mainwindow.patch
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= 5.2.0
@@ -60,7 +59,9 @@
 # unrar is non-free. Avoid installing it automatically.
 Suggests:       unrar
 Obsoletes:      ark-devel
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,7 +81,6 @@
 %prep
 %setup -q
 %patch -p1
-%patch200 -p1
 
 %build
   %cmake_kf5 -d build
@@ -100,22 +100,22 @@
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_configdir}/ark.categories
+%config %{_kf5_configdir}/ark.categories
+%dir %{_datadir}/mime
+%dir %{_kf5_htmldir}
+%dir %{_kf5_htmldir}/en
+%doc %lang(en) %{_kf5_htmldir}/en/ark/
+%doc %{_kf5_mandir}/man1/ark.*
 %{_kf5_applicationsdir}/org.kde.ark.desktop
-%{_kf5_sharedir}/kxmlgui5/
+%{_kf5_appstreamdir}/
 %{_kf5_bindir}/ark
 %{_kf5_configkcfgdir}/
-%{_kf5_appstreamdir}/
 %{_kf5_iconsdir}/hicolor/*/apps/*
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
-%dir %{_kf5_htmldir}/en
-%dir %{_kf5_htmldir}
-%doc %{_kf5_htmldir}/en/ark/
-%doc %{_kf5_mandir}/man1/ark.*
-%dir %{_datadir}/mime
-%{_datadir}/mime/packages/
+%{_kf5_sharedir}/kxmlgui5/
+%{_kf5_sharedir}/mime/packages/
 
 %files -n libkerfuffle%{SOMAJOR}
 %defattr(-,root,root)

++++++ ark-17.04.3.tar.xz -> ark-17.08.0.tar.xz ++++++
++++ 45169 lines of diff (skipped)

++++++ lower-libarchive-minimum-version.patch ++++++
--- /var/tmp/diff_new_pack.NogBR7/_old  2017-08-24 17:42:04.459669918 +0200
+++ /var/tmp/diff_new_pack.NogBR7/_new  2017-08-24 17:42:04.463669355 +0200
@@ -14,10 +14,10 @@
  3 files changed, 24 insertions(+), 4 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8383134..ceb1060 100644
+index dd9b3a3..29dca8b 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -62,7 +62,7 @@ if(NOT Qt5Test_FOUND)
+@@ -60,7 +60,7 @@ if(NOT Qt5Test_FOUND)
      set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
  endif()
  
@@ -104,6 +104,3 @@
      } else if (filename().right(3).toUpper() == QLatin1String("TAR")) {
          qCDebug(ARK) << "Detected no compression for new file (pure tar)";
          ret = archive_write_add_filter_none(m_archiveWriter.data());
--- 
-2.10.2
-


Reply via email to