From 90882828ee7ce210c1a8e78bc2925844a93e36f9 Mon Sep 17 00:00:00 2001 From: Huzaifa Sidhpurwala Date: Fri, 12 Sep 2008 10:25:57 +0000 Subject: [PATCH 01/12] Initialize branch F-9 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..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From 9cf820860101a63776a27001ff6854b8950059f8 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 14 Sep 2008 20:03:35 +0000 Subject: [PATCH 02/12] 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..5f789cd --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +anyremote2html-0_5_2_2-1:F-9:anyremote2html-0.5.2.2-1.src.rpm:1221422534 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 fe87ab3cbef7425158636538826c17d52b2b92c9 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 14 Sep 2008 20:08:44 +0000 Subject: [PATCH 03/12] 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 5f789cd..be107b4 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ anyremote2html-0_5_2_2-1:F-9:anyremote2html-0.5.2.2-1.src.rpm:1221422534 +anyremote2html-0_5_2_2-2_fc9:F-9:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422875 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 2cf894fc4f45b0af50a63b4bcb0c326ca302d355 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Mon, 29 Sep 2008 18:38:29 +0000 Subject: [PATCH 04/12] 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 be107b4..28e112d 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ anyremote2html-0_5_2_2-1:F-9:anyremote2html-0.5.2.2-1.src.rpm:1221422534 anyremote2html-0_5_2_2-2_fc9:F-9:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422875 +anyremote2html-0_6-1_fc9:F-9:anyremote2html-0.6-1.fc9.src.rpm:1222713305 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 ff4701a375efa2e8ba3603abcdf06114fcd5f094 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Thu, 5 Feb 2009 21:11:55 +0000 Subject: [PATCH 05/12] 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 28e112d..205eec0 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ anyremote2html-0_5_2_2-1:F-9:anyremote2html-0.5.2.2-1.src.rpm:1221422534 anyremote2html-0_5_2_2-2_fc9:F-9:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422875 anyremote2html-0_6-1_fc9:F-9:anyremote2html-0.6-1.fc9.src.rpm:1222713305 +anyremote2html-0_7-1_fc10:F-9:anyremote2html-0.7-1.fc10.src.rpm:1233868079 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 f9935266cbfac791184e81e5073cdbe14e133037 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Tue, 10 Mar 2009 19:42:11 +0000 Subject: [PATCH 06/12] 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 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 8061fed..5a15b8b 100644 --- a/anyremote2html.spec +++ b/anyremote2html.spec @@ -1,6 +1,6 @@ Summary: WEB interface for anyRemote Name: anyremote2html -Version: 0.7 +Version: 0.8 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -30,6 +30,9 @@ 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. diff --git a/import.log b/import.log index 205eec0..f9f34e4 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ anyremote2html-0_5_2_2-1:F-9:anyremote2html-0.5.2.2-1.src.rpm:1221422534 anyremote2html-0_5_2_2-2_fc9:F-9:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422875 anyremote2html-0_6-1_fc9:F-9:anyremote2html-0.6-1.fc9.src.rpm:1222713305 anyremote2html-0_7-1_fc10:F-9:anyremote2html-0.7-1.fc10.src.rpm:1233868079 +anyremote2html-0_8-1_fc10:F-9:anyremote2html-0.8-1.fc10.src.rpm:1236714104 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 476dbca0f6860a8cf74016e3b635951e562b397a Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Tue, 17 Mar 2009 15:30:02 +0000 Subject: [PATCH 07/12] 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 f9f34e4..eab0e8e 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ anyremote2html-0_5_2_2-2_fc9:F-9:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422875 anyremote2html-0_6-1_fc9:F-9:anyremote2html-0.6-1.fc9.src.rpm:1222713305 anyremote2html-0_7-1_fc10:F-9:anyremote2html-0.7-1.fc10.src.rpm:1233868079 anyremote2html-0_8-1_fc10:F-9:anyremote2html-0.8-1.fc10.src.rpm:1236714104 +anyremote2html-0_9-1:F-9:anyremote2html-0.9-1.src.rpm:1237303705 From 4929b0fd88ce990fdc72fff23f0d056fb1493af0 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Tue, 17 Mar 2009 15:37:16 +0000 Subject: [PATCH 08/12] 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 eab0e8e..e100380 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ anyremote2html-0_6-1_fc9:F-9:anyremote2html-0.6-1.fc9.src.rpm:1222713305 anyremote2html-0_7-1_fc10:F-9:anyremote2html-0.7-1.fc10.src.rpm:1233868079 anyremote2html-0_8-1_fc10:F-9:anyremote2html-0.8-1.fc10.src.rpm:1236714104 anyremote2html-0_9-1:F-9:anyremote2html-0.9-1.src.rpm:1237303705 +anyremote2html-0_9-1_fc10:F-9:anyremote2html-0.9-1.fc10.src.rpm:1237304235 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 ee53f29f8cb81209e9892e778c6b48db680f871c Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Sun, 24 May 2009 18:46:37 +0000 Subject: [PATCH 09/12] 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 e100380..400ccc7 100644 --- a/import.log +++ b/import.log @@ -5,3 +5,4 @@ anyremote2html-0_7-1_fc10:F-9:anyremote2html-0.7-1.fc10.src.rpm:1233868079 anyremote2html-0_8-1_fc10:F-9:anyremote2html-0.8-1.fc10.src.rpm:1236714104 anyremote2html-0_9-1:F-9:anyremote2html-0.9-1.src.rpm:1237303705 anyremote2html-0_9-1_fc10:F-9:anyremote2html-0.9-1.fc10.src.rpm:1237304235 +anyremote2html-0_10-1_fc10:F-9:anyremote2html-0.10-1.fc10.src.rpm:1243190801 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 6c73188f55ff07a09003df7e6b2df398da1c0a49 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Wed, 8 Jul 2009 16:58:52 +0000 Subject: [PATCH 10/12] 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 400ccc7..5309b7f 100644 --- a/import.log +++ b/import.log @@ -6,3 +6,4 @@ anyremote2html-0_8-1_fc10:F-9:anyremote2html-0.8-1.fc10.src.rpm:1236714104 anyremote2html-0_9-1:F-9:anyremote2html-0.9-1.src.rpm:1237303705 anyremote2html-0_9-1_fc10:F-9:anyremote2html-0.9-1.fc10.src.rpm:1237304235 anyremote2html-0_10-1_fc10:F-9:anyremote2html-0.10-1.fc10.src.rpm:1243190801 +anyremote2html-1_0-1_fc11:F-9:anyremote2html-1.0-1.fc11.src.rpm:1247072438 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 8d86d7c9cb1b2ee3c2d4f7f3e29cf7d43be5fd29 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:28:01 +0000 Subject: [PATCH 11/12] 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 bb26852efe256a68f1d35a7b0de414865211dbe5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:03:25 +0000 Subject: [PATCH 12/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 9 --------- 4 files changed, 31 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 1c26f78..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-9 diff --git a/import.log b/import.log deleted file mode 100644 index 5309b7f..0000000 --- a/import.log +++ /dev/null @@ -1,9 +0,0 @@ -anyremote2html-0_5_2_2-1:F-9:anyremote2html-0.5.2.2-1.src.rpm:1221422534 -anyremote2html-0_5_2_2-2_fc9:F-9:anyremote2html-0.5.2.2-2.fc9.src.rpm:1221422875 -anyremote2html-0_6-1_fc9:F-9:anyremote2html-0.6-1.fc9.src.rpm:1222713305 -anyremote2html-0_7-1_fc10:F-9:anyremote2html-0.7-1.fc10.src.rpm:1233868079 -anyremote2html-0_8-1_fc10:F-9:anyremote2html-0.8-1.fc10.src.rpm:1236714104 -anyremote2html-0_9-1:F-9:anyremote2html-0.9-1.src.rpm:1237303705 -anyremote2html-0_9-1_fc10:F-9:anyremote2html-0.9-1.fc10.src.rpm:1237304235 -anyremote2html-0_10-1_fc10:F-9:anyremote2html-0.10-1.fc10.src.rpm:1243190801 -anyremote2html-1_0-1_fc11:F-9:anyremote2html-1.0-1.fc11.src.rpm:1247072438