Hello community, here is the log from the commit of package brasero for openSUSE:Factory checked in at Fri Sep 9 13:34:19 CEST 2011.
-------- --- GNOME/brasero/brasero.changes 2011-04-22 13:58:04.000000000 +0200 +++ /mounts/work_src_done/STABLE/brasero/brasero.changes 2011-09-05 12:10:30.000000000 +0200 @@ -1,0 +2,23 @@ +Mon Sep 5 10:09:41 UTC 2011 - [email protected] + +- Add sed hack in %prep to support the build against tracker + 0.11/0.12. + +------------------------------------------------------------------- +Thu Sep 1 15:17:00 UTC 2011 - [email protected] + +- Update to version 3.1.90: + + Drop beagle support (bgo#657313, bgo#639257) + + Use libtracker-sparql instead of libtracker-client (bgo#651630) + + Use the primary-toolbar style class where applicable. + + Do not use deprecated H/V variants of GTK+ widgets. + + nautilus: wait for the track to load file info before adding to + session. + + Wrong semi-colon in brasero-nautilus.desktop (bgo#649178) + + Fix Documenters list in the About Dialog (bgo#646112) + + Fix two typos. + + Updated translations. +- Drop use_tracker macro and therefore libbeagle-devel + BuildRequires when it was unset: tracker is always used now. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- brasero-3.0.0.tar.bz2 New: ---- brasero-3.1.90.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brasero.spec ++++++ --- /var/tmp/diff_new_pack.H0F6sR/_old 2011-09-09 13:34:13.000000000 +0200 +++ /var/tmp/diff_new_pack.H0F6sR/_new 2011-09-09 13:34:13.000000000 +0200 @@ -16,17 +16,16 @@ # -# Starting with openSUSE 11.3 we use tracker instead of beagle -%define use_tracker 0%{suse_version} >= 1130 Name: brasero -Version: 3.0.0 +Version: 3.1.90 Release: 1 +# FIXME: on update, remove sed hack in %%prep for tracker 0.12 support (last checked: 3.1.90) License: GPLv2+ Group: Productivity/Multimedia/CD/Record Summary: CD/DVD burning application for GNOME Url: http://gnome.org/projects/brasero -Source: %{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/brasero/3.1/%{name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel @@ -43,11 +42,7 @@ BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(totem-plparser) -%if %use_tracker BuildRequires: tracker-devel -%else -BuildRequires: libbeagle-devel -%endif BuildRequires: translation-update-upstream BuildRequires: update-desktop-files Requires: gstreamer010 @@ -147,6 +142,11 @@ %prep %setup -q translation-update-upstream +# Test will fail once tracker 0.12 support is upstream +if test "x`grep -q tracker-sparql-0.12 configure.in`" != "x"; then echo "Hack should get removed"; fi +trackerpc=$(basename $(rpm -ql tracker-devel | grep tracker-sparql.*.pc | sed s/\.pc//)) +sed -i "s:tracker-sparql-0.10:$trackerpc:g" configure.in +sed -i "s:tracker-sparql-0.10:$trackerpc:g" configure %build %configure \ ++++++ brasero-3.0.0.tar.bz2 -> brasero-3.1.90.tar.bz2 ++++++ ++++ 74958 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
