Hello community, here is the log from the commit of package qtkeychain for openSUSE:Factory checked in at 2018-05-29 10:47:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qtkeychain (Old) and /work/SRC/openSUSE:Factory/.qtkeychain.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtkeychain" Tue May 29 10:47:41 2018 rev:3 rq:612422 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qtkeychain/qtkeychain.changes 2016-08-22 10:07:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qtkeychain.new/qtkeychain.changes 2018-05-29 10:47:42.826306923 +0200 @@ -1,0 +2,9 @@ +Sat May 26 17:53:30 UTC 2018 - [email protected] + +- 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.spec ++++++ --- /var/tmp/diff_new_pack.lWU7gs/_old 2018-05-29 10:47:44.558243020 +0200 +++ /var/tmp/diff_new_pack.lWU7gs/_new 2018-05-29 10:47:44.558243020 +0200 @@ -1,7 +1,7 @@ # # spec file for package qtkeychain # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Klaas Freitag <[email protected]>, ownCloud GmbH. # # All modifications and additions to the file contributed by third parties @@ -18,19 +18,17 @@ %define _soversion 1 - Name: qtkeychain -BuildRequires: cmake -BuildRequires: gcc-c++ -BuildRequires: libqt4-devel >= 4.6 -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Platform-independent Qt API for storing passwords securely License: BSD-2-Clause Group: Development/Libraries/C and C++ -Url: https://github.com/frankosterfeld/qtkeychain +URL: https://github.com/frankosterfeld/qtkeychain Source0: https://github.com/frankosterfeld/qtkeychain/archive/v%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: libqt4-devel >= 4.6 %description Platform-independent Qt API for storing passwords securely. @@ -58,7 +56,6 @@ This package contains translation files for libqtkeychain. - %package devel Summary: Platform-independent Qt API for storing passwords securely Group: Development/Libraries/C and C++ @@ -75,37 +72,25 @@ %setup -q -n qtkeychain-%{version} %build -mkdir build -pushd build - -cmake .. \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_VERBOSE_MAKEFILE=ON - +%cmake -DBUILD_WITH_QT4=ON make VERBOSE=1 %{?_smp_mflags} -popd %install -pushd build -make DESTDIR=%{buildroot} install -popd +%cmake_install +rm %{buildroot}%{_prefix}/mkspecs -fr %post -n lib%{name}%{_soversion} -p /sbin/ldconfig - %postun -n lib%{name}%{_soversion} -p /sbin/ldconfig %files -n lib%{name}%{_soversion} -%defattr(-,root,root) %{_libdir}/libqtkeychain.so.* -%doc COPYING ReadMe.txt +%license COPYING +%doc ReadMe.txt %files lang -%defattr(-,root,root) -%{_prefix}/share/qt4/translations/qtkeychain_*.qm +%{_datadir}/qt4/translations/qtkeychain_*.qm %files devel -%defattr(-,root,root) %{_includedir}/qtkeychain %{_libdir}/cmake %{_libdir}/libqtkeychain.so ++++++ v0.7.0.tar.gz -> v0.8.0.tar.gz ++++++ ++++ 2915 lines of diff (skipped)
