rpms/loudmouth/devel .cvsignore, 1.6, 1.7 loudmouth.spec, 1.14, 1.15 sources, 1.6, 1.7 loudmouth-1.0.3-reentrancy.patch, 1.1, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Thu Jun 29 14:34:32 UTC 2006


Author: bpepple

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

Modified Files:
	.cvsignore loudmouth.spec sources 
Removed Files:
	loudmouth-1.0.3-reentrancy.patch 
Log Message:
* Thu Jun 29 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.4-2
- Update to 1.0.4.
- Add devel requires on pkgconfig.
- Drop reentrancy patch, fixed upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	5 Apr 2006 16:56:51 -0000	1.6
+++ .cvsignore	29 Jun 2006 14:34:31 -0000	1.7
@@ -1 +1 @@
-loudmouth-1.0.3.tar.bz2
+loudmouth-1.0.4.tar.bz2


Index: loudmouth.spec
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- loudmouth.spec	15 Jun 2006 21:39:51 -0000	1.14
+++ loudmouth.spec	29 Jun 2006 14:34:31 -0000	1.15
@@ -1,15 +1,14 @@
 %define with_ssl 1
 
 Name:           loudmouth
-Version:        1.0.3
-Release:        5%{?dist}
+Version:        1.0.4
+Release:        2%{?dist}
 Summary:        Loudmouth is a Jabber programming library written in C
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.imendio.com/projects/loudmouth
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Patch0:		%{name}-%{version}-reentrancy.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel >= 2.4.0
@@ -21,28 +20,32 @@
 BuildRequires:	libtasn1 >= 0.2.6
 %endif
 
+
 %description
 Loudmouth is a lightweight and easy-to-use C library for programming
 with the Jabber protocol. It's designed to be easy to get started with
 and yet extensible to let you do anything the Jabber protocol allows.
 
+
 %package devel
 Summary:	Development files for Loudmouth
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	glib2-devel
+Requires:	pkgconfig
 %if %{with_ssl}
 Requires:	gnutls-devel >= 1.0.0
 %endif
 
+
 %description devel
 Loudmouth is a lightweight and easy-to-use C library for programming
 with the Jabber protocol. It's designed to be easy to get started with
 and yet extensible to let you do anything the Jabber protocol allows.
 
+
 %prep
 %setup -q
-%patch0 -p1 -b .reentrancy
 
 
 %build
@@ -90,6 +93,11 @@
 
 
 %changelog
+* Thu Jun 29 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.4-2
+- Update to 1.0.4.
+- Add devel requires on pkgconfig.
+- Drop reentrancy patch, fixed upstream.
+
 * Thu Jun 15 2006 Jeremy Katz <katzj at redhat.com> - 1.0.3-5
 - rebuild for new gnutls
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/loudmouth/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	5 Apr 2006 16:56:51 -0000	1.6
+++ sources	29 Jun 2006 14:34:31 -0000	1.7
@@ -1 +1 @@
-2845b42b942e947f3e38471d9fc83ba2  loudmouth-1.0.3.tar.bz2
+6a1e592418686ff4ead975e6d28a4beb  loudmouth-1.0.4.tar.bz2


--- loudmouth-1.0.3-reentrancy.patch DELETED ---




More information about the fedora-extras-commits mailing list