diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index f294bc1..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -anyremote2html-1.0.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b21f86 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +anyremote2html-1.3.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 288e108..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: anyremote2html -# $Id$ -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 -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/anyremote2html.spec b/anyremote2html.spec index 0cd6358..4e376f1 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.3 +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,15 @@ 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 +* 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 + +* 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 deleted file mode 100644 index ba593e8..0000000 --- a/import.log +++ /dev/null @@ -1,10 +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 diff --git a/sources b/sources index d60a078..5964dd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96ccc68db94ff8d76ffff4ac663fd719 anyremote2html-1.0.tar.gz +6d28df73343e08f175b8a547fe625abd anyremote2html-1.3.tar.gz