Hello community,

here is the log from the commit of package opensc for openSUSE:Factory checked 
in at 2016-08-25 09:56:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensc (Old)
 and      /work/SRC/openSUSE:Factory/.opensc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensc/opensc.changes    2015-10-12 
10:03:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.opensc.new/opensc.changes       2016-08-25 
09:56:44.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul  5 12:09:24 UTC 2016 - [email protected]
+
+- update to version 0.16.0
+- remove fix (issue 505)
+- clean up spec-file
+
+-------------------------------------------------------------------

Old:
----
  completion-template
  opensc-0.15.0.tar.gz

New:
----
  opensc-0.16.0.tar.gz

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

Other differences:
------------------
++++++ opensc.spec ++++++
--- /var/tmp/diff_new_pack.bOneU9/_old  2016-08-25 09:56:45.000000000 +0200
+++ /var/tmp/diff_new_pack.bOneU9/_new  2016-08-25 09:56:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opensc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,33 +17,28 @@
 
 
 Name:           opensc
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libtool
-BuildRequires:  libxslt
-BuildRequires:  openssl-devel
-BuildRequires:  pcsc-lite-devel
-BuildRequires:  pkg-config
-BuildRequires:  readline-devel
-Url:            https://github.com/OpenSC/OpenSC/wiki
-Version:        0.15.0
+Version:        0.16.0
 Release:        0
 Summary:        Smart Card Utilities
 License:        LGPL-2.1+
 Group:          Productivity/Security
+Url:            https://github.com/OpenSC/OpenSC/wiki
 Source:         %{name}-%{version}.tar.gz
 Source1:        %{name}-ADVISORIES
 Source2:        %{name}-rpmlintrc
-# This is in git, but got stripped from the release tarball
-# https://github.com/OpenSC/OpenSC/issues/505
-Source3:        completion-template
 # Register with p11-kit
 # https://www.opensc-project.org/opensc/ticket/390
-Source4:        opensc.module
+Source3:        opensc.module
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libtool
+BuildRequires:  libxslt
+BuildRequires:  openssl-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+BuildRequires:  readline-devel
 Requires:       pcsc-lite
 # There is no more devel package.
 Obsoletes:      opensc-devel < %{version}
-# This package is not supported any more. Last appeared in openSUSE 11.3, 
never appeared in SLE:
-Obsoletes:      opensc-java <= 0.2.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,49 +56,36 @@
 possible operations may be supported for your card. Card initialization
 may require third party proprietary software.
 
-Authors:
---------
-    Juha Yrjölä <[email protected]>
-    Antti Tapaninen <[email protected]>
-    Timo Teräs <[email protected]>
-    Olaf Kirch <[email protected]>
-
 %prep
 %setup -q
-cp -a %{S:1} ADVISORIES
+cp -a %{SOURCE1} ADVISORIES
 
 %build
-%if %suse_version > 1100
+%if 0%{?suse_version} > 1100
 autoreconf -f -i
 %endif
-cp %{SOURCE3} doc/tools/completion-template
 %configure\
        --docdir=%{_docdir}/%{name}\
        --disable-static\
        --enable-doc
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkcs11
-%makeinstall
-cp COPYING ADVISORIES ChangeLog README $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_sysconfdir}
+mkdir -p %{buildroot}%{_libdir}/pkcs11
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+cp COPYING ADVISORIES NEWS README %{buildroot}%{_docdir}/%{name}
 # Private library.
-rm $RPM_BUILD_ROOT%{_libdir}/libopensc.so
-install -D -m 644 %{SOURCE4} 
$RPM_BUILD_ROOT%{_sysconfdir}/pkcs11/modules/opensc.module
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+rm %{buildroot}%{_libdir}/libopensc.so
+install -D -m 644 %{SOURCE3} 
%{buildroot}%{_sysconfdir}/pkcs11/modules/opensc.module
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/ADVISORIES
-%doc %{_docdir}/%{name}/ChangeLog
 %doc %{_docdir}/%{name}/COPYING
 %doc %{_docdir}/%{name}/NEWS
 %doc %{_docdir}/%{name}/README
@@ -115,7 +97,7 @@
 %{_libdir}/*.so*
 %dir %{_libdir}/pkcs11
 %{_libdir}/pkcs11/*.so
-%doc %{_mandir}/man?/*.*
+%{_mandir}/man?/*.*
 %config %{_sysconfdir}/opensc.conf
 %dir %{_sysconfdir}/pkcs11
 %config %{_sysconfdir}/pkcs11/modules/

++++++ opensc-0.15.0.tar.gz -> opensc-0.16.0.tar.gz ++++++
++++ 125990 lines of diff (skipped)


Reply via email to