From d174594b06a81155051d2f1fdc3232f9d583c29a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 08:12:49 +0000 Subject: [PATCH 1/6] Initialize branch F-12 for anyremote2html --- 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 8b5a97c4f55651cb4d0c376d6c46fe99a7cc96d8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:28:01 +0000 Subject: [PATCH 2/6] 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 288e108..d046ba8 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: anyremote2html -# $Id$ +# $Id: Makefile,v 1.1 2008/09/12 10:25:54 huzaifas Exp $ NAME := anyremote2html 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 4526001e3bdc2e35ba642bd183e9d9693e96b897 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Wed, 27 Jan 2010 16:14:57 +0000 Subject: [PATCH 3/6] build --- .cvsignore | 2 +- anyremote2html.spec | 10 +++++----- import.log | 1 + sources | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index f294bc1..c4a7272 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-1.0.tar.gz +anyremote2html-1.1.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 0cd6358..f86ad83 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,11 +1,11 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 1.0 -Release: 2%{?dist} +Version: 1.1 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -Requires:python >= 2.4, anyremote >= 4.17 +Requires:python >= 2.4, anyremote >= 5.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://anyremote.sourceforge.net/ BuildArch: noarch @@ -29,9 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Wed Jan 27 2010 Mikhail Fedotov - 1.1 +- Add 128x128 icons handling. * Wed Jul 8 2009 Mikhail Fedotov - 1.0 - Handle Get(password) command. Add -m command line option. diff --git a/import.log b/import.log index ba593e8..30950a7 100644 --- a/import.log +++ b/import.log @@ -8,3 +8,4 @@ anyremote2html-0_9-1_fc10:HEAD:anyremote2html-0.9-1.fc10.src.rpm:1237304257 anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243190812 anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243191264 anyremote2html-1_0-1_fc11:HEAD:anyremote2html-1.0-1.fc11.src.rpm:1247072444 +anyremote2html-1_1-1_fc12:F-12:anyremote2html-1.1-1.fc12.src.rpm:1264608834 diff --git a/sources b/sources index d60a078..b5fff24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96ccc68db94ff8d76ffff4ac663fd719 anyremote2html-1.0.tar.gz +e009c24d5a8aa054b0529342a9ecf29c anyremote2html-1.1.tar.gz From e3043e4cacdd43ebc3b04cf3b00a82e6c052dae5 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Thu, 8 Jul 2010 13:07:02 +0000 Subject: [PATCH 4/6] build --- .cvsignore | 2 +- anyremote2html.spec | 5 ++++- import.log | 1 + sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index c4a7272..925dc82 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-1.1.tar.gz +anyremote2html-1.2.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index f86ad83..589cef9 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,6 +1,6 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 1.1 +Version: 1.2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -30,6 +30,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 08 2010 Mikhail Fedotov - 1.2 +- Add handling Set(menu,clear) command + * Wed Jan 27 2010 Mikhail Fedotov - 1.1 - Add 128x128 icons handling. diff --git a/import.log b/import.log index 30950a7..043293f 100644 --- a/import.log +++ b/import.log @@ -9,3 +9,4 @@ anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243190812 anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243191264 anyremote2html-1_0-1_fc11:HEAD:anyremote2html-1.0-1.fc11.src.rpm:1247072444 anyremote2html-1_1-1_fc12:F-12:anyremote2html-1.1-1.fc12.src.rpm:1264608834 +anyremote2html-1_2-1_fc13:F-12:anyremote2html-1.2-1.fc13.src.rpm:1276414266 diff --git a/sources b/sources index b5fff24..9a9fd0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e009c24d5a8aa054b0529342a9ecf29c anyremote2html-1.1.tar.gz +4302a5f6586ea0256f1c093f6686126d anyremote2html-1.2.tar.gz From 68d460ea11d408a74ba9828ed328283ec4b77074 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Thu, 8 Jul 2010 13:41:43 +0000 Subject: [PATCH 5/6] build --- .cvsignore | 2 +- anyremote2html.spec | 5 ++++- import.log | 1 + sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 925dc82..7b21f86 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-1.2.tar.gz +anyremote2html-1.3.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 589cef9..4e376f1 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,6 +1,6 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 1.2 +Version: 1.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -30,6 +30,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 08 2010 Mikhail Fedotov - 1.3 +- Fix bug with refresh rate + * Thu Jul 08 2010 Mikhail Fedotov - 1.2 - Add handling Set(menu,clear) command diff --git a/import.log b/import.log index 043293f..36ff8db 100644 --- a/import.log +++ b/import.log @@ -10,3 +10,4 @@ anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243191264 anyremote2html-1_0-1_fc11:HEAD:anyremote2html-1.0-1.fc11.src.rpm:1247072444 anyremote2html-1_1-1_fc12:F-12:anyremote2html-1.1-1.fc12.src.rpm:1264608834 anyremote2html-1_2-1_fc13:F-12:anyremote2html-1.2-1.fc13.src.rpm:1276414266 +anyremote2html-1_3-1_fc13:F-12:anyremote2html-1.3-1.fc13.src.rpm:1276416532 diff --git a/sources b/sources index 9a9fd0c..5964dd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4302a5f6586ea0256f1c093f6686126d anyremote2html-1.2.tar.gz +6d28df73343e08f175b8a547fe625abd anyremote2html-1.3.tar.gz From bf3afcb23afa1aade8d9aa8c2bc219793d1bcb61 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:03:23 +0000 Subject: [PATCH 6/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 13 ------------- 4 files changed, 35 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log 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 d046ba8..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: anyremote2html -# $Id: Makefile,v 1.1 2008/09/12 10:25:54 huzaifas Exp $ -NAME := anyremote2html -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 diff --git a/import.log b/import.log deleted file mode 100644 index 36ff8db..0000000 --- a/import.log +++ /dev/null @@ -1,13 +0,0 @@ -anyremote2html-0_5_2_2-1:HEAD:anyremote2html-0.5.2.2-1.src.rpm:1221422490 -anyremote2html-0_5_2_2-2_fc9:HEAD:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422858 -anyremote2html-0_6-1_fc9:HEAD:anyremote2html-0.6-1.fc9.src.rpm:1222713285 -anyremote2html-0_7-1_fc10:HEAD:anyremote2html-0.7-1.fc10.src.rpm:1233868066 -anyremote2html-0_8-1_fc10:HEAD:anyremote2html-0.8-1.fc10.src.rpm:1236714128 -anyremote2html-0_9-1:HEAD:anyremote2html-0.9-1.src.rpm:1237303717 -anyremote2html-0_9-1_fc10:HEAD:anyremote2html-0.9-1.fc10.src.rpm:1237304257 -anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243190812 -anyremote2html-0_10-1_fc10:HEAD:anyremote2html-0.10-1.fc10.src.rpm:1243191264 -anyremote2html-1_0-1_fc11:HEAD:anyremote2html-1.0-1.fc11.src.rpm:1247072444 -anyremote2html-1_1-1_fc12:F-12:anyremote2html-1.1-1.fc12.src.rpm:1264608834 -anyremote2html-1_2-1_fc13:F-12:anyremote2html-1.2-1.fc13.src.rpm:1276414266 -anyremote2html-1_3-1_fc13:F-12:anyremote2html-1.3-1.fc13.src.rpm:1276416532