Hello community,

here is the log from the commit of package pcsc-asedriveiiie-usb for 
openSUSE:Factory checked in at 2012-07-13 11:33:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcsc-asedriveiiie-usb (Old)
 and      /work/SRC/openSUSE:Factory/.pcsc-asedriveiiie-usb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcsc-asedriveiiie-usb", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/pcsc-asedriveiiie-usb/pcsc-asedriveiiie-usb.changes  
    2011-09-23 12:21:50.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.pcsc-asedriveiiie-usb.new/pcsc-asedriveiiie-usb.changes
 2012-07-13 11:33:25.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 12 19:20:52 CEST 2012 - [email protected]
+
+- Update to version 3.7:
+  * IFDHSetProtocolParameters does nothing when the protocol need
+    not be changed.
+
+-------------------------------------------------------------------

Old:
----
  asedriveiiie-usb-3.5.tar.bz2

New:
----
  asedriveiiie-usb-3-7-tar.bz2
  asedriveiiie-usb-destdir.patch

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

Other differences:
------------------
++++++ pcsc-asedriveiiie-usb.spec ++++++
--- /var/tmp/diff_new_pack.wfj8CW/_old  2012-07-13 11:33:26.000000000 +0200
+++ /var/tmp/diff_new_pack.wfj8CW/_new  2012-07-13 11:33:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pcsc-asedriveiiie-usb (Version 3.5)
+# spec file for package pcsc-asedriveiiie-usb
 #
-# Copyright (c) 2009 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
@@ -16,18 +16,24 @@
 #
 
 
-
 Name:           pcsc-asedriveiiie-usb
 %define _name asedriveiiie-usb
 Summary:        ASEDrive IIIe USB Smart Card Reader Driver
-Version:        3.5
-Release:        121
 License:        BSD-3-Clause
 Group:          Productivity/Security
+Version:        3.7
+Release:        0
+%define tar_version %(echo %{version} | tr . -)
 Url:            http://www.asedrive.com/downloads
-Source:         %{_name}-%{version}.tar.bz2
+Source:         %{_name}-%{tar_version}-tar.bz2
+# PATCH-FIX-OPENSUSE asedriveiiie-usb-destdir.patch [email protected] -- Fix 
destdir installation.
+Patch:          asedriveiiie-usb-destdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libusb-devel pcsc-lite-devel pkg-config
+BuildRequires:  libusb-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  pkg-config
+# for directory ownership
+BuildRequires:  udev
 Requires:       pcsc-lite
 Supplements:    modalias(usb:v0DC3p0802d*dc*dsc*dp*ic*isc*ip*)
 Supplements:    modalias(usb:v0DC3p1104d*dc*dsc*dp*ic*isc*ip*)
@@ -40,14 +46,10 @@
 This driver is meant to be used with the PCSC-Lite daemon from the
 pcsc-lite package.
 
-
-
-Authors:
---------
-    Athena Smartcard Solutions
-
 %prep
 %setup -q -n %{_name}-%{version}
+chmod -x ChangeLog LICENSE README
+%patch -p1
 
 %build
 %configure
@@ -55,6 +57,8 @@
 
 %install
 %makeinstall
+# Move udev rules provided by packages to /lib
+mv $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/lib
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,5 +67,6 @@
 %defattr(-,root,root)
 %doc ChangeLog LICENSE README
 %{ifddir}/ifd-ASEDriveIIIe-USB.bundle
+/lib/udev/rules.d/*.rules
 
 %changelog

++++++ asedriveiiie-usb-destdir.patch ++++++
Index: asedriveiiie-usb-3.7/Makefile
===================================================================
--- asedriveiiie-usb-3.7.orig/Makefile
+++ asedriveiiie-usb-3.7/Makefile
@@ -25,4 +25,5 @@ install:      all
        install -c -m 0644 
ifd-ASEDriveIIIe-USB.bundle/Contents/Resources/English.lproj/InfoPlist.strings 
"${DRIVER_DIR}/Contents/Resources/English.lproj"
        install -c -d "${DRIVER_DIR}/Contents/Linux"
        install -c -m 0755 libASEDriveIIIe-USB.so "${DRIVER_DIR}/Contents/Linux"
-       install -c -m 0644 50-pcscd-asedriveiiie.rules /etc/udev/rules.d/.
+       install -c -d 0644 ${DESTDIR}/etc/udev/rules.d
+       install -c -m 0644 50-pcscd-asedriveiiie.rules 
${DESTDIR}/etc/udev/rules.d
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to