diff --git a/rygel-0.12.4.tar.bz2 b/rygel-0.12.4.tar.bz2 deleted file mode 100644 index d12f329..0000000 --- a/rygel-0.12.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51e8d6de2b62d8c80bdb8705d26c74b9a4391ae8132c633cf855076483ad0939 -size 1640614 diff --git a/rygel-0.12.5.tar.bz2 b/rygel-0.12.5.tar.bz2 new file mode 100644 index 0000000..711dcad --- /dev/null +++ b/rygel-0.12.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b7f691bbb15c033b84c535c815b00692dfffe7b442bed70d2f3b9a83832fe4 +size 1653618 diff --git a/rygel-newer-libsoup.patch b/rygel-newer-libsoup.patch new file mode 100644 index 0000000..558db37 --- /dev/null +++ b/rygel-newer-libsoup.patch @@ -0,0 +1,33 @@ +From dd7fc1ade90c654127bf0e0034dff0a2d1c92100 Mon Sep 17 00:00:00 2001 +From: Jens Georg +Date: Tue, 15 Nov 2011 14:06:16 +0000 +Subject: build: Bump libsoup max version + +--- +diff --git a/configure.ac b/configure.ac +index d7fbb05..60eebef 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26 + GEE_MAX_VERSION=0.6.9999 + GEE_REQUIRED=0.5.2 + UUID_REQUIRED=1.41.3 +-LIBSOUP_MAX_VERSION=2.36.9999 ++LIBSOUP_MAX_VERSION=2.37.9999 + LIBSOUP_REQUIRED=2.34.0 + GTK_REQUIRED=2.90.3 + +-- +cgit v0.9.0.2 +diff a/configure b/configure +--- a/configure ++++ b/configure +@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26 + GEE_MAX_VERSION=0.6.9999 + GEE_REQUIRED=0.5.2 + UUID_REQUIRED=1.41.3 +-LIBSOUP_MAX_VERSION=2.36.9999 ++LIBSOUP_MAX_VERSION=2.37.9999 + LIBSOUP_REQUIRED=2.34.0 + GTK_REQUIRED=2.90.3 + diff --git a/rygel.changes b/rygel.changes index f51fff0..b7f79c1 100644 --- a/rygel.changes +++ b/rygel.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Nov 15 10:25:40 UTC 2011 - vuntz@opensuse.org + +- Update to version 0.12.5: + + Send proper SSDP notification when killed with SIGTERM. + + Fix out-of-tree builds. + + Prevent a crash when searching and uploading in parallel. + + Prevent a critical error when the uri to be added already + exists. + + Prevent a name clash when an uploader is really fast in + creating items. + + Mark thumbnail resources as transcoded. This helps certain + devices to use them as thumbnails and not as the original + stream. + + Prevent a false-positive test success in http-post-test. + + Use proper error if a client tries to get the children of a + media item. + + Fix huge CPU load if a client did a lot of byte-range requests + on a large media file. + + Tracker: + - Fall back to nfo:fileLastModified if nie:creationDate is not + available. + - Properly clean and escape any passed item ID. + + MediaExport: + - Properly disable MediaExport if Tracker start-up is slow. +- Add rygel-newer-libsoup.patch: fix build with libsoup 2.37.x. + ------------------------------------------------------------------- Sat Oct 8 22:36:47 CEST 2011 - zaitor@opensuse.org diff --git a/rygel.spec b/rygel.spec index 31ebcd7..135ac0c 100644 --- a/rygel.spec +++ b/rygel.spec @@ -18,13 +18,15 @@ Name: rygel -Version: 0.12.4 +Version: 0.12.5 Release: 1 License: LGPL v2 or later Summary: Home Media Solution for GNOME based on UPnP/DLNA Url: http://live.gnome.org/Rygel Group: Productivity/Multimedia/Other Source0: http://download.gnome.org/sources/rygel/0.12/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM rygel-newer-libsoup.patch vuntz@opensuse.org -- Build with newer libsoup, taken from git +Patch0: rygel-newer-libsoup.patch BuildRequires: gstreamer-0_10-devel BuildRequires: intltool BuildRequires: libgee-devel @@ -113,6 +115,7 @@ station. %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure --enable-tracker-plugin \