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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ripit.new/ripit.changes 2015-03-18 
13:07:37.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.kD0LUe/_new  2015-03-18 13:07:37.000000000 +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

Reply via email to