From 35412196e83c69bc7e9a951c6e5ca238904de869 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 May 2007 10:57:02 +0000 Subject: [PATCH 01/11] Initialize branch F-7 for viaideinfo --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 6ae364548092d81b68a1d9554320f678087540f9 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 19:23:02 +0000 Subject: [PATCH 02/11] - Autorebuild for GCC 4.3 --- viaideinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/viaideinfo.spec b/viaideinfo.spec index 5424f3a..1bea8a5 100644 --- a/viaideinfo.spec +++ b/viaideinfo.spec @@ -1,6 +1,6 @@ Name: viaideinfo Version: 0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Displays the information of installed VIA IDE controllers Group: Applications/System License: GPL @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 0.5-2 +- Autorebuild for GCC 4.3 + * Wed Jan 31 2007 Peter Gordon - 0.5-1 - Update to new upstream release (0.5). This adds support for SATA_EIDE controllers and VT8237S, CX700 southbridges. From 90c9f5143a4825f9254fa3c4c038ccd5f265caf9 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 9 Sep 2008 03:23:24 +0000 Subject: [PATCH 03/11] fix license tag --- viaideinfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/viaideinfo.spec b/viaideinfo.spec index 1bea8a5..5286d1d 100644 --- a/viaideinfo.spec +++ b/viaideinfo.spec @@ -1,9 +1,9 @@ Name: viaideinfo Version: 0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Displays the information of installed VIA IDE controllers Group: Applications/System -License: GPL +License: GPLv2+ URL: http://reactivated.net/software/viaideinfo Source0: http://reactivated.net/software/viaideinfo/viaideinfo-%{version}.tar.gz @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 8 2008 Tom "spot" Callaway - 0.5-3 +- fix license tag + * Tue Feb 19 2008 Fedora Release Engineering - 0.5-2 - Autorebuild for GCC 4.3 From 34e8a0f78707ebf25ac5f3e633a41d51f66e9516 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 00:17:25 +0000 Subject: [PATCH 04/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- viaideinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/viaideinfo.spec b/viaideinfo.spec index 5286d1d..8e20a38 100644 --- a/viaideinfo.spec +++ b/viaideinfo.spec @@ -1,6 +1,6 @@ Name: viaideinfo Version: 0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Displays the information of installed VIA IDE controllers Group: Applications/System License: GPLv2+ @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Sep 8 2008 Tom "spot" Callaway - 0.5-3 - fix license tag From a032ca920da9aa21fbfd610a67364f9f5fd8bc2e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 06:51:28 +0000 Subject: [PATCH 05/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- viaideinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/viaideinfo.spec b/viaideinfo.spec index 8e20a38..0d34225 100644 --- a/viaideinfo.spec +++ b/viaideinfo.spec @@ -1,6 +1,6 @@ Name: viaideinfo Version: 0.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Displays the information of installed VIA IDE controllers Group: Applications/System License: GPLv2+ @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 1281b86c94d7c53ec9225edfcab0674c08a63de1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:21 +0000 Subject: [PATCH 06/11] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe73a69..017c6d1 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: viaideinfo -# $Id$ +# $Id: Makefile,v 1.1 2006/10/19 06:49:52 pgordon Exp $ NAME := viaideinfo 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 824d70033e4826399da73328eeb6ccf8bbec1051 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:13:38 +0000 Subject: [PATCH 07/11] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe73a69..017c6d1 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: viaideinfo -# $Id$ +# $Id: Makefile,v 1.1 2006/10/19 06:49:52 pgordon Exp $ NAME := viaideinfo 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 e070102264685751afadc130bfae70e22b872a51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:58:10 +0000 Subject: [PATCH 08/11] 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 017c6d1..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: viaideinfo -# $Id: Makefile,v 1.1 2006/10/19 06:49:52 pgordon Exp $ -NAME := viaideinfo -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 c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7 From 3630fbfe2f807f7494ff62ed8d22ecc06f840699 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:58:12 +0000 Subject: [PATCH 09/11] 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 017c6d1..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: viaideinfo -# $Id: Makefile,v 1.1 2006/10/19 06:49:52 pgordon Exp $ -NAME := viaideinfo -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 9f91b8f5ce6816987eab857037d74014e4a43128 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:25:14 -0600 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- viaideinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/viaideinfo.spec b/viaideinfo.spec index 0d34225..b9d0e69 100644 --- a/viaideinfo.spec +++ b/viaideinfo.spec @@ -1,6 +1,6 @@ Name: viaideinfo Version: 0.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Displays the information of installed VIA IDE controllers Group: Applications/System License: GPLv2+ @@ -56,6 +56,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Jul 26 2009 Fedora Release Engineering - 0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From a850abfa404d0d87f3cdc81400462919940f429f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 25 Jul 2011 18:22:44 -0400 Subject: [PATCH 11/11] Retire viaideinfo. --- dead.package | 1 + sources | 1 - viaideinfo.spec | 88 ------------------------------------------------- 3 files changed, 1 insertion(+), 89 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 viaideinfo.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/sources b/sources deleted file mode 100644 index 2b81e6d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5db6b9f406416e33efd31df1ad44a54c viaideinfo-0.5.tar.gz diff --git a/viaideinfo.spec b/viaideinfo.spec deleted file mode 100644 index b9d0e69..0000000 --- a/viaideinfo.spec +++ /dev/null @@ -1,88 +0,0 @@ -Name: viaideinfo -Version: 0.5 -Release: 6%{?dist} -Summary: Displays the information of installed VIA IDE controllers -Group: Applications/System -License: GPLv2+ -URL: http://reactivated.net/software/viaideinfo - -Source0: http://reactivated.net/software/viaideinfo/viaideinfo-%{version}.tar.gz - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: %{ix86} x86_64 - -BuildRequires: pciutils-devel >= 2.2.0 -BuildRequires: zlib-devel - -# Taken from the README -%description -This command-line application identifies VIA IDE controllers installed in the -computer, and displays various information/statistics regarding these. This -does not depend on the via82cxxx kernel IDE driver, and will work regardless of -whether it is present or not. All this information used to be available through -/proc/ide/via; however this file was removed in Linux 2.6.15 to reduce the -complexity of the IDE driver. Since it performs some basic port I/O, it must be -run as root. - -Supported devices: - VT82C576, VT82C586, VT82C586A, VT82C586B, VT82C596A, VT82C596B, - VT82C686, VT82C686A, VT82C686B, VT8231, VT8233, VT8233C, VT8233A, - VT8235, VT8237, VT8237A, VT8251, VT6410, VT8237S, CX700 - - -%prep -%setup -q - - -%build -%configure -make %{?_smp_mflags} - - -%install -rm -rf %{buildroot} -make DESTDIR=%{buildroot} install - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README THANKS -%{_bindir}/%{name} -%{_mandir}/man8/%{name}.8.gz - - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 0.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Jul 26 2009 Fedora Release Engineering - 0.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Sep 8 2008 Tom "spot" Callaway - 0.5-3 -- fix license tag - -* Tue Feb 19 2008 Fedora Release Engineering - 0.5-2 -- Autorebuild for GCC 4.3 - -* Wed Jan 31 2007 Peter Gordon - 0.5-1 -- Update to new upstream release (0.5). This adds support for SATA_EIDE - controllers and VT8237S, CX700 southbridges. -- Added zlib-devel to BuildRequires. -- Fix minor grammar error in prior %%changelog entry. - -* Sat Oct 21 2006 Peter Gordon - 0.4-3 -- Bump release to fix CVS tagging issue - -* Sat Oct 21 2006 Peter Gordon - 0.4-2 -- Enable building on x86_64. (It works fine on x86-64 Via-based systems too, - according to an email from the upstream maintainer.) - -* Tue Oct 17 2006 Peter Gordon - 0.4-1 -- Initial packaging