Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2016-01-23 01:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkexiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkexiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkexiv2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes      2015-12-03 
13:28:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2016-01-23 
01:09:47.000000000 +0100
@@ -1,0 +2,23 @@
+Sat Jan  9 18:33:13 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+-------------------------------------------------------------------
+Thu Dec 17 10:53:31 UTC 2015 - alarr...@suse.com
+
+- Update patch: fix-reduce-required-exiv2-to-0.23.diff for 15.12.0
+
+-------------------------------------------------------------------
+Sun Dec 13 13:31:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  libkexiv2-15.08.3.tar.xz

New:
----
  libkexiv2-15.12.1.tar.xz

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

Other differences:
------------------
++++++ libkexiv2.spec ++++++
--- /var/tmp/diff_new_pack.6LI8pg/_old  2016-01-23 01:09:48.000000000 +0100
+++ /var/tmp/diff_new_pack.6LI8pg/_new  2016-01-23 01:09:48.000000000 +0100
@@ -16,10 +16,11 @@
 #
 
 
-%define _so 11
+%define _so     15_0_0
+%define lname   libKF5KExiv2
 
 Name:           libkexiv2
-Version:        15.08.3
+Version:        15.12.1
 Release:        0
 Summary:        Library to manipulate picture meta data
 License:        GPL-2.0+
@@ -33,11 +34,16 @@
 %else
 BuildRequires:  libexiv2-devel >= 0.23
 %endif
-BuildRequires:  libkde4-devel
-BuildRequires:  xz
-Requires:       %{name}-%{_so} = %{version}
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kcompletion-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kf5-filesystem
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
@@ -50,37 +56,36 @@
 %endif
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kf5_makeinstall -C build
 
-%package -n %{name}-%{_so}
+%package -n %{lname}-%{_so}
 Summary:        Library to manipulate picture meta data
 Group:          Development/Libraries/KDE
 
-%description -n %{name}-%{_so}
+%description -n %{lname}-%{_so}
 Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
 metadata.
 
-%post -n %{name}-%{_so} -p /sbin/ldconfig
+%post -n %{lname}-%{_so} -p /sbin/ldconfig
 
-%postun -n %{name}-%{_so} -p /sbin/ldconfig
+%postun -n %{lname}-%{_so} -p /sbin/ldconfig
 
-%files -n %{name}-%{_so}
+%files -n %{lname}-%{_so}
 %defattr(-,root,root)
-%{_kde4_appsdir}/%{name}/
-%{_kde4_libdir}/%{name}.so.%{_so}*
+%{_kf5_libdir}/libKF5KExiv2.so.*
 
 %package devel
 Summary:        Library to manipulate picture meta data
 Group:          Development/Libraries/KDE
-Requires:       %{name}-%{_so} = %{version}
+Requires:       %{lname}-%{_so} = %{version}
+Requires:       extra-cmake-modules
+Requires:       kdelibs4support-devel
+Requires:       khtml-devel
 Requires:       libexiv2-devel
-Requires:       libkde4-devel
-%requires_ge  libqt4-x11
 
 %description devel
 Libkexiv2 is a wrapper around Exiv2 library to manipulate pictures
@@ -89,9 +94,8 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING README
-%{_kde4_libdir}/%{name}.so
-%{_kde4_libdir}/pkgconfig/%{name}.pc
-%{_kde4_includedir}/%{name}/
-%{_kde4_libdir}/cmake/libkexiv2*/
+%{_kf5_libdir}/libKF5KExiv2.so
+%{_kf5_includedir}/
+%{_kf5_libdir}/cmake/KF5KExiv2/
 
 %changelog

++++++ fix-reduce-required-exiv2-to-0.23.diff ++++++
--- /var/tmp/diff_new_pack.6LI8pg/_old  2016-01-23 01:09:48.000000000 +0100
+++ /var/tmp/diff_new_pack.6LI8pg/_new  2016-01-23 01:09:48.000000000 +0100
@@ -1,13 +1,13 @@
-Index: libkexiv2-15.08.3/CMakeLists.txt
+Index: libkexiv2-15.12.0/CMakeLists.txt
 ===================================================================
---- libkexiv2-15.08.3.orig/CMakeLists.txt
-+++ libkexiv2-15.08.3/CMakeLists.txt
-@@ -23,7 +23,7 @@ include_directories(${QDBUS_INCLUDE_DIRS
- set(LIBKEXIV2_AREA_CODE_GENERAL 51003)
- add_definitions(-DKDE_DEFAULT_DEBUG_AREA=${LIBKEXIV2_AREA_CODE_GENERAL})
+--- libkexiv2-15.12.0.orig/CMakeLists.txt
++++ libkexiv2-15.12.0/CMakeLists.txt
+@@ -12,7 +12,7 @@ message(STATUS "Starting CMake configura
+ set(CMAKE_MIN_VERSION   "2.8.12")
+ set(ECM_MIN_VERSION     "1.1.0")
+ set(REQUIRED_QT_VERSION "5.2.0")
+-set(EXIV2_MIN_VERSION   "0.24")
++set(EXIV2_MIN_VERSION   "0.23")
+ 
+ cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION})
  
--set(EXIV2_MIN_VERSION "0.24")
-+set(EXIV2_MIN_VERSION "0.23")
- find_package(Exiv2)
- MACRO_LOG_FEATURE(EXIV2_FOUND "Exiv2" "Required to build libkexiv2." 
"http://www.exiv2.org";
-                   TRUE ${EXIV2_MIN_VERSION} "")

++++++ libkexiv2-15.08.3.tar.xz -> libkexiv2-15.12.1.tar.xz ++++++
++++ 39219 lines of diff (skipped)


Reply via email to