From 4be6ebc726e20feb2377db3b43581e16ba836b28 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:27:28 +0000 Subject: [PATCH 1/7] 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 829928c..04a350b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := amtterm 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 feb4f49d9965b0780c65fd1239e8cea06546d229 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 01:42:44 +0000 Subject: [PATCH 2/7] Initialize branch EL-6 for amtterm --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From 16dc554cf759c39b67f104ef29bf0e99c8d9497b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 5 Jul 2010 09:05:21 +0000 Subject: [PATCH 3/7] rebuild for EL-6 --- amtterm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amtterm.spec b/amtterm.spec index 7618305..4d4801b 100644 --- a/amtterm.spec +++ b/amtterm.spec @@ -1,7 +1,7 @@ Name: amtterm License: GPLv2+ Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet Source: %{name}-%{version}.tar.gz @@ -43,6 +43,9 @@ desktop-file-install \ rm -rf %{buildroot} %changelog +* Mon Jul 05 2010 Gerd Hoffmann - 1.2-4 +- Rebuilt for EL-6. + * Fri Jul 24 2009 Fedora Release Engineering - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 61dcb7ef706165b31ec034299da5310131cc43fe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:50:48 +0000 Subject: [PATCH 4/7] 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 04a350b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: amtterm -# $Id$ -NAME := amtterm -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 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 From fc3110b29f1727a9d30cbf377032ad467a348526 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 27 May 2011 08:56:49 +0200 Subject: [PATCH 5/7] update to 1.3 --- .gitignore | 1 + amtterm.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d9abd83..be8b806 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ amtterm-1.2.tar.gz +/amtterm-1.3.tar.gz diff --git a/amtterm.spec b/amtterm.spec index 4d4801b..8242acc 100644 --- a/amtterm.spec +++ b/amtterm.spec @@ -1,11 +1,11 @@ Name: amtterm License: GPLv2+ -Version: 1.2 -Release: 4%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet -Source: %{name}-%{version}.tar.gz -URL: http://dl.bytesex.org/releases/%{name}/%{name}-%{version}.tar.gz +URL: http://www.kraxel.org/blog/linux/amtterm/ +Source: http://www.kraxel.org/releases/%{name}/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/root-%{name}-%{version}-%{release} Requires: xdg-utils BuildRequires: gtk2-devel vte-devel desktop-file-utils @@ -33,7 +33,7 @@ desktop-file-install \ %{buildroot}/%{_datadir}/applications/gamt.desktop %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc COPYING %{_bindir}/* %{_mandir}/man?/* @@ -43,6 +43,9 @@ desktop-file-install \ rm -rf %{buildroot} %changelog +* Fri May 27 2011 Gerd Hoffmann - 1.3-1 +- update to version 1.3 + * Mon Jul 05 2010 Gerd Hoffmann - 1.2-4 - Rebuilt for EL-6. diff --git a/sources b/sources index 55f32f5..c7ca4eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz +a2385b2305680ae06687867527924ff5 amtterm-1.3.tar.gz From f28f85a174cdb50ebd18a1bc3e64740089727e71 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 29 Oct 2015 09:57:09 +0100 Subject: [PATCH 6/7] Update to release 1.4. --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be8b806..94fcf7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ amtterm-1.2.tar.gz /amtterm-1.3.tar.gz +/amtterm-1.4.tar.gz diff --git a/sources b/sources index c7ca4eb..a3f9b18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2385b2305680ae06687867527924ff5 amtterm-1.3.tar.gz +b4ad2827c7dddd204b008d08763697ec amtterm-1.4.tar.gz From c4c993a8cfd6bec48dd79f13a2e82d81a37abb9a Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 29 Oct 2015 09:58:14 +0100 Subject: [PATCH 7/7] Update to release 1.4. (specfile too ...) Conflicts: amtterm.spec --- amtterm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amtterm.spec b/amtterm.spec index 8242acc..a0dec3a 100644 --- a/amtterm.spec +++ b/amtterm.spec @@ -1,6 +1,6 @@ Name: amtterm License: GPLv2+ -Version: 1.3 +Version: 1.4 Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet @@ -43,6 +43,9 @@ desktop-file-install \ rm -rf %{buildroot} %changelog +* Thu Oct 29 2015 Gerd Hoffmann - 1.4-1 +- Update to release 1.4. + * Fri May 27 2011 Gerd Hoffmann - 1.3-1 - update to version 1.3