Hello community,

here is the log from the commit of package liferea for openSUSE:Factory checked 
in at 2012-03-30 14:19:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liferea (Old)
 and      /work/SRC/openSUSE:Factory/.liferea.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liferea", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2012-03-26 
15:37:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes     2012-03-30 
14:19:35.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Mar 28 16:42:41 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.8.4:
+  + Improve DB item counting statements.
+  + Change OpenStreetMap rendering from osmarender to mapnik.
+  + Reimplemented search folder rule for item with enclosures.
+  + Reimplemented search folder rule for item categories.
+  + sf#3480238: crashes when double clicking find
+  + deb#660602: Item pane may be reset during feed update
+- Add liferea-missing-include.patch: add missing include to fix
+  build.
+
+-------------------------------------------------------------------

Old:
----
  liferea-1.8.3.tar.gz

New:
----
  liferea-1.8.4.tar.gz
  liferea-missing-include.patch

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

Other differences:
------------------
++++++ liferea.spec ++++++
--- /var/tmp/diff_new_pack.rtjShG/_old  2012-03-30 14:19:37.000000000 +0200
+++ /var/tmp/diff_new_pack.rtjShG/_new  2012-03-30 14:19:37.000000000 +0200
@@ -17,15 +17,17 @@
 
 
 Name:           liferea
-Version:        1.8.3
+Version:        1.8.4
 Release:        0
 Summary:        Linux Feed Reader
 License:        GPL-2.0+
 Group:          Productivity/Other
 Url:            http://liferea.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.3/%{name}-%{version}.tar.gz
+Source:         
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.8.4/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0:         liferea-opensuse-feeds.patch
+# PATCH-FIX-UPSTREAM liferea-missing-include.patch vu...@opensuse.org -- Add 
missing include (sent upstream by mail, vuntz -- 2012-03-12)
+Patch1:         liferea-missing-include.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -60,6 +62,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %configure \

++++++ liferea-1.8.3.tar.gz -> liferea-1.8.4.tar.gz ++++++
++++ 72541 lines of diff (skipped)

++++++ liferea-missing-include.patch ++++++
Index: liferea-1.8.4/src/rule.c
===================================================================
--- liferea-1.8.4.orig/src/rule.c
+++ liferea-1.8.4/src/rule.c
@@ -24,6 +24,7 @@
 
 #include "common.h"
 #include "debug.h"
+#include "metadata.h"
 
 #define ITEM_MATCH_RULE_ID             "exact"
 #define ITEM_TITLE_MATCH_RULE_ID       "exact_title"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to