Hello community,

here is the log from the commit of package libcacard for openSUSE:Factory 
checked in at 2012-06-14 21:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcacard (Old)
 and      /work/SRC/openSUSE:Factory/.libcacard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcacard", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcacard/libcacard.changes      2012-01-26 
14:05:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcacard.new/libcacard.changes 2012-06-14 
21:10:35.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 14 15:10:49 UTC 2012 - [email protected]
+
+- link explicitly against -lpthread
+
+-------------------------------------------------------------------

New:
----
  libcacard-0.1.2-add-pthread-explicitly.diff

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

Other differences:
------------------
++++++ libcacard.spec ++++++
--- /var/tmp/diff_new_pack.QOvGF3/_old  2012-06-14 21:10:36.000000000 +0200
+++ /var/tmp/diff_new_pack.QOvGF3/_new  2012-06-14 21:10:36.000000000 +0200
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package libcacard
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,15 +16,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libcacard
 Version:        0.1.2
-Release:        1
+Release:        0
 # LICENSE NOTE: COPYING says GPL-3.0+, but is wrong: all files are LGPL-2.1+ 
and the COPYING file comes from autotools magic. Upstream has been notified by 
mail about this (2012-12-01 -- dimstar)
-License:        LGPL-2.1+
 Summary:        Common Access Card (CAC) emulation
-Url:            http://spice-space.org/download/libcacard/
+License:        LGPL-2.1+
 Group:          System/Libraries
+Url:            http://spice-space.org/download/libcacard/
 Source:         
http://spice-space.org/download/libcacard/%{name}-%{version}.tar.bz2
+Patch0:         libcacard-0.1.2-add-pthread-explicitly.diff
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libpcsclite)
 BuildRequires:  pkgconfig(nss)
@@ -63,6 +66,7 @@
 the cards could be pure software constructs.
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++++++ libcacard-0.1.2-add-pthread-explicitly.diff ++++++
Index: libcacard-0.1.2/Makefile.in
===================================================================
--- libcacard-0.1.2.orig/Makefile.in    2011-02-03 16:22:53.000000000 +0100
+++ libcacard-0.1.2/Makefile.in 2012-06-14 17:06:17.090638209 +0200
@@ -393,7 +393,7 @@ clean-libLTLIBRARIES:
          rm -f "$${dir}/so_locations"; \
        done
 libcacard.la: $(libcacard_la_OBJECTS) $(libcacard_la_DEPENDENCIES) 
-       $(LINK) -rpath $(libdir) $(libcacard_la_OBJECTS) $(libcacard_la_LIBADD) 
$(LIBS)
+       $(LINK) -rpath $(libdir) $(libcacard_la_OBJECTS) $(libcacard_la_LIBADD) 
$(LIBS) -lpthread
 install-binPROGRAMS: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to