commit ripit for openSUSE:Factory

2018-02-15 Thread root
Hello community,

here is the log from the commit of package ripit for openSUSE:Factory checked 
in at 2018-02-15 13:25:50

Comparing /work/SRC/openSUSE:Factory/ripit (Old)
 and  /work/SRC/openSUSE:Factory/.ripit.new (New)


Package is "ripit"

Thu Feb 15 13:25:50 2018 rev:20 rq:576468 version:3.9.90

Changes:

--- /work/SRC/openSUSE:Factory/ripit/ripit.changes  2015-03-18 
13:07:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.ripit.new/ripit.changes 2018-02-15 
13:25:54.103114157 +0100
@@ -1,0 +2,11 @@
+Mon Feb  5 09:00:33 UTC 2018 - l...@linux-schulserver.de
+
+- use wikipedia URL, as the original domain is no longer valid
+- added ripit-4.0.0-undefined_variables.patch to avoid errors if the
+  user is using an old config file which does not define some variables
+- added ripit-man-spellfix.patch from Debian which contains some 
+  spell fixes for the man page
+- rebased ripit-3.9.0-ogg.patch
+- use Productivity/Multimedia/CD/Grabbers as RPM group
+
+---

New:

  ripit-4.0.0-undefined_variables.patch
  ripit-man-spellfix.patch



Other differences:
--
++ ripit.spec ++
--- /var/tmp/diff_new_pack.3jGnUW/_old  2018-02-15 13:25:55.307070425 +0100
+++ /var/tmp/diff_new_pack.3jGnUW/_new  2018-02-15 13:25:55.311070279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ripit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,25 @@
 #
 
 
-
+%define real_version 4.0.0_beta20140508
 Name:   ripit
+Version:3.9.90
+Release:0
 Summary:Perl Script to Create .ogg or .mp3 Files from an Audio CD
-Url:http://www.suwald.com/ripit/
-License:GPL-2.0+
-Group:  Productivity/Multimedia/CD/
 # This is not the real tarball version but as it's still in beta, we could 
have troubles
 # to update to 4.0 final so just give it a lower version
-%define real_version 4.0.0_beta20140508
-Version:3.9.90
-Release:0
+License:GPL-2.0+
+Group:  Productivity/Multimedia/CD/Grabbers
+Url:https://en.wikipedia.org/wiki/Ripit
 Source: http://www.suwald.com/ripit/%{name}-%{real_version}.tar.gz
 Patch0: %{name}-3.9.0-ogg.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Patch1: %{name}-4.0.0-undefined_variables.patch
+Patch2: %{name}-man-spellfix.patch
 Requires:   cdparanoia 
 Requires:   perl-CDDB_get 
 Requires:   perl-libwww-perl
 Requires:   vorbis-tools 
+BuildArch:  noarch
 
 %description
 This Perl script makes it easy to create MP3 files from an audio CD. It
@@ -42,7 +42,9 @@
 
 %prep
 %setup -q -n %{name}-%{real_version}
-%patch0
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 
@@ -50,7 +52,6 @@
 make prefix=%{buildroot}%{_prefix} etcdir=%{buildroot}/%{_sysconfdir}/%{name} 
install
 
 %files
-%defattr(-,root,root)
 %doc README HISTORY LICENSE
 %{_bindir}/ripit
 %dir %{_sysconfdir}/%{name}

++ ripit-3.9.0-ogg.patch ++
--- /var/tmp/diff_new_pack.3jGnUW/_old  2018-02-15 13:25:55.339069262 +0100
+++ /var/tmp/diff_new_pack.3jGnUW/_new  2018-02-15 13:25:55.339069262 +0100
@@ -1,6 +1,8 @@
 ripit.pl
-+++ ripit.pl
-@@ -92,7 +92,7 @@
+Index: ripit-4.0.0_beta20140508/ripit.pl
+===
+--- ripit-4.0.0_beta20140508.orig/ripit.pl
 ripit-4.0.0_beta20140508/ripit.pl
+@@ -127,7 +127,7 @@ my $verify= 1;  # Rip track
  my $span  = ""; # Options for track spans.
  my $ripper= 1;  # 0 - dagrab, 1 - cdparanoia,
  # 2 - cdda2wav, 3 - tosha, 4 - cdd.
@@ -9,7 +11,7 @@
  # 3 - Faac, 4 - mp4als, 5 - Musepack,
  # 6 - Wavpack, 7 - ffmpeg,
  # comma separated list.
-@@ -105,14 +105,14 @@
+@@ -141,14 +141,14 @@ my $bitrate   = 128;# Bitrate fo
  # bitrate is equal to the -b option.
  my $maxrate   = 0;  # Bitrate for lame using --vbrmode,
  # maxrate is equal to the -B option.

++ ripit-4.0.0-undefined_variables.patch ++
Index: ripit-4.0.0_beta20140508/ripit.pl
===
--- ripit-4.0.0_beta20140508.orig/ripit.pl
+++ ripit-4.0.0_beta20140508/ripit.pl
@@ -11647,7 +11647,7 @@ sub init_mod {
}
$@ = ();
 
-   eval { require Digest::MD5 } if($md5sum == 

commit ripit for openSUSE:Factory

2015-03-18 Thread h_root
Hello community,

here is the log from the commit of package ripit for openSUSE:Factory checked 
in at 2015-03-18 13:07:14

Comparing /work/SRC/openSUSE:Factory/ripit (Old)
 and  /work/SRC/openSUSE:Factory/.ripit.new (New)


Package is ripit

Changes:

--- /work/SRC/openSUSE:Factory/ripit/ripit.changes  2011-09-23 
12:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ripit.new/ripit.changes 2015-03-18 
13:07:37.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 15 22:44:30 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 4.0.0_beta20140508
+  * Option --coversize takes a width or width x height format to which
+a given cover shall be resized using ImageMagick.
+  * And when using MusicBrainz, an additional coverart source will
+be checked.
+  * Some bugs related to options loop and ISRC have been fixed.
+- Use download Url as source
+- Some improvements
+- Remove obsolete AUTHORS and %clean sections
+
+---

Old:

  ripit-3.9.0.tar.bz2

New:

  ripit-4.0.0_beta20140508.tar.gz



Other differences:
--
++ ripit.spec ++
--- /var/tmp/diff_new_pack.kD0LUe/_old  2015-03-18 13:07:37.0 +0100
+++ /var/tmp/diff_new_pack.kD0LUe/_new  2015-03-18 13:07:37.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ripit (Version 3.9.0)
+# spec file for package ripit
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,48 +21,40 @@
 Summary:Perl Script to Create .ogg or .mp3 Files from an Audio CD
 Url:http://www.suwald.com/ripit/
 License:GPL-2.0+
-Group:  Productivity/Multimedia/CD/Grabbers
-Version:3.9.0
-Release:1
-Source: %{name}-%{version}.tar.bz2
-Patch0: %{name}-%{version}-ogg.patch
+Group:  Productivity/Multimedia/CD/
+# This is not the real tarball version but as it's still in beta, we could 
have troubles
+# to update to 4.0 final so just give it a lower version
+%define real_version 4.0.0_beta20140508
+Version:3.9.90
+Release:0
+Source: http://www.suwald.com/ripit/%{name}-%{real_version}.tar.gz
+Patch0: %{name}-3.9.0-ogg.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   cdparanoia vorbis-tools perl perl-CDDB_get perl-libwww-perl
+Requires:   cdparanoia 
+Requires:   perl-CDDB_get 
+Requires:   perl-libwww-perl
+Requires:   vorbis-tools 
 
 %description
 This Perl script makes it easy to create MP3 files from an audio CD. It
 tries to find the artist and song titles with the help of CDDB.
 
-Authors:
-
-Simon Quinn
-Mads Martin Joergensen
-Felix Suwald fe...@suwald.com
-
 %prep
-%setup -q
+%setup -q -n %{name}-%{real_version}
 %patch0
 
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_bindir}
-install -m 755 ripit.pl $RPM_BUILD_ROOT/%{_bindir}/ripit
-mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
-install -m 644 config $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
-install -m 644 ripit.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make prefix=%{buildroot}%{_prefix} etcdir=%{buildroot}/%{_sysconfdir}/%{name} 
install
 
 %files
 %defattr(-,root,root)
+%doc README HISTORY LICENSE
 %{_bindir}/ripit
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*
-%doc README HISTORY LICENSE
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org