[xsd] Update to xsd-3.3.0-1+dep upstream tarball, which includes the gcc 4.7 patch

Kalev Lember kalev at fedoraproject.org
Tue Apr 17 21:45:43 UTC 2012


commit d9bd0cd57045bf51eb3a7f04388acfc190789827
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 18 00:37:48 2012 +0300

    Update to xsd-3.3.0-1+dep upstream tarball, which includes the gcc 4.7 patch

 .gitignore            |    1 +
 sources               |    2 +-
 xsd-3.3.0-gcc47.patch |   36 ------------------------------------
 xsd.spec              |   11 ++++++-----
 4 files changed, 8 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61cd53b..de0efd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xsd-3.3.0+dep.tar.bz2
+/xsd-3.3.0-1+dep.tar.bz2
diff --git a/sources b/sources
index 4d97448..563f3ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bad45103f9111964b78d6f2327fbb15  xsd-3.3.0+dep.tar.bz2
+1cb677f6079809a49bd50d6529463182  xsd-3.3.0-1+dep.tar.bz2
diff --git a/xsd.spec b/xsd.spec
index 8fec1be..789e3ec 100644
--- a/xsd.spec
+++ b/xsd.spec
@@ -1,16 +1,15 @@
 Name:           xsd
 Version:        3.3.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        W3C XML schema to C++ data binding compiler
 
 Group:          Development/Tools
 # Exceptions permit otherwise GPLv2 incompatible combination with ASL 2.0
 License:        GPLv2 with exceptions and ASL 2.0  
 URL:            http://www.codesynthesis.com/products/xsd/
-Source0:        http://www.codesynthesis.com/download/xsd/3.2/xsd-%{version}+dep.tar.bz2
+Source0:        http://www.codesynthesis.com/download/xsd/3.3/xsd-%{version}-1+dep.tar.bz2
 # Sent suggestion to upstream via e-mail 20090707
 Patch0:         xsd-3.3.0-xsdcxx-rename.patch
-Patch1:		xsd-3.3.0-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  m4 boost-devel xerces-c-devel
@@ -40,11 +39,10 @@ This package contains API documentation for %{name}.
 
 
 %prep
-%setup -q -n xsd-%{version}+dep
+%setup -q -n xsd-%{version}-1+dep
 pushd xsd
 %patch0 -p1 -b .xsdcxx-rename
 popd
-%patch1 -p1
 
 
 %build
@@ -125,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 18 2012 Kalev Lember <kalevlember at gmail.com> - 3.3.0-12
+- Update to xsd-3.3.0-1+dep upstream tarball, which includes the gcc 4.7 patch
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3.0-11
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list