Hello community, here is the log from the commit of package svrcore for openSUSE:Factory checked in at 2016-11-23 13:37:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/svrcore (Old) and /work/SRC/openSUSE:Factory/.svrcore.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "svrcore" Changes: -------- --- /work/SRC/openSUSE:Factory/svrcore/svrcore.changes 2011-09-23 12:47:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.svrcore.new/svrcore.changes 2016-11-23 13:37:26.000000000 +0100 @@ -1,0 +2,12 @@ +Sun Nov 20 10:24:19 UTC 2016 - [email protected] + +- Upstream changed from Mozilla to Fedora (389 directory server) +- New upstream release 4.1.2 + changes in 4.1.0: + * Add support for systemd-ask-pass integration + changes in 4.1.1: + * Code quality and stability fixes. + changes in 4.1.2: + * Code quality fixes. + +------------------------------------------------------------------- Old: ---- svrcore-4.0.4.tar.bz2 New: ---- svrcore-4.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ svrcore.spec ++++++ --- /var/tmp/diff_new_pack.shmUQn/_old 2016-11-23 13:37:27.000000000 +0100 +++ /var/tmp/diff_new_pack.shmUQn/_new 2016-11-23 13:37:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package svrcore # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009-2011 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -16,21 +16,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - +%bcond_without systemd Name: svrcore -BuildRequires: mozilla-nss-devel pkgconfig +%define libpackage libsvrcore0 +Version: 4.1.2 +Release: 0 Summary: Secure PIN handling using NSS crypto -Version: 4.0.4 -Release: 1 License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ -Url: http://www.mozilla.org/projects/security/pki/ Group: System/Libraries -Source0: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/svrcore-%{version}.tar.bz2 +Url: https://pagure.io/svrcore +# http://directory.fedoraproject.org/docs/389ds/development/source.html +Source0: http://directory.fedoraproject.org/binaries/%{name}-%{version}.tar.bz2 Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define libpackage libsvrcore0 +BuildRequires: mozilla-nss-devel +BuildRequires: pkgconfig %description svrcore provides applications with several ways to handle secure PIN storage @@ -42,7 +43,6 @@ %package -n %{libpackage} Summary: Secure PIN handling using NSS crypto -License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: System/Libraries %description -n libsvrcore0 @@ -54,10 +54,11 @@ %package devel Summary: Development files for secure PIN handling using NSS crypto -License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: Development/Libraries/Other Requires: %{libpackage} = %{version}-%{release} -Requires: pkgconfig mozilla-nspr-devel mozilla-nss-devel +Requires: mozilla-nspr-devel +Requires: mozilla-nss-devel +Requires: pkgconfig %description devel svrcore provides applications with several ways to handle secure PIN storage @@ -73,7 +74,12 @@ %setup -q %build +%if %{with systemd} +%configure --with-systemd +%else %configure +%endif + %__make %install @@ -81,9 +87,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.a rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %post -n %{libpackage} -p /sbin/ldconfig %postun -n %{libpackage} -p /sbin/ldconfig ++++++ svrcore-4.0.4.tar.bz2 -> svrcore-4.1.2.tar.bz2 ++++++ ++++ 71531 lines of diff (skipped)
