From d89914c26bc34bac1769dd5853f25222d9aef17e Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 14 Sep 2008 20:02:30 +0000 Subject: [PATCH 01/23] build --- anyremote2html.spec | 35 +++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 3 files changed, 37 insertions(+) create mode 100644 anyremote2html.spec create mode 100644 import.log diff --git a/anyremote2html.spec b/anyremote2html.spec new file mode 100644 index 0000000..8831a38 --- /dev/null +++ b/anyremote2html.spec @@ -0,0 +1,35 @@ +Summary: WEB interface for anyRemote +Name: anyremote2html +Version: 0.5.2.2 +Release: 1 +License: GPLv2+ +Group: Applications/System +Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz +Requires:python >= 2.4, anyremote >= 4.5 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://anyremote.sourceforge.net/ +BuildArch: noarch + +%description +WEB interface for anyRemote - http://anyremote.sourceforge.net/ - remote +control software through bluetooth, IR or TCP/IP connection. anyRemote2html +acts as HTTP server and translates anyRemote commands to HTML. + +%prep +%setup -q + +%build +%configure + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%{_datadir}/pixmaps/%{name} +%{_bindir}/%{name} +%{_defaultdocdir}/%{name} diff --git a/import.log b/import.log new file mode 100644 index 0000000..b5f4882 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +anyremote2html-0_5_2_2-1:HEAD:anyremote2html-0.5.2.2-1.src.rpm:1221422490 diff --git a/sources b/sources index e69de29..a784f14 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3daa03b6bbe423839498163ac86f075c anyremote2html-0.5.2.2.tar.gz From 970887d600bc607b041cbe4bf9ddbb6109dedb12 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 14 Sep 2008 20:08:51 +0000 Subject: [PATCH 02/23] build --- .cvsignore | 1 + anyremote2html.spec | 36 ++++++++++++++++++++++++++++++++++-- import.log | 1 + sources | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e69de29..803ae0e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +anyremote2html-0.5.2.2.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 8831a38..153943e 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 0.5.2.2 -Release: 1 +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -23,11 +23,43 @@ acts as HTTP server and translates anyRemote commands to HTML. %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT install="install -p" %clean rm -rf $RPM_BUILD_ROOT + +%changelog + +* Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 +- Corrected autotools issue. + +* Fri Sep 5 2008 Mikhail Fedotov - 0.5.2.1-1 +- Corrected spec file. + +* Thu Sep 4 2008 Mikhail Fedotov - 0.5.2-3 +- Corrected spec file. + +* Sun Aug 24 2008 Mikhail Fedotov - 0.5.2-2 +- Corrected files permissions and specs. + +* Wed Aug 20 2008 Mikhail Fedotov - 0.5.2 +- Corrected files permissions and specs. + +* Sun May 25 2008 Mikhail Fedotov - 0.5.1 +- Change default web port to 5550. +* Mon May 19 2008 Mikhail Fedotov - 0.5 +- Better integration with anyRemote. + +* Tue Apr 08 2008 Mikhail Fedotov - 0.4 +- Minor bugfix + +* Tue Mar 04 2008 Mikhail Fedotov - 0.3 +- Several icons were added. Use autotools to create makefile. + +* Thu Aug 23 2007 Mikhail Fedotov - 0.2 +- Initial release + %files %defattr(-,root,root,-) %{_datadir}/pixmaps/%{name} diff --git a/import.log b/import.log index b5f4882..aae8b06 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ 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 diff --git a/sources b/sources index a784f14..d62aae9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3daa03b6bbe423839498163ac86f075c anyremote2html-0.5.2.2.tar.gz +73b189accc4bd494fa356a5eb56cfc9b anyremote2html-0.5.2.2.tar.gz From 86f9ded4ab92b91d0d35a4dbf1a75510f9581676 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Mon, 29 Sep 2008 18:38:38 +0000 Subject: [PATCH 03/23] build --- .cvsignore | 2 +- anyremote2html.spec | 9 ++++++--- import.log | 1 + sources | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 803ae0e..16b654c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.5.2.2.tar.gz +anyremote2html-0.6.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 153943e..9e6db71 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,11 +1,11 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.5.2.2 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -Requires:python >= 2.4, anyremote >= 4.5 +Requires:python >= 2.4, anyremote >= 4.9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://anyremote.sourceforge.net/ BuildArch: noarch @@ -30,6 +30,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 29 2008 Mikhail Fedotov - 0.6 +- New icon set. + * Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 - Corrected autotools issue. diff --git a/import.log b/import.log index aae8b06..43ffc76 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ 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 diff --git a/sources b/sources index d62aae9..2cbb2e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73b189accc4bd494fa356a5eb56cfc9b anyremote2html-0.5.2.2.tar.gz +23916c00c39b16f749a65adec2bdcced anyremote2html-0.6.tar.gz From 6ee894c4cbfda879385c62447c0e7d4c012ef3f9 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Thu, 5 Feb 2009 21:11:58 +0000 Subject: [PATCH 04/23] build --- .cvsignore | 2 +- anyremote2html.spec | 7 +++++-- import.log | 1 + sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 16b654c..4eaa473 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.6.tar.gz +anyremote2html-0.7.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 9e6db71..8061fed 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,11 +1,11 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.6 +Version: 0.7 Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -Requires:python >= 2.4, anyremote >= 4.9 +Requires:python >= 2.4, anyremote >= 4.17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://anyremote.sourceforge.net/ BuildArch: noarch @@ -30,6 +30,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 4 2009 Mikhail Fedotov - 0.7 +- Updated the icon set. + * Mon Sep 29 2008 Mikhail Fedotov - 0.6 - New icon set. diff --git a/import.log b/import.log index 43ffc76..0d963cf 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ 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 diff --git a/sources b/sources index 2cbb2e2..7851413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23916c00c39b16f749a65adec2bdcced anyremote2html-0.6.tar.gz +f5aa36ed44aaf17c2d51eb49d65c99d3 anyremote2html-0.7.tar.gz From 296a1472c0ad790cdf77de92e7ed469c94dca940 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 01:16:42 +0000 Subject: [PATCH 05/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- anyremote2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index 8061fed..a3ab0da 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,6 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Feb 4 2009 Mikhail Fedotov - 0.7 - Updated the icon set. From 1db77556adde269b4851c97004e6e762300d30d1 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Tue, 10 Mar 2009 19:42:16 +0000 Subject: [PATCH 06/23] build --- .cvsignore | 2 +- anyremote2html.spec | 8 ++++---- import.log | 1 + sources | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4eaa473..2fc8d61 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.7.tar.gz +anyremote2html-0.8.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index a3ab0da..5a15b8b 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.7 -Release: 2%{?dist} +Version: 0.8 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,9 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog -* Mon Feb 23 2009 Fedora Release Engineering - 0.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +* Tue Mar 10 2009 Mikhail Fedotov - 0.8 +- Force image caching on client side. * Wed Feb 4 2009 Mikhail Fedotov - 0.7 - Updated the icon set. diff --git a/import.log b/import.log index 0d963cf..6fe7203 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ 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 diff --git a/sources b/sources index 7851413..d4ea2ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5aa36ed44aaf17c2d51eb49d65c99d3 anyremote2html-0.7.tar.gz +6611a44e7c88c5dd59a2df8491ed8dc7 anyremote2html-0.8.tar.gz From b4c3d371bb91c020e31febb1bd2d6fbf548ec84f Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Tue, 17 Mar 2009 15:29:59 +0000 Subject: [PATCH 07/23] build --- anyremote2html.spec | 47 +++------------------------------------------ import.log | 1 + 2 files changed, 4 insertions(+), 44 deletions(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index 5a15b8b..f827c05 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.8 -Release: 1%{?dist} +Version: 0.9 +Release: 1 License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -23,52 +23,11 @@ acts as HTTP server and translates anyRemote commands to HTML. %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT install="install -p" +make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT - -%changelog - -* Tue Mar 10 2009 Mikhail Fedotov - 0.8 -- Force image caching on client side. - -* Wed Feb 4 2009 Mikhail Fedotov - 0.7 -- Updated the icon set. - -* Mon Sep 29 2008 Mikhail Fedotov - 0.6 -- New icon set. - -* Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 -- Corrected autotools issue. - -* Fri Sep 5 2008 Mikhail Fedotov - 0.5.2.1-1 -- Corrected spec file. - -* Thu Sep 4 2008 Mikhail Fedotov - 0.5.2-3 -- Corrected spec file. - -* Sun Aug 24 2008 Mikhail Fedotov - 0.5.2-2 -- Corrected files permissions and specs. - -* Wed Aug 20 2008 Mikhail Fedotov - 0.5.2 -- Corrected files permissions and specs. - -* Sun May 25 2008 Mikhail Fedotov - 0.5.1 -- Change default web port to 5550. -* Mon May 19 2008 Mikhail Fedotov - 0.5 -- Better integration with anyRemote. - -* Tue Apr 08 2008 Mikhail Fedotov - 0.4 -- Minor bugfix - -* Tue Mar 04 2008 Mikhail Fedotov - 0.3 -- Several icons were added. Use autotools to create makefile. - -* Thu Aug 23 2007 Mikhail Fedotov - 0.2 -- Initial release - %files %defattr(-,root,root,-) %{_datadir}/pixmaps/%{name} diff --git a/import.log b/import.log index 6fe7203..0b74492 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ anyremote2html-0_5_2_2-2_fc9:HEAD:anyremote2html-0.5.2.2-2.fc9.src.rpm:122142285 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 From 421ebade5e44b26d0ac44ceffc5a0f5d3fe2c041 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Tue, 17 Mar 2009 15:37:51 +0000 Subject: [PATCH 08/23] build --- .cvsignore | 2 +- anyremote2html.spec | 48 +++++++++++++++++++++++++++++++++++++++++++-- import.log | 1 + sources | 2 +- 4 files changed, 49 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2fc8d61..3c4c923 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.8.tar.gz +anyremote2html-0.9.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index f827c05..d91c9ff 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 0.9 -Release: 1 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -23,11 +23,55 @@ acts as HTTP server and translates anyRemote commands to HTML. %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT install="install -p" %clean rm -rf $RPM_BUILD_ROOT + +%changelog + +* Mon Mar 16 2009 Mikhail Fedotov - 0.9 +- Fixed handling of Set(list...) command and reconnect issue. + +* Tue Mar 10 2009 Mikhail Fedotov - 0.8 +- Force image caching on client side. + +* Wed Feb 4 2009 Mikhail Fedotov - 0.7 +- Updated the icon set. + +* Mon Sep 29 2008 Mikhail Fedotov - 0.6 +- New icon set. + +* Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 +- Corrected autotools issue. + +* Fri Sep 5 2008 Mikhail Fedotov - 0.5.2.1-1 +- Corrected spec file. + +* Thu Sep 4 2008 Mikhail Fedotov - 0.5.2-3 +- Corrected spec file. + +* Sun Aug 24 2008 Mikhail Fedotov - 0.5.2-2 +- Corrected files permissions and specs. + +* Wed Aug 20 2008 Mikhail Fedotov - 0.5.2 +- Corrected files permissions and specs. + +* Sun May 25 2008 Mikhail Fedotov - 0.5.1 +- Change default web port to 5550. +* Mon May 19 2008 Mikhail Fedotov - 0.5 +- Better integration with anyRemote. + +* Tue Apr 08 2008 Mikhail Fedotov - 0.4 +- Minor bugfix + +* Tue Mar 04 2008 Mikhail Fedotov - 0.3 +- Several icons were added. Use autotools to create makefile. + +* Thu Aug 23 2007 Mikhail Fedotov - 0.2 +- Initial release + %files %defattr(-,root,root,-) %{_datadir}/pixmaps/%{name} diff --git a/import.log b/import.log index 0b74492..c0d6da9 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ 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 diff --git a/sources b/sources index d4ea2ad..889b6c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6611a44e7c88c5dd59a2df8491ed8dc7 anyremote2html-0.8.tar.gz +bd902a9e0f79636759a044e079ca2ad8 anyremote2html-0.9.tar.gz From 11cf103c1acf617d6bd23faeaf28d5dcfb059320 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 24 May 2009 18:46:37 +0000 Subject: [PATCH 09/23] build --- import.log | 1 + 1 file changed, 1 insertion(+) diff --git a/import.log b/import.log index c0d6da9..3f13c47 100644 --- a/import.log +++ b/import.log @@ -5,3 +5,4 @@ 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 From acac9917a5c22a30f56e9807d874ae176073095b Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 24 May 2009 18:54:38 +0000 Subject: [PATCH 10/23] build --- .cvsignore | 2 +- anyremote2html.spec | 7 +++++-- import.log | 1 + sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3c4c923..b9d025a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.9.tar.gz +anyremote2html-0.10.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index d91c9ff..743dfc8 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,6 +1,6 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.9 +Version: 0.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -30,7 +30,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Mar 16 2009 Mikhail Fedotov - 0.9 +* Sun May 24 2009 Mikhail Fedotov - 0.10 +- Accesskey attribute was added (thanks to Manuel Monge). + +* Mon Mar 16 2009 Mikhail Fedotov - 0.9-2 - Fixed handling of Set(list...) command and reconnect issue. * Tue Mar 10 2009 Mikhail Fedotov - 0.8 diff --git a/import.log b/import.log index 3f13c47..ba2ea0c 100644 --- a/import.log +++ b/import.log @@ -6,3 +6,4 @@ 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 diff --git a/sources b/sources index 889b6c3..dd5a09f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd902a9e0f79636759a044e079ca2ad8 anyremote2html-0.9.tar.gz +e56151a99e447c0ab5ae1641f31c1d9c anyremote2html-0.10.tar.gz From 3b96415a6b66c7cbf35a839086f548c9a452f72d Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Wed, 8 Jul 2009 16:58:50 +0000 Subject: [PATCH 11/23] build --- .cvsignore | 2 +- anyremote2html.spec | 6 +++++- import.log | 1 + sources | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index b9d025a..f294bc1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anyremote2html-0.10.tar.gz +anyremote2html-1.0.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 743dfc8..6d153df 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,6 +1,6 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.10 +Version: 1.0 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -30,6 +30,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 8 2009 Mikhail Fedotov - 1.0 +- Handle Get(password) command. Add -m command line option. + Add 48x48 icons handling. + * Sun May 24 2009 Mikhail Fedotov - 0.10 - Accesskey attribute was added (thanks to Manuel Monge). diff --git a/import.log b/import.log index ba2ea0c..ba593e8 100644 --- a/import.log +++ b/import.log @@ -7,3 +7,4 @@ 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 dd5a09f..d60a078 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e56151a99e447c0ab5ae1641f31c1d9c anyremote2html-0.10.tar.gz +96ccc68db94ff8d76ffff4ac663fd719 anyremote2html-1.0.tar.gz From 48727d3a2889f90c8d1c1fb12ea93afbcadde351 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 24 Jul 2009 16:55:54 +0000 Subject: [PATCH 12/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- anyremote2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index 6d153df..0cd6358 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,6 +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 Jul 8 2009 Mikhail Fedotov - 1.0 - Handle Get(password) command. Add -m command line option. From c385b49141df9ec2fc2b32c0675850dc083d1109 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:02 +0000 Subject: [PATCH 13/23] 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 b7318c07e281f22f91e3f70ef68034efa8305ba1 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Wed, 27 Jan 2010 16:15:32 +0000 Subject: [PATCH 14/23] 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..403bee2 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:HEAD:anyremote2html-1.1-1.fc12.src.rpm:1264608850 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 9ffb7c428866b1b6e38a2fcb4cc6702a753ae350 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Thu, 8 Jul 2010 13:07:05 +0000 Subject: [PATCH 15/23] 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 403bee2..fe680b8 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:HEAD:anyremote2html-1.1-1.fc12.src.rpm:1264608850 +anyremote2html-1_2-1_fc13:HEAD:anyremote2html-1.2-1.fc13.src.rpm:1276414274 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 5b9e8c33a0bbf58f3c242e0f553d9ed198130c98 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Thu, 8 Jul 2010 13:42:19 +0000 Subject: [PATCH 16/23] 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 fe680b8..f9f057f 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:HEAD:anyremote2html-1.1-1.fc12.src.rpm:1264608850 anyremote2html-1_2-1_fc13:HEAD:anyremote2html-1.2-1.fc13.src.rpm:1276414274 +anyremote2html-1_3-1_fc13:HEAD:anyremote2html-1.3-1.fc13.src.rpm:1276416545 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 b7cefb2d1448206e548256482616435aec4b1d49 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:03:24 +0000 Subject: [PATCH 17/23] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 13 ------------- 3 files changed, 34 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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/import.log b/import.log deleted file mode 100644 index f9f057f..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:HEAD:anyremote2html-1.1-1.fc12.src.rpm:1264608850 -anyremote2html-1_2-1_fc13:HEAD:anyremote2html-1.2-1.fc13.src.rpm:1276414274 -anyremote2html-1_3-1_fc13:HEAD:anyremote2html-1.3-1.fc13.src.rpm:1276416545 From 67c8b515957c15ebe6ccce30f10177f4269d0a3d Mon Sep 17 00:00:00 2001 From: fedotov Date: Thu, 19 Aug 2010 10:18:12 +0400 Subject: [PATCH 18/23] build --- .gitignore | 1 + anyremote2html.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b21f86..838db05 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ anyremote2html-1.3.tar.gz +anyremote2html-1.4.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec index 4e376f1..aab9343 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,11 +1,11 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 1.3 +Version: 1.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -Requires:python >= 2.4, anyremote >= 5.1 +Requires:python >= 2.4, anyremote >= 5.2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://anyremote.sourceforge.net/ BuildArch: noarch @@ -30,6 +30,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 24 2010 Mikhail Fedotov - 1.4 +- Support Set(list,select,...) command, support cookie for authorization. + * Thu Jul 08 2010 Mikhail Fedotov - 1.3 - Fix bug with refresh rate diff --git a/sources b/sources index 5964dd4..a196859 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d28df73343e08f175b8a547fe625abd anyremote2html-1.3.tar.gz +f893eb0442e4b8bf294c9649952de3cc anyremote2html-1.4.tar.gz From 9bbd3044fe12ae702eb6a2054e57f2944fc57a4d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:21:29 -0600 Subject: [PATCH 19/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- anyremote2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index aab9343..31ec3fb 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,6 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Tue Aug 24 2010 Mikhail Fedotov - 1.4 - Support Set(list,select,...) command, support cookie for authorization. From 873857f9070910a35196352f26098f6e237d430d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 15:19:58 -0600 Subject: [PATCH 20/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- anyremote2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index 31ec3fb..6514385 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,6 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 947d5d8fe5019d496c13e2fb35403aa1697b0837 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 11:08:40 -0500 Subject: [PATCH 21/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- anyremote2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index 6514385..4ec229d 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,6 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 1ad59b7377aa74e2ddd0109d5372bba95d7bf6a6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:36:28 -0600 Subject: [PATCH 22/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- anyremote2html.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anyremote2html.spec b/anyremote2html.spec index 4ec229d..d33ca5a 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,7 +1,7 @@ Summary: WEB interface for anyRemote Name: anyremote2html Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: Applications/System Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz @@ -29,6 +29,9 @@ make install DESTDIR=$RPM_BUILD_ROOT install="install -p" rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 56c310b04f18176900fdd7e30e565a162de4c9f8 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 19:25:10 +0200 Subject: [PATCH 23/23] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- .gitignore | 2 - anyremote2html.spec | 110 -------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 113 deletions(-) delete mode 100644 .gitignore delete mode 100644 anyremote2html.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 838db05..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -anyremote2html-1.3.tar.gz -anyremote2html-1.4.tar.gz diff --git a/anyremote2html.spec b/anyremote2html.spec deleted file mode 100644 index d33ca5a..0000000 --- a/anyremote2html.spec +++ /dev/null @@ -1,110 +0,0 @@ -Summary: WEB interface for anyRemote -Name: anyremote2html -Version: 1.4 -Release: 5%{?dist} -License: GPLv2+ -Group: Applications/System -Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz -Requires:python >= 2.4, anyremote >= 5.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://anyremote.sourceforge.net/ -BuildArch: noarch - -%description -WEB interface for anyRemote - http://anyremote.sourceforge.net/ - remote -control software through bluetooth, IR or TCP/IP connection. anyRemote2html -acts as HTTP server and translates anyRemote commands to HTML. - -%prep -%setup -q - -%build -%configure - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT install="install -p" - -%clean -rm -rf $RPM_BUILD_ROOT - -%changelog -* Wed Feb 13 2013 Fedora Release Engineering - 1.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 1.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 1.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - - -* Tue Aug 24 2010 Mikhail Fedotov - 1.4 -- Support Set(list,select,...) command, support cookie for authorization. - -* 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. - Add 48x48 icons handling. - -* Sun May 24 2009 Mikhail Fedotov - 0.10 -- Accesskey attribute was added (thanks to Manuel Monge). - -* Mon Mar 16 2009 Mikhail Fedotov - 0.9-2 -- Fixed handling of Set(list...) command and reconnect issue. - -* Tue Mar 10 2009 Mikhail Fedotov - 0.8 -- Force image caching on client side. - -* Wed Feb 4 2009 Mikhail Fedotov - 0.7 -- Updated the icon set. - -* Mon Sep 29 2008 Mikhail Fedotov - 0.6 -- New icon set. - -* Fri Sep 11 2008 Mikhail Fedotov - 0.5.2.2-1 -- Corrected autotools issue. - -* Fri Sep 5 2008 Mikhail Fedotov - 0.5.2.1-1 -- Corrected spec file. - -* Thu Sep 4 2008 Mikhail Fedotov - 0.5.2-3 -- Corrected spec file. - -* Sun Aug 24 2008 Mikhail Fedotov - 0.5.2-2 -- Corrected files permissions and specs. - -* Wed Aug 20 2008 Mikhail Fedotov - 0.5.2 -- Corrected files permissions and specs. - -* Sun May 25 2008 Mikhail Fedotov - 0.5.1 -- Change default web port to 5550. - -* Mon May 19 2008 Mikhail Fedotov - 0.5 -- Better integration with anyRemote. - -* Tue Apr 08 2008 Mikhail Fedotov - 0.4 -- Minor bugfix - -* Tue Mar 04 2008 Mikhail Fedotov - 0.3 -- Several icons were added. Use autotools to create makefile. - -* Thu Aug 23 2007 Mikhail Fedotov - 0.2 -- Initial release - -%files -%defattr(-,root,root,-) -%{_datadir}/pixmaps/%{name} -%{_bindir}/%{name} -%{_defaultdocdir}/%{name} diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/sources b/sources deleted file mode 100644 index a196859..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -f893eb0442e4b8bf294c9649952de3cc anyremote2html-1.4.tar.gz