Hello community,

here is the log from the commit of package frogr for openSUSE:Factory checked 
in at 2014-01-20 11:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frogr (Old)
 and      /work/SRC/openSUSE:Factory/.frogr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frogr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/frogr/frogr.changes      2013-09-11 
11:34:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2014-01-23 
15:42:44.000000000 +0100
@@ -1,0 +2,30 @@
+Fri Jan 17 15:31:26 UTC 2014 - [email protected]
+
+- Update to version 0.9:
+  + Ported to GStreamer 1.0 (0.10 still supported).
+  + Provided a high contrast icon.
+  + Switched to yelp-tools from gnome-doc-utils.
+  + Redesign of the "Edit details" and "Settings" dialogs.
+  + Added keywords to .desktop file.
+  + Added an appdata.xml file for the GNOME Software Center.
+  + Removed deprecated uses of GTK_STOCK_*.
+  + Removed deprecated uses of GtkAction and GtkActionGroup.
+  + Fixed with drag-and-drop behavior, failing with pcmanfm.
+  + Fixed selection of multiple pictures with Ctrl and/or Shift.
+  + Fixed problem with ref counting for pictures, sets and groups.
+  + Fixed memory leak in flicksoup (SoupBuffer was never freed).
+  + Raised libsoup minimum version up to 2.34.
+  + As usual, other minor improvements, bug fixes and cleanups.
+  + Bugs fixed: bgo##693230, bgo#697456, bgo#700005, bgo#703544,
+    bgo#704628, bgo#706725, bgo#708231, bgo#720156.
+  + Updated translations.
+- Exchange gnome-doc-utils-devel for yelp-tools and itstool,
+  following upstreams port to new help structure.
+- Stop removing -DGTK_DISABLE_DEPRECATED from configure.ac, fixed
+  upstream.
+- Drop frogr-port-to-gst_1.0.patch, fixed upstream.
+- Drop automake BuildRequires and stop passing autoreconf to
+  configure, no longer needed since we do not have any patches
+  anymore.
+
+-------------------------------------------------------------------

Old:
----
  frogr-0.8.tar.xz
  frogr-port-to-gst_1.0.patch

New:
----
  frogr-0.9.tar.xz

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

Other differences:
------------------
++++++ frogr.spec ++++++
--- /var/tmp/diff_new_pack.jrXrtv/_old  2014-01-23 15:42:46.000000000 +0100
+++ /var/tmp/diff_new_pack.jrXrtv/_new  2014-01-23 15:42:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frogr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,23 +17,20 @@
 
 
 Name:           frogr
-Version:        0.8
+Version:        0.9
 Release:        0
 Summary:        Tool to Manage Flickr Accounts
 License:        GPL-3.0
 Group:          Productivity/Graphics/Other
 Url:            https://live.gnome.org/Frogr
-Source:         
http://download.gnome.org/sources/frogr/0.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM frogr-port-to-gst_1.0.patch bgo#693230 
[email protected] -- Port to gstreamer-1.0
-Patch0:         frogr-port-to-gst_1.0.patch
-BuildRequires:  gnome-doc-utils-devel >= 0.10.13
+Source:         
http://download.gnome.org/sources/frogr/0.9/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  libgcrypt-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 %if 0%{?suse_version} > 1220
-## Needed due to patch 0
-BuildRequires:  automake
 BuildRequires:  pkgconfig(gstreamer-1.0)
 %else
 BuildRequires:  pkgconfig(gstreamer-0.10)
@@ -41,7 +38,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
 BuildRequires:  pkgconfig(json-glib-1.0) >= 0.12
 BuildRequires:  pkgconfig(libexif)
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.34
 BuildRequires:  pkgconfig(libxml-2.0)
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -55,18 +52,8 @@
 %lang_package
 %prep
 %setup -q
-%if 0%{?suse_version} > 1220
-%patch0 -p1
-%endif
-# We are willing to use deprecated Gtk Symbols (GtkStock from Gtk+ 3.9).
-sed -i "s:-DGTK_DISABLE_DEPRECATED::" configure.ac
 
 %build
-## Needed due to patch0
-%if 0%{?suse_version} > 1220
-mkdir m4
-autoreconf -fiv
-%endif
 %configure
 make %{?_smp_mflags}
 
@@ -89,12 +76,12 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
-%dir %{_datadir}/gnome/help/frogr
-%doc %{_datadir}/gnome/help/frogr/C
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/frogr.xpm
+%{_datadir}/icons/HighContrast/
 %{_datadir}/icons/hicolor/*/apps/frogr.*
 %{_mandir}/man1/frogr.1%{ext_man}
 

++++++ frogr-0.8.tar.xz -> frogr-0.9.tar.xz ++++++
++++ 33065 lines of diff (skipped)

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

Reply via email to