Hello community,

here is the log from the commit of package namazu for openSUSE:Factory checked 
in at 2015-01-20 12:32:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/namazu (Old)
 and      /work/SRC/openSUSE:Factory/.namazu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "namazu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/namazu/namazu.changes    2012-06-12 
21:59:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.namazu.new/namazu.changes       2015-01-20 
12:35:38.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 16 14:43:35 UTC 2015 - jmate...@suse.com
+
+- removed "Useless use of greediness modifier" warning
+  (namazu-2.0.21-greedy-mp3.patch, bnc#912784)
+
+-------------------------------------------------------------------

New:
----
  namazu-2.0.21-greedy-mp3.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ namazu.spec ++++++
--- /var/tmp/diff_new_pack.vrlhVP/_old  2015-01-20 12:35:41.000000000 +0100
+++ /var/tmp/diff_new_pack.vrlhVP/_new  2015-01-20 12:35:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package namazu
 #
-# Copyright (c) 2012 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
@@ -36,6 +36,7 @@
 Source0:        http://www.namazu.org/stable/%{name}-%{version}.tar.gz
 Patch0:         linguas.patch
 Patch2:         configure.patch
+Patch3:         namazu-2.0.21-greedy-mp3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        A Full-Text Search Engine
 License:        GPL-2.0+
@@ -80,6 +81,7 @@
 %setup0 -q
 %patch0 -p1 -b .linguas
 %patch2 -p1 -b .config
+%patch3 -p1
 
 %build
 # XXX is this right - it was /var/lib before FHS macros

++++++ namazu-2.0.21-greedy-mp3.patch ++++++
Index: namazu-2.0.21/filter/mp3.pl
===================================================================
--- namazu-2.0.21.orig/filter/mp3.pl    2008-05-09 10:37:44.000000000 +0200
+++ namazu-2.0.21/filter/mp3.pl 2015-01-16 15:39:18.193936816 +0100
@@ -152,7 +152,7 @@
     mp3::get_title($$contref, $weighted_str, $fields);
     mp3::get_author($$contref, $fields);
     mp3::get_album($$contref, $fields);
-    $$contref =~ s/^\w+:{1,1}?//gm;
+    $$contref =~ s/^\w+:{1,1}//gm;
 
     return;
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to