From b0295b3150261ec28beb986ee08fc5f656085323 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 07:17:16 +0000 Subject: [PATCH 01/24] Initialize branch F-12 for vtkdata --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From fa067a60e03d5e42305f5583546adfc86d4f1f24 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:15:54 +0000 Subject: [PATCH 02/24] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7d4a84..8259819 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 071872e5872b8c7f72e148290f5a8690f9005223 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:26:04 +0000 Subject: [PATCH 03/24] Initialize branch F-13 for vtkdata --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 5b73d0826f21d5895c2128b0533dd590b0bc7ee8 Mon Sep 17 00:00:00 2001 From: athimm Date: Sat, 10 Jul 2010 22:00:50 +0000 Subject: [PATCH 04/24] Update to 5.6.0. --- .cvsignore | 2 +- sources | 2 +- vtkdata.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index c46db30..9f65146 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vtkdata-5.4.2.tar.gz +vtkdata-5.6.0.tar.gz diff --git a/sources b/sources index 81cc7d2..f28dd3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b05eadd4446bbf3f863e744b7bee14a vtkdata-5.4.2.tar.gz +97006362d7d67dc01289daf3e4ec4e38 vtkdata-5.6.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index ce6bfa5..d11f78a 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.4.2 -Release: 13%{?dist} +Version: 5.6.0 +Release: 12 # 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 @@ -10,7 +10,7 @@ Release: 13%{?dist} License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/5.2/%{name}-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/5.6/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -41,8 +41,8 @@ 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 +* Mon Jul 5 2010 Axel Thimm - 5.6.0-12 +- Update to 5.6.0. * Sat Jun 6 2009 Axel Thimm - 5.4.2-11 - Update to 5.4.2. From d340366d60d0ea54073577065f3c207421548f24 Mon Sep 17 00:00:00 2001 From: athimm Date: Sat, 10 Jul 2010 22:00:50 +0000 Subject: [PATCH 05/24] Update to 5.6.0. --- .cvsignore | 2 +- sources | 2 +- vtkdata.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index c46db30..9f65146 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vtkdata-5.4.2.tar.gz +vtkdata-5.6.0.tar.gz diff --git a/sources b/sources index 81cc7d2..f28dd3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b05eadd4446bbf3f863e744b7bee14a vtkdata-5.4.2.tar.gz +97006362d7d67dc01289daf3e4ec4e38 vtkdata-5.6.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index ce6bfa5..d11f78a 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.4.2 -Release: 13%{?dist} +Version: 5.6.0 +Release: 12 # 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 @@ -10,7 +10,7 @@ Release: 13%{?dist} License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/5.2/%{name}-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/5.6/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -41,8 +41,8 @@ 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 +* Mon Jul 5 2010 Axel Thimm - 5.6.0-12 +- Update to 5.6.0. * Sat Jun 6 2009 Axel Thimm - 5.4.2-11 - Update to 5.4.2. From e7db0843ca5e63f787ffd10d228572a8b85c7cd4 Mon Sep 17 00:00:00 2001 From: athimm Date: Sat, 10 Jul 2010 22:00:51 +0000 Subject: [PATCH 06/24] Update to 5.6.0. --- .cvsignore | 2 +- sources | 2 +- vtkdata.spec | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index c46db30..9f65146 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vtkdata-5.4.2.tar.gz +vtkdata-5.6.0.tar.gz diff --git a/sources b/sources index 81cc7d2..f28dd3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b05eadd4446bbf3f863e744b7bee14a vtkdata-5.4.2.tar.gz +97006362d7d67dc01289daf3e4ec4e38 vtkdata-5.6.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index ce6bfa5..d11f78a 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.4.2 -Release: 13%{?dist} +Version: 5.6.0 +Release: 12 # 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 @@ -10,7 +10,7 @@ Release: 13%{?dist} License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/5.2/%{name}-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/5.6/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -41,8 +41,8 @@ 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 +* Mon Jul 5 2010 Axel Thimm - 5.6.0-12 +- Update to 5.6.0. * Sat Jun 6 2009 Axel Thimm - 5.4.2-11 - Update to 5.4.2. From 382cad82c0e63675dde0b92aff2562b5530b3857 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:10:08 +0000 Subject: [PATCH 07/24] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8259819..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 $$d/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/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 From dd0d93d3398d6fbc30151e299b578ee861f42e3d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:10:09 +0000 Subject: [PATCH 08/24] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8259819..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 $$d/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/branch b/branch deleted file mode 100644 index 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 From 76c906157131c4714b7c557ebb51db414cfb8147 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:10:11 +0000 Subject: [PATCH 09/24] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 8259819..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 $$d/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) From bafa49b39d179c7b9d78a5d8be21bcfdb1fa31d6 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 29 Dec 2010 09:42:45 -0700 Subject: [PATCH 10/24] - Update to 5.6.1 --- .gitignore | 1 + sources | 2 +- vtkdata.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9f65146..75109eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vtkdata-5.6.0.tar.gz +/vtkdata-5.6.1.tar.gz diff --git a/sources b/sources index f28dd3d..53dfbef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97006362d7d67dc01289daf3e4ec4e38 vtkdata-5.6.0.tar.gz +67263bd972f923d39a60f01104368779 vtkdata-5.6.1.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index d11f78a..faae8cb 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.6.0 -Release: 12 +Version: 5.6.1 +Release: 1 # 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,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Wed Dec 29 2010 Orion Poplawski - 5.6.1-1 +- Update to 5.6.1 + * Mon Jul 5 2010 Axel Thimm - 5.6.0-12 - Update to 5.6.0. From 0dc55e42ade7d5252d76ce32e62d9be7b0bbc5ec Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:55:51 -0600 Subject: [PATCH 11/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- vtkdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index faae8cb..49e7778 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 5.6.1 -Release: 1 +Release: 2 # 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,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 5.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Dec 29 2010 Orion Poplawski - 5.6.1-1 - Update to 5.6.1 From cfdce8f6b4c986df9e99fcaa2975fcacbbb3dcf6 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 11 Oct 2011 11:10:25 -0600 Subject: [PATCH 12/24] Update to 5.8.0 --- .gitignore | 1 + sources | 2 +- vtkdata.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 75109eb..f90283f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vtkdata-5.6.0.tar.gz /vtkdata-5.6.1.tar.gz +/vtkdata-5.8.0.tar.gz diff --git a/sources b/sources index 53dfbef..7c1e7eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67263bd972f923d39a60f01104368779 vtkdata-5.6.1.tar.gz +a05295b81930e894fc0e31866f399151 vtkdata-5.8.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index 49e7778..d712912 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.6.1 -Release: 2 +Version: 5.8.0 +Release: 1 # 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 @@ -10,7 +10,7 @@ Release: 2 License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/5.6/%{name}-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/5.8/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Tue Oct 11 2011 Orion Poplawski - 5.8.0-1 +- Update to 5.8.0 + * Mon Feb 07 2011 Fedora Release Engineering - 5.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 98e851a7f9575fb0c2a190a1df588e3ada550a80 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:05:50 -0600 Subject: [PATCH 13/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vtkdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index d712912..6fd236f 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 5.8.0 -Release: 1 +Release: 2 # 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,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 5.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Oct 11 2011 Orion Poplawski - 5.8.0-1 - Update to 5.8.0 From 71c558ce00ae7d29ab66ca1680d6ceb493e5d2c2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 15 May 2012 09:08:01 -0600 Subject: [PATCH 14/24] Update to 5.10.0 --- .gitignore | 1 + sources | 2 +- vtkdata.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f90283f..0b903bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vtkdata-5.6.0.tar.gz /vtkdata-5.6.1.tar.gz /vtkdata-5.8.0.tar.gz +/vtkdata-5.10.0.tar.gz diff --git a/sources b/sources index 7c1e7eb..5847ac5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a05295b81930e894fc0e31866f399151 vtkdata-5.8.0.tar.gz +8c4105b221384154421e7a460adc9c0c vtkdata-5.10.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index 6fd236f..373de83 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.8.0 -Release: 2 +Version: 5.10.0 +Release: 1 # 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 @@ -10,7 +10,7 @@ Release: 2 License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/5.8/%{name}-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/5.10/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Tue May 15 2012 Orion Poplawski - 5.10.0-1 +- Update to 5.10.0 + * Sat Jan 14 2012 Fedora Release Engineering - 5.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From e7a73332ff7bbf01f790ac97e36b868cd8cc8cc8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:05:48 -0500 Subject: [PATCH 15/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- vtkdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index 373de83..be565ef 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 5.10.0 -Release: 1 +Release: 2 # 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,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 5.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue May 15 2012 Orion Poplawski - 5.10.0-1 - Update to 5.10.0 From e58ac5834c3f20ce1731fb114b88a00e153b569c Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 2 Nov 2012 13:10:25 -0600 Subject: [PATCH 16/24] Update to 5.10.1 --- .gitignore | 1 + sources | 2 +- vtkdata.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0b903bc..64c3bba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ vtkdata-5.6.0.tar.gz /vtkdata-5.6.1.tar.gz /vtkdata-5.8.0.tar.gz /vtkdata-5.10.0.tar.gz +/vtkdata-5.10.1.tar.gz diff --git a/sources b/sources index 5847ac5..7cd6d41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c4105b221384154421e7a460adc9c0c vtkdata-5.10.0.tar.gz +b6355063264cd56bcd1396c92f6ca59a vtkdata-5.10.1.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index be565ef..0a1e231 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.10.0 -Release: 2 +Version: 5.10.1 +Release: 1 # 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,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Fri Nov 2 2012 Orion Poplawski - 5.10.1-1 +- Update to 5.10.1 + * Sun Jul 22 2012 Fedora Release Engineering - 5.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 84836ec0f7293de1174018f380bc21f8e99af9f4 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 2 Nov 2012 14:11:44 -0600 Subject: [PATCH 17/24] New tarfile path --- vtkdata.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index 0a1e231..9f58842 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -22,7 +22,7 @@ rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir} cd %{buildroot}%{_datadir} tar -zpxf %{SOURCE0} -mv VTKData %{name}-%{version} +mv VTKData%{version} %{name}-%{version} # (Verbosely) fix 0555 permissions find . -type f -perm 0555 | xargs -r echo chmod 0755 | sh -x From 1f61f47913d0e846ed9b979b9f4eab853e8a3752 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:55:40 -0600 Subject: [PATCH 18/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- vtkdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index 9f58842..36498df 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 5.10.1 -Release: 1 +Release: 2 # 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,9 @@ rm -rf %{buildroot} %{_datadir}/* %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 5.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Fri Nov 2 2012 Orion Poplawski - 5.10.1-1 - Update to 5.10.1 From 9e0d9b610a288d3bd310ab64d44022059732118d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 12 Jul 2013 13:25:48 -0600 Subject: [PATCH 19/24] Update to 6.0.0 --- .gitignore | 1 + sources | 2 +- vtkdata.spec | 19 +++++++++---------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 64c3bba..a552b2d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ vtkdata-5.6.0.tar.gz /vtkdata-5.8.0.tar.gz /vtkdata-5.10.0.tar.gz /vtkdata-5.10.1.tar.gz +/vtkdata-6.0.0.tar.gz diff --git a/sources b/sources index 7cd6d41..6359e60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6355063264cd56bcd1396c92f6ca59a vtkdata-5.10.1.tar.gz +f40bcfe92439575ae56aa3f2fcd30149 vtkdata-6.0.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index 36498df..d774ecc 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 5.10.1 -Release: 2 +Version: 6.0.0 +Release: 1 # 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 @@ -10,19 +10,18 @@ Release: 2 License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/5.10/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Source0: http://www.vtk.org/files/release/6.0/%{name}-%{version}.tar.gz BuildArch: noarch %description Example data file for VTK + %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir} cd %{buildroot}%{_datadir} tar -zpxf %{SOURCE0} -mv VTKData%{version} %{name}-%{version} +mv VTKDATA%{version} %{name}-%{version} # (Verbosely) fix 0555 permissions find . -type f -perm 0555 | xargs -r echo chmod 0755 | sh -x @@ -32,15 +31,15 @@ for file in `find . -type f -perm 0755`; do chmod 0644 $file done -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{_datadir}/* + %changelog +* Fri Jul 12 2013 Orion Poplawski - 6.0.0-1 +- Update to 6.0.0 + * Fri Feb 15 2013 Fedora Release Engineering - 5.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 5b57bbf5bc937640040db422e560af0d149c652f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:31:06 -0500 Subject: [PATCH 20/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- vtkdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index d774ecc..9785517 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 6.0.0 -Release: 1 +Release: 2 # 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 @@ -37,6 +37,9 @@ done %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 6.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Jul 12 2013 Orion Poplawski - 6.0.0-1 - Update to 6.0.0 From a1802c1c824b7a6ca2f01865ba3262587d4971b9 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 26 Jan 2014 13:06:34 -0700 Subject: [PATCH 21/24] Update to 6.1.0 --- .gitignore | 1 + sources | 2 +- vtkdata.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a552b2d..85b036d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ vtkdata-5.6.0.tar.gz /vtkdata-5.10.0.tar.gz /vtkdata-5.10.1.tar.gz /vtkdata-6.0.0.tar.gz +/VTKData-6.1.0.tar.gz diff --git a/sources b/sources index 6359e60..d642f04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f40bcfe92439575ae56aa3f2fcd30149 vtkdata-6.0.0.tar.gz +f82c8fe151279c0422ab8a6cfe991c94 VTKData-6.1.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec index 9785517..c10d30c 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata -Version: 6.0.0 -Release: 2 +Version: 6.1.0 +Release: 1 # 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 @@ -10,7 +10,7 @@ Release: 2 License: BSD Group: Development/Libraries URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/6.0/%{name}-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/6.1/VTKData-%{version}.tar.gz BuildArch: noarch %description @@ -21,7 +21,7 @@ Example data file for VTK mkdir -p %{buildroot}%{_datadir} cd %{buildroot}%{_datadir} tar -zpxf %{SOURCE0} -mv VTKDATA%{version} %{name}-%{version} +mv VTK-%{version} %{name}-%{version} # (Verbosely) fix 0555 permissions find . -type f -perm 0555 | xargs -r echo chmod 0755 | sh -x @@ -37,6 +37,9 @@ done %changelog +* Sun Jan 26 2014 Orion Poplawski - 6.1.0-1 +- Update to 6.1.0 + * Sun Aug 04 2013 Fedora Release Engineering - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From f45d2e76a4fae0afd9ad3e28c0ce947d958fb5a8 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 6 Feb 2014 21:34:51 -0700 Subject: [PATCH 22/24] Add %{?dist} to release --- vtkdata.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index c10d30c..5334fa6 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 6.1.0 -Release: 1 +Release: 1%{?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 From 583e3a712a006421ca7e8714b86f4dd94840f4e2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:05:28 -0500 Subject: [PATCH 23/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vtkdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vtkdata.spec b/vtkdata.spec index 5334fa6..ad7fa66 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ Summary: Example data file for VTK Name: vtkdata Version: 6.1.0 -Release: 1%{?dist} +Release: 2%{?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 @@ -37,6 +37,9 @@ done %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 6.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Jan 26 2014 Orion Poplawski - 6.1.0-1 - Update to 6.1.0 From b14ccd63b173e2fe8ed596ca5f9042ae40e6396c Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 19 Mar 2015 14:57:23 -0600 Subject: [PATCH 24/24] Merged with main vtk package --- .gitignore | 7 ---- dead.package | 1 + sources | 1 - vtkdata.spec | 108 --------------------------------------------------- 4 files changed, 1 insertion(+), 116 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vtkdata.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 85b036d..0000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -vtkdata-5.6.0.tar.gz -/vtkdata-5.6.1.tar.gz -/vtkdata-5.8.0.tar.gz -/vtkdata-5.10.0.tar.gz -/vtkdata-5.10.1.tar.gz -/vtkdata-6.0.0.tar.gz -/VTKData-6.1.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..553c193 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Merged with main vtk package diff --git a/sources b/sources deleted file mode 100644 index d642f04..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -f82c8fe151279c0422ab8a6cfe991c94 VTKData-6.1.0.tar.gz diff --git a/vtkdata.spec b/vtkdata.spec deleted file mode 100644 index ad7fa66..0000000 --- a/vtkdata.spec +++ /dev/null @@ -1,108 +0,0 @@ -Summary: Example data file for VTK -Name: vtkdata -Version: 6.1.0 -Release: 2%{?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 -# This file tree has no indication of license, but upstream confirms it -# is the same as the vtk code. -License: BSD -Group: Development/Libraries -URL: http://www.vtk.org/ -Source0: http://www.vtk.org/files/release/6.1/VTKData-%{version}.tar.gz -BuildArch: noarch - -%description -Example data file for VTK - - -%install -mkdir -p %{buildroot}%{_datadir} -cd %{buildroot}%{_datadir} -tar -zpxf %{SOURCE0} -mv VTK-%{version} %{name}-%{version} - -# (Verbosely) fix 0555 permissions -find . -type f -perm 0555 | xargs -r echo chmod 0755 | sh -x -# Remove execute bits from not-scripts -for file in `find . -type f -perm 0755`; do - head -1 $file | grep '^#!' > /dev/null && continue - chmod 0644 $file -done - - -%files -%{_datadir}/* - - -%changelog -* Sun Jun 08 2014 Fedora Release Engineering - 6.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Jan 26 2014 Orion Poplawski - 6.1.0-1 -- Update to 6.1.0 - -* Sun Aug 04 2013 Fedora Release Engineering - 6.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Jul 12 2013 Orion Poplawski - 6.0.0-1 -- Update to 6.0.0 - -* Fri Feb 15 2013 Fedora Release Engineering - 5.10.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Fri Nov 2 2012 Orion Poplawski - 5.10.1-1 -- Update to 5.10.1 - -* Sun Jul 22 2012 Fedora Release Engineering - 5.10.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue May 15 2012 Orion Poplawski - 5.10.0-1 -- Update to 5.10.0 - -* Sat Jan 14 2012 Fedora Release Engineering - 5.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Oct 11 2011 Orion Poplawski - 5.8.0-1 -- Update to 5.8.0 - -* Mon Feb 07 2011 Fedora Release Engineering - 5.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Dec 29 2010 Orion Poplawski - 5.6.1-1 -- Update to 5.6.1 - -* Mon Jul 5 2010 Axel Thimm - 5.6.0-12 -- Update to 5.6.0. - -* 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. - -* Wed May 21 2008 Tom "spot" Callaway - 5.0.4-8 -- fix license tag - -* Sat Feb 23 2008 Axel Thimm - 5.0.4-7 -- Update to 5.0.4. - -* Sun Apr 15 2007 Axel Thimm - 5.0.3-6 -- Update to 5.0.3. - -* Mon Sep 11 2006 Axel Thimm - 5.0.2-5 -- Update to 5.0.2. - -* Wed Jul 19 2006 Axel Thimm - 5.0.1-4 -- Fix some permissions. - -* Thu Jul 13 2006 Axel Thimm - 5.0.1-3 -- Update to 5.0.1. - -* Thu Jun 1 2006 Axel Thimm -- Initial build. -