rpms/gloox/F-10 .cvsignore, 1.2, 1.3 gloox.spec, 1.1, 1.2 sources, 1.2, 1.3 gloox-1.0-GCC4.4-missing_includes.patch, 1.1, NONE gloox-1.0-SVNr4003.glibc-private-symbol.patch, 1.1, NONE gloox-1.0-beta-SVNr4003-missed_header.patch, 1.1, NONE

Pavel Alexeev hubbitus at fedoraproject.org
Thu Jul 30 12:51:28 UTC 2009


Author: hubbitus

Update of /cvs/pkgs/rpms/gloox/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24038

Modified Files:
	.cvsignore gloox.spec sources 
Removed Files:
	gloox-1.0-GCC4.4-missing_includes.patch 
	gloox-1.0-SVNr4003.glibc-private-symbol.patch 
	gloox-1.0-beta-SVNr4003-missed_header.patch 
Log Message:
- New build due to close several bugs:
	https://mail.camaya.net/horde/whups/ticket/?id=140 - delete patch gloox-1.0-beta-SVNr4003-missed_header.patch
	https://bugs.camaya.net/horde/whups/ticket/?id=141 - delete patch gloox-1.0-GCC4.4-missing_includes.patch
	https://bugs.camaya.net/horde/whups/ticket/?id=137 - delete patch gloox-1.0-SVNr4003.glibc-private-symbol.patch
- Also it is resolve FBFS.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gloox/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	25 Apr 2009 18:44:17 -0000	1.2
+++ .cvsignore	30 Jul 2009 12:51:28 -0000	1.3
@@ -1 +1 @@
-gloox-1.0-SVNr4003.tar.bz2
+gloox-1.0-SVNr4029.tar.bz2


Index: gloox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gloox/F-10/gloox.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gloox.spec	25 Apr 2009 18:44:17 -0000	1.1
+++ gloox.spec	30 Jul 2009 12:51:28 -0000	1.2
@@ -1,18 +1,17 @@
 #% define beta 7
-%define SVN 4003
+%define SVN 4029
 
 Name:		gloox
 Version:		1.0
-Release:		0.5.%{?beta:beta%{beta}}%{?SVN:SVNr%{SVN}}%{?dist}
+Release:		0.7.%{?beta:beta%{beta}}%{?SVN:SVNr%{SVN}}%{?dist}
 Summary:		A rock-solid, full-featured Jabber/XMPP client library
 Group:		System Environment/Libraries
 License:		GPLv2
 URL:			http://camaya.net/gloox
 #Source0:		http://camaya.net/download/%{name}-%{version}%{?beta:-beta%{beta}}.tar.bz2
 
-# svn co -r4003 svn://svn.camaya.net/gloox/trunk gloox-1.0 && \
-#	pushd gloox-1.0 && DATE=$( svn info -r4003 | sed -nr '/Last Changed Date/ s/.+: (.+?) \(.+/\1/p' ) && \
-#	find -exec touch -c -d"$DATE" {} \; && popd && tar --exclude='.svn' --preserve -cjf gloox-1.0-SVNr4003.tar.bz2 gloox-1.0
+# svn export -r4029 svn://svn.camaya.net/gloox/trunk gloox-1.0 && \
+#	tar -cjf gloox-1.0-SVNr4029.tar.bz2 gloox-1.0
 Source0:		%{name}-%{version}%{?beta:-beta%{beta}}%{?SVN:-SVNr%{SVN}}.tar.bz2
 
 #Patch1:		gloox-no_ns_get16.patch
@@ -28,13 +27,6 @@ BuildRequires:	libidn-devel >= 0.5
 Requires(postun):	/sbin/ldconfig
 Requires(post):	/sbin/ldconfig
 
-# Temporary UGLY HACK for http://bugs.camaya.net/horde/whups/ticket/?id=137
-Patch1:		gloox-1.0-SVNr4003.glibc-private-symbol.patch
-# http://bugs.camaya.net/horde/whups/ticket/?id=140
-Patch2:		gloox-1.0-beta-SVNr4003-missed_header.patch
-# GCC 4.4 compatibility http://bugs.camaya.net/horde/whups/ticket/?id=141
-Patch3:		gloox-1.0-GCC4.4-missing_includes.patch
-
 %description
 gloox is a rock-solid, full-featured Jabber/XMPP client library, written in
 C++. It makes writing spec-compliant clients easy and allows for hassle-free
@@ -52,9 +44,6 @@ developing applications that use %{name}
 
 %prep
 %setup -q -n %{name}-%{version}%{?beta:-beta%{beta}}
-%patch1 -p1 -b .private-glibc
-%patch2 -p1 -b .missed-header
-%patch3 -p1 -b .gcc4.4-missing-includes
 
 %build
 %if 0%{?SVN}
@@ -93,6 +82,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Wed Jul 29 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 1.0-0.6.SVNr4029
+- New build due to close several bugs:
+	https://mail.camaya.net/horde/whups/ticket/?id=140 - delete patch gloox-1.0-beta-SVNr4003-missed_header.patch
+	https://bugs.camaya.net/horde/whups/ticket/?id=141 - delete patch gloox-1.0-GCC4.4-missing_includes.patch
+	https://bugs.camaya.net/horde/whups/ticket/?id=137 - delete patch gloox-1.0-SVNr4003.glibc-private-symbol.patch
+- Use "svn export" instead of "svn checkout".
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-0.6.SVNr4003
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Apr 17 2009 Pavel Alexeev <Pahan at Hubbitus.info> - 1.0-0.5.SVNr4003
 - Add --exclude='.svn' to tar pack source and set time to last commit. This may allow pass hash checking soucre later.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gloox/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	25 Apr 2009 18:44:17 -0000	1.2
+++ sources	30 Jul 2009 12:51:28 -0000	1.3
@@ -1 +1 @@
-f3ea4b0a8fdb44d0ad8715ac8a51001f  gloox-1.0-SVNr4003.tar.bz2
+280e5dc6790ff3cb0418c9b309f16aa9  gloox-1.0-SVNr4029.tar.bz2


--- gloox-1.0-GCC4.4-missing_includes.patch DELETED ---


--- gloox-1.0-SVNr4003.glibc-private-symbol.patch DELETED ---


--- gloox-1.0-beta-SVNr4003-missed_header.patch DELETED ---




More information about the fedora-extras-commits mailing list