Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2015-04-13 20:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcodecs (Old)
 and      /work/SRC/openSUSE:Factory/.kcodecs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcodecs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2015-03-16 
09:26:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes     2015-04-13 
20:22:50.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:30 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kcodecs-5.8.0.tar.xz

New:
----
  kcodecs-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kcodecs.spec ++++++
--- /var/tmp/diff_new_pack.ArISQ2/_old  2015-04-13 20:22:51.000000000 +0200
+++ /var/tmp/diff_new_pack.ArISQ2/_new  2015-04-13 20:22:51.000000000 +0200
@@ -16,16 +16,19 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Codecs5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kcodecs
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
+%if %{with lang}
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
+%endif
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 Summary:        Provides a collection of methods to manipulate strings using 
various encoding
 License:        LGPL-2.1+
@@ -42,7 +45,9 @@
 %package -n %lname
 Summary:        Provides a collection of methods to manipulate strings using 
various encoding
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 %requires_ge libQt5Core5
 
 %description -n %lname
@@ -70,15 +75,19 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes %{buildroot}%{_kf5_sharedir}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 --with-qt --without-mo
+%if %{with lang}
+%find_lang %{name}5 --with-qt --without-mo
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kcodecs-5.8.0.tar.xz -> kcodecs-5.9.0.tar.xz ++++++
++++ 14862 lines of diff (skipped)


Reply via email to