Hello community, here is the log from the commit of package pcsc-gempc checked in at Fri May 26 15:01:59 CEST 2006. -------- --- pcsc-gempc/pcsc-gempc.changes 2006-01-25 21:39:20.000000000 +0100 +++ pcsc-gempc/pcsc-gempc.changes 2006-05-26 13:24:25.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 13:24:19 CEST 2006 - schwab@suse.de + +- Don't strip binaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-gempc.spec ++++++ --- /var/tmp/diff_new_pack.7sdHWa/_old 2006-05-26 15:01:47.000000000 +0200 +++ /var/tmp/diff_new_pack.7sdHWa/_new 2006-05-26 15:01:47.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,7 +13,7 @@ Name: pcsc-gempc BuildRequires: pcsc-lite-devel pkgconfig Version: 1.0.0 -Release: 1 +Release: 13 Group: System/Libraries License: GPL, BSD URL: http://ludovic.rousseau.free.fr/softwares @@ -64,6 +64,8 @@ %{ifddir}/ %changelog -n pcsc-gempc +* Fri May 26 2006 - schwab@suse.de +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Jan 03 2006 - mjancar@suse.cz ++++++ ifd-gempc-1.0.0-makefile.diff ++++++ --- /var/tmp/diff_new_pack.7sdHWa/_old 2006-05-26 15:01:47.000000000 +0200 +++ /var/tmp/diff_new_pack.7sdHWa/_new 2006-05-26 15:01:47.000000000 +0200 @@ -16,6 +16,14 @@ endif # by default install in /usr/local +@@ -47,7 +47,6 @@ + rm -f $@ + $(CC) -shared $(targets) $(common_targets) -o $@ + chmod -x $@ +- strip --strip-unneeded $@ + mv $@ $@.$(version) + + clean: --- GemPC430/Makefile +++ GemPC430/Makefile @@ -12,7 +12,7 @@ @@ -27,3 +35,11 @@ endif LDFLAGS = $(LIBS) -lusb +@@ -45,7 +45,6 @@ + + libGemPC430.so: common $(targets) + $(CC) -shared $(LDFLAGS) -o $@ $(targets) $(common_targets) +- strip $@ + + main.o: ../GemPC410/main.c + $(CC) $(CFLAGS) -c -o $@ $^ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...