rpms/libassuan/devel libassuan-0.9.3-m4.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 libassuan.spec, 1.18, 1.19 sources, 1.6, 1.7

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Oct 10 18:37:20 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libassuan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12886

Modified Files:
	.cvsignore libassuan.spec sources 
Added Files:
	libassuan-0.9.3-m4.patch 
Log Message:
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-1
- 0.9.3
- BR: pth-devel, -devel: Requires: pth-devel


libassuan-0.9.3-m4.patch:

--- NEW FILE libassuan-0.9.3-m4.patch ---
--- libassuan-0.9.3/src/libassuan.m4.m4patch	2006-10-06 10:28:15.000000000 -0500
+++ libassuan-0.9.3/src/libassuan.m4	2006-10-10 08:33:12.000000000 -0500
@@ -125,8 +125,8 @@
 AC_DEFUN([AM_PATH_LIBASSUAN_PTH],
 [ _AM_PATH_LIBASSUAN_COMMON($1,pth)
   if test $ok = yes; then
-    LIBASSUAN_PTH_CFLAGS=`$LIBASSUAN_CONFIG $libassuan_config_args --cflags`
-    LIBASSUAN_PTH_LIBS=`$LIBASSUAN_CONFIG $libassuan_config_args --libs`
+    LIBASSUAN_PTH_CFLAGS=`$LIBASSUAN_CONFIG $libassuan_config_args --thread=pth --cflags`
+    LIBASSUAN_PTH_LIBS=`$LIBASSUAN_CONFIG $libassuan_config_args --thread=pth --libs`
     ifelse([$2], , :, [$2])
   else
     LIBASSUAN_PTH_CFLAGS=""
@@ -146,8 +146,8 @@
 AC_DEFUN([AM_PATH_LIBASSUAN_PTHREAD],
 [ _AM_PATH_LIBASSUAN_COMMON($1,pth)
   if test $ok = yes; then
-    LIBASSUAN_PTHREAD_CFLAGS=`$LIBASSUAN_CONFIG $libassuan_config_args --cflags`
-    LIBASSUAN_PTHREAD_LIBS=`$LIBASSUAN_CONFIG $libassuan_config_args --libs`
+    LIBASSUAN_PTHREAD_CFLAGS=`$LIBASSUAN_CONFIG $libassuan_config_args --thread=pthread --cflags`
+    LIBASSUAN_PTHREAD_LIBS=`$LIBASSUAN_CONFIG $libassuan_config_args --thread=pthread --libs`
     ifelse([$2], , :, [$2])
   else
     LIBASSUAN_PTHREAD_CFLAGS=""


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Oct 2006 13:04:36 -0000	1.6
+++ .cvsignore	10 Oct 2006 18:37:19 -0000	1.7
@@ -1,5 +1,5 @@
 libassuan-0.6.10.tar.gz
 libassuan-0.6.10.tar.gz.sig
-libassuan-0.9.0.tar.bz2
-libassuan-0.9.0.tar.bz2.sig
 libassuan-0.9.2.tar.bz2.sig
+libassuan-0.9.2.tar.bz2
+libassuan-0.9.3.tar.bz2.sig


Index: libassuan.spec
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/libassuan.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libassuan.spec	6 Oct 2006 13:04:36 -0000	1.18
+++ libassuan.spec	10 Oct 2006 18:37:19 -0000	1.19
@@ -1,7 +1,7 @@
 
 Name:    libassuan
 Summary: GnuPG IPC library
-Version: 0.9.2
+Version: 0.9.3
 Release: 1%{?dist}
 
 License: LGPL
@@ -11,6 +11,10 @@
 Group:   System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: libassuan-0.9.3-m4.patch
+
+BuildRequires: pth-devel
+
 %description
 This is the IPC library used by GnuPG 1.9/2, GPGME and a few other
 packages.
@@ -18,6 +22,7 @@
 %package devel
 Summary: GnuPG IPC library 
 Group: Development/Libraries
+Requires: pth-devel
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
 Provides: %{name}-static = %{version}-%{release}
@@ -31,6 +36,8 @@
 %prep
 %setup -q
 
+%patch1 -p1 -b .m4patch
+
 
 %build
 #ifarch x86_64
@@ -67,7 +74,7 @@
 
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 %{_bindir}/*
 %{_includedir}/*
@@ -77,6 +84,10 @@
 
 
 %changelog
+* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-1
+- 0.9.3
+- BR: pth-devel, -devel: Requires: pth-devel
+
 * Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.2-1
 - 0.9.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Oct 2006 13:04:36 -0000	1.6
+++ sources	10 Oct 2006 18:37:19 -0000	1.7
@@ -1,2 +1,2 @@
-727926633709ba7ce9bc721c3d4c0cbc  libassuan-0.9.2.tar.bz2.sig
-dfcfa3f26d49a38534c4a9e10e3bd770  libassuan-0.9.2.tar.bz2
+a2e3cb948de5159728e73d53529ae7ad  libassuan-0.9.3.tar.bz2.sig
+60add4aebf1961436da3a470d6ac833c  libassuan-0.9.3.tar.bz2




More information about the scm-commits mailing list