diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore index 755788d..3153cd8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ xerces-c-3.0.1.tar.gz /xerces-c-3.2.0.tar.gz /xerces-c-3.2.1.tar.gz /xerces-c-3.2.2.tar.gz +/xerces-c-3.2.3.tar.xz diff --git a/Makefile b/Makefile deleted file mode 100644 index c11002e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xerces-c -# $Id$ -NAME := xerces-c -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/sources b/sources index a239dbd..f1e1bac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xerces-c-3.2.2.tar.gz) = 13709b47b61d957d736f34b774dbc7fbd85171eedebd0cada41fd1d17929e6c42904c882b1e1d4f9b4fd464938b62e5ebb127187b4974dfade6a593e31471e80 +SHA512 (xerces-c-3.2.3.tar.xz) = 8b8ac9a8377788753a918af2bd4437af5bb94b275e50fe1ab7cc6af88a8531248518705bc794da702a3e06a82a064cbd25e4149c2526aff7f61cf49ded4fdfab diff --git a/xerces-c.spec b/xerces-c.spec index dc612b3..f4e1bf7 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -1,13 +1,14 @@ Name: xerces-c -Version: 3.2.2 -Release: 3%{?dist} +Version: 3.2.3 +Release: 5%{?dist} Summary: Validating XML Parser License: ASL 2.0 URL: http://xml.apache.org/xerces-c/ -Source0: http://archive.apache.org/dist/xerces/c/3/sources/xerces-c-%{version}.tar.gz +Source0: https://downloads.apache.org/xerces/c/3/sources/xerces-c-%{version}.tar.xz -BuildRequires: gcc-c++ +BuildRequires: make +BuildRequires: gcc-c++ BuildRequires: dos2unix %description @@ -83,6 +84,24 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %doc README NOTICE CREDITS doc _docs/* %changelog +* Fri Jan 07 2022 Antonio Trande - 3.2.3-5 +- Rebuild for EPEL9 + +* Fri Jul 23 2021 Fedora Release Engineering - 3.2.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 3.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 3.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Apr 10 2020 Kalev Lember - 3.2.3-1 +- Update to 3.2.3 + +* Fri Jan 31 2020 Fedora Release Engineering - 3.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 3.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild