diff --git a/xsd.spec b/xsd.spec index 550227f..39cde0d 100644 --- a/xsd.spec +++ b/xsd.spec @@ -2,15 +2,15 @@ %define majver %(echo %version | cut -d. -f1-3) %define majver2 %(echo %version | cut -d. -f1-2) Name: xsd -Version: 3.3.0.2 -Release: 3mamba +Version: 4.0.0 +Release: 1mamba Summary: A W3C XML Schema to C++ translator Group: Development/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://codesynthesis.com/projects/xsd/ -Source: http://codesynthesis.com/download/xsd/%{majver2}/xsd-%{majver}%{?minver:-%minver}+dep.tar.bz2 +Source: http://codesynthesis.com/download/xsd/%{majver2}/xsd-%{majver}%{?minver:%minver}+dep.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -38,7 +38,7 @@ This package contains libraries and header files for developing applications tha %debug_package %prep -%setup -q -n %{name}-%{majver}%{?minver:-%minver}+dep +%setup -q -n %{name}-%{majver}%{?minver:%minver}+dep %build # FIXME: make files building examples but we don't care at the time @@ -72,6 +72,9 @@ mv %{buildroot}%{_mandir}/man1/xsd.1 %{buildroot}%{_mandir}/man1/xsdcxx.1 %doc xsd/NEWS xsd/README %changelog +* Thu Oct 09 2014 Automatic Build System 4.0.0-1mamba +- automatic version update by autodist + * Wed Mar 06 2013 Silvan Calarco 3.3.0.2-3mamba - rebuilt using package with internal deps because external libcult can't be build