From cfdce8f6b4c986df9e99fcaa2975fcacbbb3dcf6 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 11 Oct 2011 11:10:25 -0600 Subject: [PATCH 01/13] 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 02/13] - 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 03/13] 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 04/13] - 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 05/13] 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 06/13] 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 07/13] - 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 08/13] 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 09/13] - 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 10/13] 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 11/13] 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 12/13] - 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 13/13] 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. -