[svn] r4938 - in trunk/rpms: smb4k wsdlpull
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Nov 26 19:21:55 CET 2006
Author: dries
Date: 2006-11-26 19:21:53 +0100 (Sun, 26 Nov 2006)
New Revision: 4938
Added:
trunk/rpms/wsdlpull/wsdlpull-1.12-gcc.patch
Modified:
trunk/rpms/smb4k/smb4k.spec
trunk/rpms/wsdlpull/wsdlpull.spec
Log:
updates
Modified: trunk/rpms/smb4k/smb4k.spec
===================================================================
--- trunk/rpms/smb4k/smb4k.spec 2006-11-26 12:34:39 UTC (rev 4937)
+++ trunk/rpms/smb4k/smb4k.spec 2006-11-26 18:21:53 UTC (rev 4938)
@@ -9,7 +9,7 @@
Summary: SMB (samba) share browser for KDE
Name: smb4k
-Version: 0.7.4
+Version: 0.7.5
Release: 1
License: GPL
Group: Applications/Internet
@@ -65,6 +65,9 @@
%{_datadir}/icons/crystalsvg/*/apps/smb4k.png
%changelog
+* Sun Nov 26 2006 Dries Verachtert <dries at ulyssis.org> - 0.7.5-1
+- Updated to release 0.7.5.
+
* Sun Nov 12 2006 Dries Verachtert <dries at ulyssis.org> - 0.7.4-1
- Updated to release 0.7.4.
Added: trunk/rpms/wsdlpull/wsdlpull-1.12-gcc.patch
===================================================================
--- trunk/rpms/wsdlpull/wsdlpull-1.12-gcc.patch (rev 0)
+++ trunk/rpms/wsdlpull/wsdlpull-1.12-gcc.patch 2006-11-26 18:21:53 UTC (rev 4938)
@@ -0,0 +1,26 @@
+diff -ur wsdlpull-1.12-orig/src/schemaparser/TypeContainer.h wsdlpull-1.12/src/schemaparser/TypeContainer.h
+--- wsdlpull-1.12-orig/src/schemaparser/TypeContainer.h 2006-11-23 12:27:53.000000000 +0100
++++ wsdlpull-1.12/src/schemaparser/TypeContainer.h 2006-11-26 18:49:18.000000000 +0100
+@@ -45,7 +45,7 @@
+ {
+ public:
+ TypeContainer(int typeId,const SchemaParser * sp);
+- TypeContainer::TypeContainer(ContentModel* cm,
++ TypeContainer(ContentModel* cm,
+ const SchemaParser * sp);
+ ~TypeContainer();
+ TypeContainer *getAttributeContainer(std::string attName,
+Only in wsdlpull-1.12/src/schemaparser: TypeContainer.h~
+diff -ur wsdlpull-1.12-orig/src/wsdlparser/WsdlParser.h wsdlpull-1.12/src/wsdlparser/WsdlParser.h
+--- wsdlpull-1.12-orig/src/wsdlparser/WsdlParser.h 2006-06-09 15:23:26.000000000 +0200
++++ wsdlpull-1.12/src/wsdlparser/WsdlParser.h 2006-11-26 19:00:23.000000000 +0100
+@@ -228,7 +228,7 @@
+ */
+
+ void
+- WsdlParser::getSchemaParsers(std::vector<SchemaParser* >::iterator & from,
++ getSchemaParsers(std::vector<SchemaParser* >::iterator & from,
+ std::vector<SchemaParser* >::iterator & to) ;
+
+ /**
+Only in wsdlpull-1.12/src/wsdlparser: WsdlParser.h~
Modified: trunk/rpms/wsdlpull/wsdlpull.spec
===================================================================
--- trunk/rpms/wsdlpull/wsdlpull.spec 2006-11-26 12:34:39 UTC (rev 4937)
+++ trunk/rpms/wsdlpull/wsdlpull.spec 2006-11-26 18:21:53 UTC (rev 4938)
@@ -3,13 +3,14 @@
Summary: C++ web services client library
Name: wsdlpull
-Version: 1.11
+Version: 1.12
Release: 1
License: LGPL
Group: Applications/Internet
URL: http://wsdlpull.sourceforge.net/
Source: http://dl.sf.net/wsdlpull/wsdlpull-%{version}.tar.gz
+Patch: wsdlpull-1.12-gcc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
@@ -36,6 +37,7 @@
%prep
%setup
+%patch -p1
%build
%configure
@@ -76,6 +78,9 @@
%exclude %{_libdir}/*.la
%changelog
+* Sun Nov 26 2006 Dries Verachtert <dries at ulyssis.org> - 1.12-1
+- Updated to release 1.12.
+
* Sun Apr 23 2006 Dries Verachtert <dries at ulyssis.org> - 1.11-1
- Updated to release 1.11.
More information about the svn-commits
mailing list