diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 1133c76..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -vtkdata-5.2.0.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c46db30 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vtkdata-5.4.2.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index b7d4a84..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vtkdata -# $Id$ -NAME := vtkdata -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 1d129e8..81cc7d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4da83c829cf38663f9c77b681f29a921 vtkdata-5.2.0.tar.gz +3b05eadd4446bbf3f863e744b7bee14a vtkdata-5.4.2.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index 6e111ef..ce6bfa5 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.2.0 -Release: 10 +Version: 5.4.2 +Release: 13%{?dist} # This is a variant BSD license, a cross between BSD and ZLIB. # For all intents, it has the same rights and restrictions as BSD. # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant @@ -41,6 +41,15 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 5.4.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jun 6 2009 Axel Thimm - 5.4.2-11 +- Update to 5.4.2. + +* Wed Mar 11 2009 Orion Poplawski - 5.2.1-10 +- Update to 5.2.1 + * Sun Oct 5 2008 Axel Thimm - 5.2.0-9 - Update to 5.2.0.