rpms/gsoap/devel .cvsignore, 1.2, 1.3 gsoap.spec, 1.3, 1.4 sources, 1.2, 1.3

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Mon Oct 1 01:33:22 UTC 2007


Author: matt

Update of /cvs/pkgs/rpms/gsoap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4486

Modified Files:
	.cvsignore gsoap.spec sources 
Log Message:
upgrading to 2.7.9l


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Sep 2007 13:18:22 -0000	1.2
+++ .cvsignore	1 Oct 2007 01:32:50 -0000	1.3
@@ -1 +1,2 @@
-gsoap_2.7.9k.tar.gz
+gsoap_2.7.9l.tar.gz
+import_dom_h-2.7.9l.patch


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/devel/gsoap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gsoap.spec	24 Sep 2007 14:40:15 -0000	1.3
+++ gsoap.spec	1 Oct 2007 01:32:50 -0000	1.4
@@ -1,16 +1,17 @@
 Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
 Name: gsoap
 Version: 2.7.9
-Release: 0.2.k
+Release: 0.1.l
 License: GPLv2
 Group: Development/Tools
 URL: http://gsoap2.sourceforge.net
-Source0: http://downloads.sourceforge.net/gsoap2/gsoap_2.7.9k.tar.gz
+Source0: http://downloads.sourceforge.net/gsoap2/gsoap_2.7.9l.tar.gz
 Patch0: http://grid.et.redhat.com/files/autotools_update-2.7.9k.patch
 Patch1: http://grid.et.redhat.com/files/makefile_defines-2.7.9k.patch
 Patch2: http://grid.et.redhat.com/files/tru64_hp_ux_cpp-2.7.9k.patch
 Patch3: http://grid.et.redhat.com/files/tru64_hp_ux_c-2.7.9k.patch
-#Patch4: http://grid.et.redhat.com/files/anonymous_server_and_client-2.7.9k.patch
+Patch4: http://grid.et.redhat.com/files/import_dom_h-2.7.9l.patch
+#Patch5: http://grid.et.redhat.com/files/anonymous_server_and_client-2.7.9k.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: flex
 BuildRequires: bison
@@ -61,18 +62,15 @@
 %patch2 -p1
 %patch3 -p1
 
+# gsoap 2.7.9l's import/dom.h was missing xsd__anyAttribute definitions
+%patch4 -p1
+
 # a number of ~ files are distribute, but we do not want them
 find . -name "*~" -exec rm {} \;
 
 # pre-generated Makefiles abound, kill them
 find . -name "Makefile" -exec rm {} \;
 
-# pre-generated .deps are distribute, zap'em
-find . -name ".deps" -prune -exec rm -rf {} \;
-
-# autom4te.cache should not be distributed with source
-rm -rf autom4te.cache
-
 # stdsoap2_cpp.cpp is generated by soapcpp2/Makefile, and should not
 # exist in the distributed source
 rm soapcpp2/stdsoap2_cpp.cpp
@@ -173,6 +171,11 @@
 
 
 %changelog
+* Sun Sep 30 2007  <mfarrellee at redhat> - 2.7.9-0.1.l
+- Updated to 2.7.9l (2.7.9k patches still apply)
+- Added patch for import/dom.h missing xsd__anyAttribute definitions
+- Removed removal of .deps directories and autom4te.cache
+
 * Mon Sep 24 2007  <mfarrellee at redhat> - 2.7.9-0.2.k
 - Moved pkgconfig requirement to -devel package
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Sep 2007 13:18:22 -0000	1.2
+++ sources	1 Oct 2007 01:32:50 -0000	1.3
@@ -1 +1,2 @@
-83a25e2349d0e2e3e4a73ce834e4c06d  gsoap_2.7.9k.tar.gz
+9bd21c4f8fe4ffa9ee6cd5f05ea3b65a  gsoap_2.7.9l.tar.gz
+9a5503b83528f7861e499ccd458196dc  import_dom_h-2.7.9l.patch




More information about the fedora-extras-commits mailing list