Hello community,

here is the log from the commit of package qtkeychain-qt5 for openSUSE:Factory 
checked in at 2018-05-29 10:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtkeychain-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.qtkeychain-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtkeychain-qt5"

Tue May 29 10:47:45 2018 rev:4 rq:612423 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtkeychain-qt5/qtkeychain-qt5.changes    
2016-07-14 09:50:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtkeychain-qt5.new/qtkeychain-qt5.changes       
2018-05-29 10:47:48.114111820 +0200
@@ -1,0 +2,9 @@
+Sat May 26 17:57:24 UTC 2018 - christo...@krop.fr
+
+- Update to 0.8.0:
+  * Buildsystem improvements.
+  * Enable C++11 support for Qt >= 5.7.
+  * Doxygen documentation.
+  * Libsecret support.
+
+-------------------------------------------------------------------

Old:
----
  v0.7.0.tar.gz

New:
----
  v0.8.0.tar.gz

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

Other differences:
------------------
++++++ qtkeychain-qt5.spec ++++++
--- /var/tmp/diff_new_pack.zSC1c3/_old  2018-05-29 10:47:49.706053084 +0200
+++ /var/tmp/diff_new_pack.zSC1c3/_new  2018-05-29 10:47:49.710052935 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtkeychain-qt5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,19 +18,18 @@
 
 %define lname   libqt5keychain1
 Name:           qtkeychain-qt5
-Version:        0.7.0
+Version:        0.8.0
 Release:        0
 Summary:        A cross platform password store library
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/frankosterfeld/qtkeychain
+URL:            https://github.com/frankosterfeld/qtkeychain
 Source:         
https://github.com/frankosterfeld/qtkeychain/archive/v%{version}.tar.gz
 Source1:        baselibs.conf
 BuildRequires:  cmake
-BuildRequires:  libqt5-linguist-devel
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5LinguistTools)
 
 %description
 use qtkeychain to store passwords easy and secure on Linux, Windows and
@@ -39,7 +38,7 @@
 %package -n %{lname}
 Summary:        A cross platform password store library
 Group:          Development/Libraries/C and C++
-Recommends:     %lname-lang
+Recommends:     %{lname}-lang
 
 %description -n %{lname}
 use qtkeychain to store passwords easy and secure on Linux, Windows and
@@ -48,7 +47,7 @@
 %package devel
 Summary:        A cross platform password store library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 
 %description devel
 use qtkeychain to store passwords easy and secure on Linux, Windows and
@@ -56,49 +55,34 @@
 
 This package contains development files for libqtkeychain.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q -n qtkeychain-%{version}
 
 %build
-mkdir -p build
-pushd build
-cmake .. \
-  cmake -DCMAKE_BUILD_TYPE=None \\\
-      -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\
-      -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\
-      -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
-      -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
-      -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
-      -DCMAKE_VERBOSE_MAKEFILE=ON \\\
-      -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\
-      -DBUILD_WITH_QT4=OFF ..
-
-  make %{?_smp_mflags} VERBOSE=1
-popd
+%cmake -DBUILD_WITH_QT4=OFF ..
+%make_jobs
 
 %install
-%makeinstall -C build
+%cmake_install
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libqt5keychain.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_includedir}/qt5keychain
 %{_libdir}/cmake/Qt5Keychain
 %{_libdir}/libqt5keychain.so
+%{_libdir}/qt5/mkspecs/modules/qt_Qt5Keychain.pri
 
-%files -n %lname-lang
-%defattr(-,root,root)
-%doc COPYING
+%files -n %{lname}-lang
+%license COPYING
 %dir %{_datadir}/qt5
 %dir %{_datadir}/qt5/translations
 %{_datadir}/qt5/translations/*keychain*.qm

++++++ v0.7.0.tar.gz -> v0.8.0.tar.gz ++++++
++++ 2915 lines of diff (skipped)


Reply via email to