Hello community,

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

Package is "kdeclarative"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes        
2015-03-16 09:33:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-04-13 20:26:30.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Apr  4 14:40:53 UTC 2015 - [email protected]
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Added kcoreaddons-devel Requires to devel subpackage
+
+-------------------------------------------------------------------

Old:
----
  kdeclarative-5.8.0.tar.xz

New:
----
  kdeclarative-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.EOADKU/_old  2015-04-13 20:26:31.000000000 +0200
+++ /var/tmp/diff_new_pack.EOADKU/_new  2015-04-13 20:26:31.000000000 +0200
@@ -16,26 +16,27 @@
 #
 
 
+%bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kdeclarative
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
+BuildRequires:  kconfig-devel >= %{_tar_path}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel >= %{kf5_version}
-BuildRequires:  kguiaddons-devel >= %{kf5_version}
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  kiconthemes-devel >= %{kf5_version}
-BuildRequires:  kio-devel >= %{kf5_version}
-BuildRequires:  kpackage-devel >= %{kf5_version}
-BuildRequires:  kwidgetsaddons-devel >= %{kf5_version}
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  kglobalaccel-devel >= %{_tar_path}
+BuildRequires:  kguiaddons-devel >= %{_tar_path}
+BuildRequires:  ki18n-devel >= %{_tar_path}
+BuildRequires:  kiconthemes-devel >= %{_tar_path}
+BuildRequires:  kio-devel >= %{_tar_path}
+BuildRequires:  kpackage-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  libepoxy-devel
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
@@ -56,7 +57,9 @@
 %package -n %lname
 Summary:        Integration of QML and KDE workspaces
 Group:          System/GUI/KDE
+%if %{with lang}
 Recommends:     %lname-lang = %{version}
+%endif
 
 %description -n %lname
 KDeclarative provides integration of QML and KDE workspaces.
@@ -88,8 +91,9 @@
 Requires:       %lname = %{version}
 Requires:       %{name}-components = %{version}
 Requires:       extra-cmake-modules
-Requires:       kconfig-devel >= %{kf5_version}
-Requires:       kpackage-devel >= %{kf5_version}
+Requires:       kconfig-devel >= %{_tar_path}
+Requires:       kcoreaddons-devel >= %{_tar_path}
+Requires:       kpackage-devel >= %{_tar_path}
 Requires:       libKF5QuickAddons5 = %{version}
 Requires:       pkgconfig(Qt5Qml) >= 5.2.0
 
@@ -107,9 +111,11 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5
+%if %{with lang}
+%find_lang %{name}5
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -119,7 +125,9 @@
 
 %postun -n libKF5QuickAddons5 -p /sbin/ldconfig
 
+%if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
+%endif
 
 %files -n %lname
 %defattr(-,root,root)

++++++ kdeclarative-5.8.0.tar.xz -> kdeclarative-5.9.0.tar.xz ++++++
++++ 1987 lines of diff (skipped)


Reply via email to