Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2012-02-14 11:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-lite", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes      2011-12-12 
17:03:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2012-02-14 
11:25:32.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Jan 19 12:38:48 UTC 2012 - w...@rosenauer.org
+
+- Updated to version 1.8.2
+  * rename pcsc-spy.py to pcsc-spy
+  * pcsc-spy.1 manpage
+  * fix a bug with a multi-slot reader
+  * Info.plist parser: avoid a buffer read overflow in &
+    management
+- moved internal changelogs to devel package
+
+-------------------------------------------------------------------

Old:
----
  pcsc-lite-1.8.1.tar.bz2

New:
----
  pcsc-lite-1.8.2.tar.bz2

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

Other differences:
------------------
++++++ pcsc-lite.spec ++++++
--- /var/tmp/diff_new_pack.M0wB6O/_old  2012-02-14 11:25:35.000000000 +0100
+++ /var/tmp/diff_new_pack.M0wB6O/_new  2012-02-14 11:25:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-lite
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           pcsc-lite
 # FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
 %define ifddir %{_libdir}/readers
-BuildRequires:  libtool pkg-config readline-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  readline-devel
 %if %suse_version >= 1120
 #shouldn't be found automagically ?
 BuildRequires:  libudev-devel
@@ -33,13 +32,13 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-Version:        1.8.1
-Release:        1
+Version:        1.8.2
+Release:        0
 Requires(pre):  pwdutils
-Group:          Productivity/Security
-License:        BSD3c(or similar)
 Url:            http://pcsclite.alioth.debian.org/
 Summary:        PCSC Smart Cards Library
+License:        BSD-3-Clause
+Group:          Productivity/Security
 Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}.sysconfig
 Source2:        README.SUSE
@@ -75,9 +74,9 @@
 
 
 %package -n libpcsclite1
-License:        BSD3c(or similar)
-Group:          System/Libraries
 Summary:        PCSC Smart Card Library
+License:        BSD-3-Clause
+Group:          System/Libraries
 Recommends:     pcsc-lite >= %{version}
 
 %description -n libpcsclite1
@@ -99,21 +98,22 @@
 
 
 %package -n libpcscspy0
-License:        BSD3c(or similar)
-Group:          System/Libraries
 Summary:        PCSC Smart Card Library
+License:        GPL-3.0+
+Group:          System/Libraries
 
 %description -n libpcscspy0
 Supporting library for the PC/SC spy tool.
 
 
 %package devel
-License:        BSD3c(or similar)
-Group:          Development/Libraries/C and C++
 Summary:        Development package for the MUSCLE project SmartCards library
+License:        BSD-3-Clause ; GPL-3.0+
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}-%{release}
 Requires:       libpcsclite1 = %{version}-%{release}
 Requires:       libpcscspy0 = %{version}-%{release}
+Requires:       glibc-devel
 
 %description devel
 This package contains the development files for pcsc-lite. It allows to
@@ -154,7 +154,7 @@
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 cp %{name}.sysconfig $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.pcscd
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -a AUTHORS ChangeLog ChangeLog.svn COPYING DRIVERS HELP README README.SUSE 
SECURITY TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
+cp -a AUTHORS ChangeLog ChangeLog.svn COPYING DRIVERS HELP NEWS README 
README.SUSE SECURITY TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -204,7 +204,18 @@
 
 %files
 %defattr(-,root,root)
-%doc %{_docdir}/%{name}
+%docdir %{_docdir}/%{name}
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/AUTHORS
+%{_docdir}/%{name}/COPYING
+%{_docdir}/%{name}/DRIVERS
+%{_docdir}/%{name}/HELP
+%{_docdir}/%{name}/NEWS
+%{_docdir}/%{name}/README
+%{_docdir}/%{name}/README.DAEMON
+%{_docdir}/%{name}/README.SUSE
+%{_docdir}/%{name}/SECURITY
+%{_docdir}/%{name}/TODO
 %doc %{_mandir}/man?/*.*
 %{_sbindir}/*
 %dir %{_sysconfdir}/reader.conf.d
@@ -228,10 +239,14 @@
 
 %files devel
 %defattr(-,root,root)
+%docdir %{_docdir}/%{name}
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/Change*
 %{_includedir}/*
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
+%{_bindir}/*
 # libpcsclite.so should stay in the main package (#732911). Third party 
packages may need it for dlopen().
 %exclude %{_libdir}/libpcsclite.so
 

++++++ pcsc-lite-1.8.1.tar.bz2 -> pcsc-lite-1.8.2.tar.bz2 ++++++
++++ 4126 lines of diff (skipped)

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.M0wB6O/_old  2012-02-14 11:25:36.000000000 +0100
+++ /var/tmp/diff_new_pack.M0wB6O/_new  2012-02-14 11:25:36.000000000 +0100
@@ -1,10 +1,10 @@
 #! /bin/sh
 #
-# (C) 2006, j...@suse.de 
-# Distribute freely. Use and modify with care. 
+# (C) 2006, j...@suse.de
+# Distribute freely. Use and modify with care.
 # No warranty.
-# 
-# This script tests the source tar-balls 
+#
+# This script tests the source tar-balls
 # against files that we want to exclude.
 #
 

++++++ systemd-service.patch ++++++
--- /var/tmp/diff_new_pack.M0wB6O/_old  2012-02-14 11:25:36.000000000 +0100
+++ /var/tmp/diff_new_pack.M0wB6O/_new  2012-02-14 11:25:36.000000000 +0100
@@ -1,5 +1,5 @@
 diff --git a/etc/pcscd.service.in b/etc/pcscd.service.in
-index 68dcfaa..8e632c8 100644
+index 7934050..ddbdcc4 100644
 --- a/etc/pcscd.service.in
 +++ b/etc/pcscd.service.in
 @@ -3,7 +3,9 @@ Description=PC/SC Smart Card Daemon
@@ -11,5 +11,5 @@
 +EnvironmentFile=-/etc/sysconfig/pcscd
 +ExecStart=@sbindir_exp@/pcscd --foreground --auto-exit $PCSCD_OPTIONS
  ExecReload=@sbindir_exp@/pcscd --hotplug
- StandardOutput=syslog
  
+ [Install]

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to