Hello community,

here is the log from the commit of package brasero for openSUSE:Factory checked 
in at 2014-05-05 21:14:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brasero (Old)
 and      /work/SRC/openSUSE:Factory/.brasero.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brasero"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brasero/brasero.changes  2013-12-28 
09:03:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.brasero.new/brasero.changes     2014-05-05 
21:14:21.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Feb 16 14:42:06 UTC 2014 - zai...@opensuse.org
+
+- Add brasero-support-tracker-1.0.patch, also add gnome-common
+  BuildRequires and insert call to autoreconf. Support building
+  with tracker-1.0, patch sent upstream (bgo#724486).
+
+-------------------------------------------------------------------
+Thu Dec 26 14:06:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.11.3:
+  + Support Tracker 0.18.
+  + Remove X session support (make Brasero work under Wayland).
+  + Updated translations.
+- Drop brasero-tracker-0.18.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to autoreconf, as we
+  don't carry any patches.
+
+-------------------------------------------------------------------
+Thu Dec 26 13:00:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.11.0:
+  + Include an appdata file.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  brasero-3.10.0.tar.xz

New:
----
  brasero-3.11.3.tar.xz
  brasero-support-tracker-1.0.patch

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

Other differences:
------------------
++++++ brasero.spec ++++++
--- /var/tmp/diff_new_pack.jBeLXZ/_old  2014-05-05 21:14:23.000000000 +0200
+++ /var/tmp/diff_new_pack.jBeLXZ/_new  2014-05-05 21:14:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brasero
 #
-# 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,14 +17,18 @@
 
 
 Name:           brasero
-Version:        3.10.0
+Version:        3.11.3
 Release:        0
 Summary:        CD/DVD burning application for GNOME
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/CD/Record
 Url:            http://gnome.org/projects/brasero
-Source:         
http://download.gnome.org/sources/brasero/3.10/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/brasero/3.11/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM brasero-support-tracker-1.0.patch bgo#724486 
zai...@opensuse.org -- Support building with tracker-1.0, patch sent upstream.
+Patch0:         brasero-support-tracker-1.0.patch
 BuildRequires:  fdupes
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -185,8 +189,11 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
+# Needed for patch0
+autoreconf -fiv
 %configure \
         --disable-static \
         --enable-search \
@@ -246,6 +253,8 @@
 %defattr(-,root,root)
 %doc ChangeLog NEWS COPYING AUTHORS README
 %doc %{_datadir}/help/C/%{name}/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/brasero.appdata.xml
 %{_datadir}/brasero/
 %{_libdir}/brasero3/
 %{_bindir}/brasero

++++++ brasero-3.10.0.tar.xz -> brasero-3.11.3.tar.xz ++++++
++++ 12255 lines of diff (skipped)

++++++ brasero-support-tracker-1.0.patch ++++++
--- brasero-3.11.3-orig/configure.ac    2013-12-16 13:00:22.000000000 +0100
+++ brasero-3.11.3/configure.ac 2014-02-16 15:38:30.167183586 +0100
@@ -388,7 +388,7 @@
 if test x"$enable_search" != "xno"; then
         # Try to figure out the tracker API version to use
         tracker_api="0.10"
-        m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18]],
+        m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0]],
                               [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= 
$TRACKER_REQUIRED],
                                                 [tracker_api="VERSION"])
                               ])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to