rpms/xmltv/F-19 xmltv-0.5.65-bad_tab.patch, NONE, 1.1 sources, 1.10, 1.11 xmltv.spec, 1.17, 1.18
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7225
Modified Files:
sources xmltv.spec
Added Files:
xmltv-0.5.65-bad_tab.patch
Log Message:
* Fri May 9 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.65-1
- Update to lastest upstream release:
http://sourceforge.net/projects/xmltv/files/xmltv/0.5.65/
xmltv-0.5.65-bad_tab.patch:
tv_to_text | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE xmltv-0.5.65-bad_tab.patch ---
diff -Naur xmltv-0.5.65.orig/filter/tv_to_text xmltv-0.5.65/filter/tv_to_text
--- xmltv-0.5.65.orig/filter/tv_to_text 2014-05-05 11:02:54.000000000 -0500
+++ xmltv-0.5.65/filter/tv_to_text 2014-05-25 08:47:34.448757227 -0500
@@ -31,7 +31,7 @@
use strict;
use warnings;
-use XMLTV::Version '$Id: tv_to_text,v 1.6 2014/05/05 16:02:54 bilbo_uk Exp $ ';
+use XMLTV::Version '$Id: tv_to_text,v 1.7 2014/05/25 13:36:32 bilbo_uk Exp $ ';
use IO::File;
use Date::Manip; Date_Init('TZ=UTC');
use POSIX 'tmpnam';
@@ -82,7 +82,7 @@
my ($start, $stop, $title, $sub_title, $channel, $desc) = @$_;
$stop = '' if not defined $stop;
$title .= " // $sub_title" if defined $sub_title;
- print "$start--$stop\t$title\t$channel\t". ( $opt_withdesc && defined $desc ? $desc : '' ) . "\n";
+ print "$start--$stop\t$title\t$channel". ( $opt_withdesc && defined $desc ? "\t$desc" : '' ) . "\n";
$wrote_prog = 1;
}
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/F-19/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 19 Aug 2012 20:14:11 -0000 1.10
+++ sources 25 May 2014 16:29:00 -0000 1.11
@@ -1 +1 @@
-d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
+ead962e68507cbfb6edd9c23f79fc335 xmltv-0.5.65.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/F-19/xmltv.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xmltv.spec 26 Aug 2012 21:03:35 -0000 1.17
+++ xmltv.spec 25 May 2014 16:29:00 -0000 1.18
@@ -1,6 +1,6 @@
Name: xmltv
-Version: 0.5.63
-Release: 2%{?dist}
+Version: 0.5.65
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
@@ -8,8 +8,10 @@
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
Patch0: xmltv-0.5.63-noask.patch
+Patch1: xmltv-0.5.65-bad_tab.patch
BuildArch: noarch
+
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(XML::Parser) >= 2.34
@@ -127,6 +129,7 @@
%prep
%setup -q
%patch0 -p1 -b .noask
+%patch1 -p1 -b .bad_tab
# Fix line endings
sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
@@ -188,6 +191,10 @@
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
%{_bindir}/tv_augment_tz
+%{_bindir}/tv_count
+%{_bindir}/tv_merge
+%{_mandir}/man1/tv_count.1*
+%{_mandir}/man1/tv_merge.1*
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -219,6 +226,18 @@
%changelog
+* Fri May 9 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.65-1
+- Update to lastest upstream release:
+ http://sourceforge.net/projects/xmltv/files/xmltv/0.5.65/
+
+* Wed Feb 12 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.64-1
+- Update to latest upstream release
+- For changes see:
+ http://sourceforge.net/projects/xmltv/files/xmltv/0.5.64/
+
+* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.63-3
+- Rebuilt
+
* Sun Aug 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.63-2
- Rebuilt (branching)
10 years, 6 months
rpms/xmltv/devel xmltv-0.5.65-bad_tab.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 xmltv.spec, 1.18, 1.19
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/xmltv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5607
Modified Files:
.cvsignore sources xmltv.spec
Added Files:
xmltv-0.5.65-bad_tab.patch
Log Message:
* Fri May 9 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.65-1
- Update to lastest upstream release:
http://sourceforge.net/projects/xmltv/files/xmltv/0.5.65/
xmltv-0.5.65-bad_tab.patch:
tv_to_text | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE xmltv-0.5.65-bad_tab.patch ---
diff -Naur xmltv-0.5.65.orig/filter/tv_to_text xmltv-0.5.65/filter/tv_to_text
--- xmltv-0.5.65.orig/filter/tv_to_text 2014-05-05 11:02:54.000000000 -0500
+++ xmltv-0.5.65/filter/tv_to_text 2014-05-25 08:47:34.448757227 -0500
@@ -31,7 +31,7 @@
use strict;
use warnings;
-use XMLTV::Version '$Id: tv_to_text,v 1.6 2014/05/05 16:02:54 bilbo_uk Exp $ ';
+use XMLTV::Version '$Id: tv_to_text,v 1.7 2014/05/25 13:36:32 bilbo_uk Exp $ ';
use IO::File;
use Date::Manip; Date_Init('TZ=UTC');
use POSIX 'tmpnam';
@@ -82,7 +82,7 @@
my ($start, $stop, $title, $sub_title, $channel, $desc) = @$_;
$stop = '' if not defined $stop;
$title .= " // $sub_title" if defined $sub_title;
- print "$start--$stop\t$title\t$channel\t". ( $opt_withdesc && defined $desc ? $desc : '' ) . "\n";
+ print "$start--$stop\t$title\t$channel". ( $opt_withdesc && defined $desc ? "\t$desc" : '' ) . "\n";
$wrote_prog = 1;
}
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 19 Aug 2012 20:14:11 -0000 1.10
+++ .cvsignore 25 May 2014 13:59:15 -0000 1.11
@@ -1 +1 @@
-xmltv-0.5.63.tar.bz2
+xmltv-0.5.65.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 19 Aug 2012 20:14:11 -0000 1.10
+++ sources 25 May 2014 13:59:15 -0000 1.11
@@ -1 +1 @@
-d93a74938fb71a250cd0d20aa06c1f61 xmltv-0.5.63.tar.bz2
+ead962e68507cbfb6edd9c23f79fc335 xmltv-0.5.65.tar.bz2
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/xmltv.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xmltv.spec 2 Oct 2013 08:17:22 -0000 1.18
+++ xmltv.spec 25 May 2014 13:59:15 -0000 1.19
@@ -1,6 +1,6 @@
Name: xmltv
-Version: 0.5.63
-Release: 3%{?dist}
+Version: 0.5.65
+Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
Group: Development/Libraries
@@ -8,8 +8,10 @@
URL: http://xmltv.org/wiki/
Source0: http://downloads.sourceforge.net/xmltv/xmltv-%{version}.tar.bz2
Patch0: xmltv-0.5.63-noask.patch
+Patch1: xmltv-0.5.65-bad_tab.patch
BuildArch: noarch
+
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(LWP) >= 5.65
BuildRequires: perl(XML::Parser) >= 2.34
@@ -127,6 +129,7 @@
%prep
%setup -q
%patch0 -p1 -b .noask
+%patch1 -p1 -b .bad_tab
# Fix line endings
sed -i 's/\r//' grab/ch_search/tv_grab_ch_search.in
@@ -188,6 +191,10 @@
%{_bindir}/tv_validate_file
%{_bindir}/tv_validate_grabber
%{_bindir}/tv_augment_tz
+%{_bindir}/tv_count
+%{_bindir}/tv_merge
+%{_mandir}/man1/tv_count.1*
+%{_mandir}/man1/tv_merge.1*
%{_mandir}/man1/tv_cat.1*
%{_mandir}/man1/tv_extractinfo_en.1*
%{_mandir}/man1/tv_extractinfo_ar.1*
@@ -219,6 +226,15 @@
%changelog
+* Fri May 9 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.65-1
+- Update to lastest upstream release:
+ http://sourceforge.net/projects/xmltv/files/xmltv/0.5.65/
+
+* Wed Feb 12 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.5.64-1
+- Update to latest upstream release
+- For changes see:
+ http://sourceforge.net/projects/xmltv/files/xmltv/0.5.64/
+
* Wed Oct 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.63-3
- Rebuilt
10 years, 6 months
rpms/lpf-skype/F-19 skype-wrapper,NONE,1.1
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-skype/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9298
Added Files:
skype-wrapper
Log Message:
Added missing skype-wrapper file to F-19 branch.
--- NEW FILE skype-wrapper ---
#!/bin/sh
PULSE_LATENCY_MSEC=30 skype-bin $@
10 years, 6 months
rpms/lpf-skype/F-19 lpf-skype.spec,1.11,1.12
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-skype/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9136
Modified Files:
lpf-skype.spec
Log Message:
* Fri May 23 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-4
- Fix installation of skype-wrapper.
Index: lpf-skype.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-skype/F-19/lpf-skype.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lpf-skype.spec 19 May 2014 09:49:58 -0000 1.11
+++ lpf-skype.spec 23 May 2014 10:28:26 -0000 1.12
@@ -5,7 +5,7 @@
Name: lpf-skype
Version: 4.2.0.13
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Skype Messaging and Telephony Client package bootstrap
@@ -14,8 +14,9 @@
Group: Development/Tools
ExclusiveArch: %{ix86}
Source0: skype.spec.in
-Source1: README
-Source2: LICENSE
+Source1: skype-wrapper
+Source2: README
+Source3: LICENSE
BuildRequires: desktop-file-utils
BuildRequires: lpf >= 0-13
@@ -30,8 +31,7 @@
%prep
%setup -cT
-cp %{SOURCE1} README
-cp %{SOURCE2} LICENSE
+cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%build
@@ -39,7 +39,7 @@
%install
# lpf-setup-pkg [-a arch] [-e eula] <topdir> <specfile> [sources...]
-/usr/share/lpf/scripts/lpf-setup-pkg -a i686 %{buildroot} %{SOURCE0}
+/usr/share/lpf/scripts/lpf-setup-pkg -a i686 %{buildroot} %{SOURCE0} %{SOURCE1}
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -65,6 +65,9 @@
%changelog
+* Fri May 23 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-4
+- Fix installation of skype-wrapper.
+
* Mon May 19 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-3
- Allow command line parameters to be passed to wrapper.
- Fix desktop file Exec line.
10 years, 6 months
rpms/lpf-skype/F-20 lpf-skype.spec,1.14,1.15
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-skype/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9033
Modified Files:
lpf-skype.spec
Log Message:
* Fri May 23 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-4
- Fix installation of skype-wrapper.
Index: lpf-skype.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-skype/F-20/lpf-skype.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lpf-skype.spec 19 May 2014 09:49:43 -0000 1.14
+++ lpf-skype.spec 23 May 2014 10:28:15 -0000 1.15
@@ -5,7 +5,7 @@
Name: lpf-skype
Version: 4.2.0.13
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Skype Messaging and Telephony Client package bootstrap
@@ -14,8 +14,9 @@
Group: Development/Tools
ExclusiveArch: %{ix86}
Source0: skype.spec.in
-Source1: README
-Source2: LICENSE
+Source1: skype-wrapper
+Source2: README
+Source3: LICENSE
BuildRequires: desktop-file-utils
BuildRequires: lpf >= 0-13
@@ -30,8 +31,7 @@
%prep
%setup -cT
-cp %{SOURCE1} README
-cp %{SOURCE2} LICENSE
+cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%build
@@ -39,7 +39,7 @@
%install
# lpf-setup-pkg [-a arch] [-e eula] <topdir> <specfile> [sources...]
-/usr/share/lpf/scripts/lpf-setup-pkg -a i686 %{buildroot} %{SOURCE0}
+/usr/share/lpf/scripts/lpf-setup-pkg -a i686 %{buildroot} %{SOURCE0} %{SOURCE1}
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -65,6 +65,9 @@
%changelog
+* Fri May 23 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-4
+- Fix installation of skype-wrapper.
+
* Mon May 19 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-3
- Allow command line parameters to be passed to wrapper.
- Fix desktop file Exec line.
10 years, 6 months
rpms/lpf-skype/devel lpf-skype.spec,1.15,1.16
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-skype/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8798
Modified Files:
lpf-skype.spec
Log Message:
* Fri May 23 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-4
- Fix installation of skype-wrapper.
Index: lpf-skype.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-skype/devel/lpf-skype.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- lpf-skype.spec 19 May 2014 09:48:18 -0000 1.15
+++ lpf-skype.spec 23 May 2014 10:27:07 -0000 1.16
@@ -5,7 +5,7 @@
Name: lpf-skype
Version: 4.2.0.13
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Skype Messaging and Telephony Client package bootstrap
@@ -14,8 +14,9 @@
Group: Development/Tools
ExclusiveArch: %{ix86}
Source0: skype.spec.in
-Source1: README
-Source2: LICENSE
+Source1: skype-wrapper
+Source2: README
+Source3: LICENSE
BuildRequires: desktop-file-utils
BuildRequires: lpf >= 0-13
@@ -30,8 +31,7 @@
%prep
%setup -cT
-cp %{SOURCE1} README
-cp %{SOURCE2} LICENSE
+cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%build
@@ -39,7 +39,7 @@
%install
# lpf-setup-pkg [-a arch] [-e eula] <topdir> <specfile> [sources...]
-/usr/share/lpf/scripts/lpf-setup-pkg -a i686 %{buildroot} %{SOURCE0}
+/usr/share/lpf/scripts/lpf-setup-pkg -a i686 %{buildroot} %{SOURCE0} %{SOURCE1}
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -65,6 +65,9 @@
%changelog
+* Fri May 23 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-4
+- Fix installation of skype-wrapper.
+
* Mon May 19 2014 Simone Caronni <negativo17(a)gmail.com> - 4.2.0.13-3
- Allow command line parameters to be passed to wrapper.
- Fix desktop file Exec line.
10 years, 6 months
rpms/amap/devel amap.spec,1.4,1.5
by Michal Ambroz
Author: rebus
Update of /cvs/nonfree/rpms/amap/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18684
Modified Files:
amap.spec
Log Message:
make new tag
Index: amap.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amap/devel/amap.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amap.spec 23 May 2014 01:29:17 -0000 1.4
+++ amap.spec 23 May 2014 01:41:58 -0000 1.5
@@ -1,6 +1,6 @@
Name: amap
Version: 5.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Network tool for application protocol detection
Group: Applications/System
License: AMAP License
@@ -56,7 +56,7 @@
%{_datadir}/%{name}
%changelog
-* Fri May 23 2014 Michal Ambroz <rebus at, seznam.cz> 5.4-1
+* Fri May 23 2014 Michal Ambroz <rebus at, seznam.cz> 5.4-2
- bump to version 5.4
* Wed Nov 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.2-6
10 years, 6 months
rpms/amap/F-20 amap.spec,1.4,1.5
by Michal Ambroz
Author: rebus
Update of /cvs/nonfree/rpms/amap/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18579
Modified Files:
amap.spec
Log Message:
new tag
Index: amap.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amap/F-20/amap.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amap.spec 23 May 2014 01:30:46 -0000 1.4
+++ amap.spec 23 May 2014 01:40:32 -0000 1.5
@@ -1,6 +1,6 @@
Name: amap
Version: 5.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Network tool for application protocol detection
Group: Applications/System
License: AMAP License
@@ -56,7 +56,7 @@
%{_datadir}/%{name}
%changelog
-* Fri May 23 2014 Michal Ambroz <rebus at, seznam.cz> 5.4-1
+* Fri May 23 2014 Michal Ambroz <rebus at, seznam.cz> 5.4-2
- bump to version 5.4
* Wed Nov 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.2-6
10 years, 6 months
rpms/amap/F-20 .cvsignore,1.2,1.3 sources,1.2,1.3
by Michal Ambroz
Author: rebus
Update of /cvs/nonfree/rpms/amap/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18525
Modified Files:
.cvsignore sources
Log Message:
upoad version 5.4 to lookasdide cache.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amap/F-20/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 27 Mar 2010 00:44:05 -0000 1.2
+++ .cvsignore 23 May 2014 01:38:54 -0000 1.3
@@ -1 +1 @@
-amap-5.2.tar.gz
+amap-5.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amap/F-20/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 27 Mar 2010 00:44:05 -0000 1.2
+++ sources 23 May 2014 01:38:54 -0000 1.3
@@ -1 +1 @@
-e3b1f5ebd24aac03aacb38ec183eb426 amap-5.2.tar.gz
+2617c13b0738455c0e61c6e980b8decc amap-5.4.tar.gz
10 years, 6 months
rpms/amap/devel .cvsignore,1.2,1.3 sources,1.2,1.3
by Michal Ambroz
Author: rebus
Update of /cvs/nonfree/rpms/amap/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18476
Modified Files:
.cvsignore sources
Log Message:
add a new source to lookaside cache
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/amap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 27 Mar 2010 00:44:05 -0000 1.2
+++ .cvsignore 23 May 2014 01:37:05 -0000 1.3
@@ -1 +1 @@
-amap-5.2.tar.gz
+amap-5.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/amap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 27 Mar 2010 00:44:05 -0000 1.2
+++ sources 23 May 2014 01:37:05 -0000 1.3
@@ -1 +1 @@
-e3b1f5ebd24aac03aacb38ec183eb426 amap-5.2.tar.gz
+2617c13b0738455c0e61c6e980b8decc amap-5.4.tar.gz
10 years, 6 months