Hello community,

here is the log from the commit of package liferea for openSUSE:Factory checked 
in at 2011-12-06 16:23:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liferea (Old)
 and      /work/SRC/openSUSE:Factory/.liferea.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liferea", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liferea/liferea.changes  2011-09-23 
02:11:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liferea.new/liferea.changes     2011-12-06 
16:23:10.000000000 +0100
@@ -1,0 +2,28 @@
+Sat Dec 03 21:51:54 UTC 2011 - [email protected]
+
+- Replaced dead url planetsuse.org with current 
+  planet.opensuse.org. 
+
+-------------------------------------------------------------------
+Tue Nov 29 21:39:50 UTC 2011 - [email protected]
+
+- Update to version 1.6.7:
+  + DB contains comments of deleted feed entries [sf#3046762]
+  + Deleting a feed also removes items copied to news bins
+    [sf#3441643]
+  + Updated translations.
+- Drop liferea_dbus.xml: It's back in the tarball.
+
+-------------------------------------------------------------------
+Thu Nov 24 20:16:51 UTC 2011 - [email protected]
+
+- Update to version 1.6.6b:
+  + Fixes build error.
+- Rebase liferea-libnotify07.patch.
+
+-------------------------------------------------------------------
+Wed Nov 23 21:12:47 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

Old:
----
  liferea-1.6.6.tar.gz
  liferea_dbus.xml

New:
----
  liferea-1.6.7.tar.gz

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

Other differences:
------------------
++++++ liferea.spec ++++++
--- /var/tmp/diff_new_pack.uNun6Z/_old  2011-12-06 16:23:12.000000000 +0100
+++ /var/tmp/diff_new_pack.uNun6Z/_new  2011-12-06 16:23:12.000000000 +0100
@@ -21,14 +21,12 @@
 Name:           liferea
 License:        GPLv2+
 Group:          Productivity/Other
-Version:        1.6.6
+Version:        1.6.7
 Release:        1
 # FIXME: Make sure to remove liferea_dbus.xml again with next tarball.
 Summary:        Linux Feed Reader
 Url:            http://liferea.sourceforge.net/
-Source:         
http://sourceforge.net/projects/liferea/files/Liferea%20Stable/%{version}/%{name}-%{version}.tar.gz
-# liferea_dbus.xml missing in the 1.6.6 tarballs; taken from git.
-Source1:        liferea_dbus.xml
+Source:         
http://downloads.sourceforge.net/project/liferea/Liferea%20Stable/1.6.7/%{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-libnotify07.patch [email protected] -- fix 
build with libnotify 0.7.x; discussed with upstream, but won't enter 1.6.x 
branch
@@ -40,6 +38,7 @@
 BuildRequires:  gconf2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  libglade2-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libwebkit-devel
@@ -64,11 +63,6 @@
 %lang_package
 %prep
 %setup -q
-if [ -f src/liferea_dbus.xml]; then
-  echo "src/liferea_dbus.xml is part of the tarball. Please drop it from the 
source section."
-  /bin/false
-fi
-cp %{S:1} src/liferea_dbus.xml
 %patch0 -p1
 %patch1 -p1
 

++++++ liferea-1.6.6.tar.gz -> liferea-1.6.7.tar.gz ++++++
++++ 6171 lines of diff (skipped)

++++++ liferea-libnotify07.patch ++++++
--- /var/tmp/diff_new_pack.uNun6Z/_old  2011-12-06 16:23:12.000000000 +0100
+++ /var/tmp/diff_new_pack.uNun6Z/_new  2011-12-06 16:23:12.000000000 +0100
@@ -1,20 +1,20 @@
-Index: liferea-1.6.6/configure.ac
+Index: liferea-1.6.6b/configure.ac
 ===================================================================
---- liferea-1.6.6.orig/configure.ac
-+++ liferea-1.6.6/configure.ac
+--- liferea-1.6.6b.orig/configure.ac
++++ liferea-1.6.6b/configure.ac
 @@ -77,7 +77,7 @@ dnl libnotify
  dnl *********
  
  if test "x$enable_libnotify" = "xyes"; then
--   PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 0.3.2, libnotify << 
0.5],enable_libnotify=yes,enable_libnotify=no)
+-   PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 0.3.2, libnotify <= 
0.5],enable_libnotify=yes,enable_libnotify=no)
 +   PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= 
0.3.2],enable_libnotify=yes,enable_libnotify=no)
     AC_SUBST(LIBNOTIFY_CFLAGS)
     AC_SUBST(LIBNOTIFY_LIBS)
  else
-Index: liferea-1.6.6/src/notification/libnotify.c
+Index: liferea-1.6.6b/src/notification/libnotify.c
 ===================================================================
---- liferea-1.6.6.orig/src/notification/libnotify.c
-+++ liferea-1.6.6/src/notification/libnotify.c
+--- liferea-1.6.6b.orig/src/notification/libnotify.c
++++ liferea-1.6.6b/src/notification/libnotify.c
 @@ -43,6 +43,10 @@
  
  #include "notification/notification.h"

++++++ liferea-opensuse-feeds.patch ++++++
--- /var/tmp/diff_new_pack.uNun6Z/_old  2011-12-06 16:23:12.000000000 +0100
+++ /var/tmp/diff_new_pack.uNun6Z/_new  2011-12-06 16:23:12.000000000 +0100
@@ -8,7 +8,7 @@
        <outline text="International">          <!-- translate this for 
localized feed list -->
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
                <outline text="Open Source">            <!-- translate this for 
localized feed list -->
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -23,7 +23,7 @@
        <outline text="Fuentes de ejemplo (inglés)">
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
                <outline text="Open Source">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -38,7 +38,7 @@
                <outline text="International">          <!-- translate this for 
localized feed list -->
 +                      <outline text="openSUSE">
 +                              <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                              <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                              <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +                      </outline>
                        <outline text="Open Source">            <!-- translate 
this for localized feed list -->
                                <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -53,7 +53,7 @@
        <outline text="Fuentes de ejemplo (inglés)">
 +            <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +            </outline>
              <outline text="Open Source">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -68,7 +68,7 @@
        <outline text="International">          <!-- translate this for 
localized feed list -->
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
                <outline text="Open Source">            <!-- translate this for 
localized feed list -->
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -83,7 +83,7 @@
        <outline text="International">          <!-- translate this for 
localized feed list -->
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
                <outline text="Open Source">            <!-- translate this for 
localized feed list -->
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -98,7 +98,7 @@
        <outline text="Notizie internazionali">
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
                <outline text="Notizie">
                        <outline text="Ars Technica" 
htmlUrl="http://arstechnica.com"; 
xmlUrl="http://feeds.arstechnica.com/arstechnica/index"/>
@@ -113,7 +113,7 @@
        <outline text="International">          <!-- translate this for 
localized feed list -->
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
                <outline text="Open Source">            <!-- translate this for 
localized feed list -->
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -128,7 +128,7 @@
        <!-- lets keep this default English block in sync over all feed lists! 
-->
 +      <outline text="openSUSE">
 +              <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+              <outline text="Planet SUSE" htmlUrl="http://planetsuse.org/"; 
xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++              <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +      </outline>      
        <outline text="Example Feeds">          <!-- translate this for 
localized feed list -->
                <outline text="Open Source">            <!-- translate this for 
localized feed list -->
@@ -143,7 +143,7 @@
        <outline text="międzynarodowe">
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
              <outline text="Open Source">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -158,7 +158,7 @@
          <outline text="internacional">
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
              <outline text="Open Source">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -173,7 +173,7 @@
          <outline text="internacional">
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
              <outline text="Open Source">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -188,7 +188,7 @@
        <outline text="Свободное программное обеспечение">
 +              <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +              </outline>
              <outline text="Open source">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -203,7 +203,7 @@
                        <outline text="International">          <!-- translate 
this for localized feed list -->
 +                              <outline text="openSUSE">
 +                                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +                              </outline>
                                <outline text="Open Source">            <!-- 
translate this for localized feed list -->
                                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />
@@ -218,7 +218,7 @@
        </outline>
 +      <outline text="openSUSE">
 +                      <outline text="openSUSE News" 
htmlUrl="http://news.opensuse.org/"; 
xmlUrl="http://news.opensuse.org/?feed=rss2"; />
-+                      <outline text="Planet SUSE" 
htmlUrl="http://planetsuse.org/"; xmlUrl="http://www.planetsuse.org/rss20.xml"; />
++                      <outline text="Planet SUSE" 
htmlUrl="http://planet.opensuse.org/"; 
xmlUrl="http://http://planet.opensuse.org/global/rss20.xml"; />
 +      </outline>
        <outline title="&#xD6;ppen k&#xE4;llkod" text="&#xD6;ppen k&#xE4;llkod" 
description="&#xD6;ppen k&#xE4;llkod" type="folder">
                        <outline text="Gnomefiles" 
htmlUrl="http://www.gnomefiles.org/"; 
xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf"; />

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to