Hello community,

here is the log from the commit of package grilo for openSUSE:Factory checked 
in at 2012-01-09 15:17:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grilo (Old)
 and      /work/SRC/openSUSE:Factory/.grilo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grilo", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/grilo/grilo.changes      2011-09-23 
02:01:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2012-01-09 
15:17:11.000000000 +0100
@@ -1,0 +2,30 @@
+Sat Dec 10 19:05:46 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.1.18:
+  + Added support for Windows builds
+  + Bugs fixed: bgo#662762, bgo#662763.
+- Drop grilo-no-wc-test.patch: fixed upstream
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
+  as we do no longer carry any patches.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that...
+  See bnc#697467 for more details.
+
+-------------------------------------------------------------------
+Thu Dec  8 22:44:46 UTC 2011 - dims...@opensuse.org
+
+- Split typelib files into their own subpackages:
+  typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1.
+- Add typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1 Requires to
+  devel subpackage.
+
+-------------------------------------------------------------------
+Sun Nov 27 20:17:00 UTC 2011 - dims...@opensuse.org
+
+- Add grilo-no-wc-test.patch: wc-test fails to build with new glib.
+  Instead of fixing the build, we follow upstreams approch and drop
+  it.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  the patch modifies the build system.
+
+-------------------------------------------------------------------

Old:
----
  grilo-0.1.17.tar.bz2

New:
----
  grilo-0.1.18.tar.xz

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

Other differences:
------------------
++++++ grilo.spec ++++++
--- /var/tmp/diff_new_pack.iXAPwI/_old  2012-01-09 15:17:12.000000000 +0100
+++ /var/tmp/diff_new_pack.iXAPwI/_new  2012-01-09 15:17:12.000000000 +0100
@@ -15,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           grilo
-Version:        0.1.17
-Release:        1
-License:        LGPL-2.1+
+Version:        0.1.18
+Release:        0
 Summary:        Framework for browsing and searching media content
-Url:            https://live.gnome.org/Grilo
+License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
-Source:         
http://download.gnome.org/sources/grilo/0.1/%{name}-%{version}.tar.bz2
-BuildRequires:  intltool
+Url:            https://live.gnome.org/Grilo
+Source:         
http://download.gnome.org/sources/grilo/0.1/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  intltool
 # Required to build documentation
 BuildRequires:  gtk-doc
 BuildRequires:  vala
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
@@ -46,7 +46,6 @@
 various sources using a single API.
 
 %package -n libgrilo-0_1-0
-License:        LGPL-2.1+
 Summary:        Framework for browsing and searching media content
 Group:          System/Libraries
 # Without plugins, grilo is useless
@@ -56,8 +55,18 @@
 Grilo is a framework for browsing and searching media content from
 various sources using a single API.
 
+%package -n typelib-1_0-Grl-0_1
+Summary:        Framework for browsing and searching media content -- 
Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-Grl-0_1
+Grilo is a framework for browsing and searching media content from
+various sources using a single API.
+
+This package provides the GObject Introspection bindings for the
+libgrl library.
+
 %package -n libgrlnet-0_1-0
-License:        LGPL-2.1+
 Summary:        Framework for browsing and searching media content -- 
Networking Helper Library
 Group:          System/Libraries
 
@@ -65,8 +74,18 @@
 Grilo is a framework for browsing and searching media content from
 various sources using a single API.
 
+%package -n typelib-1_0-GrlNet-0_1
+Summary:        Framework for browsing and searching media content -- 
Networking Helper Library, Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GrlNet-0_1
+Grilo is a framework for browsing and searching media content from
+various sources using a single API.
+
+This package provides the GObject Introspection bindings for the
+libgrlnet library.
+
 %package tools
-License:        LGPL-2.1+
 Summary:        Framework for browsing and searching media content -- Tools
 Group:          Productivity/Multimedia/Other
 
@@ -77,11 +96,12 @@
 This package provides tools related to Grilo.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Framework for browsing and searching media content -- 
Development Files
 Group:          Development/Libraries/GNOME
 Requires:       libgrilo-0_1-0 = %{version}
 Requires:       libgrlnet-0_1-0 = %{version}
+Requires:       typelib-1_0-Grl-0_1 = %{version}
+Requires:       typelib-1_0-GrlNet-0_1 = %{version}
 
 %description devel
 Grilo is a framework for browsing and searching media content from
@@ -123,14 +143,20 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libgrilo-0.1.so.*
-%{_libdir}/girepository-1.0/Grl-0.1.typelib
 # Directories needed for plugins
 %dir %{_libdir}/grilo-0.1
 
+%files -n typelib-1_0-Grl-0_1
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/Grl-0.1.typelib
+
 %files -n libgrlnet-0_1-0
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/libgrlnet-0.1.so.*
+
+%files -n typelib-1_0-GrlNet-0_1
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GrlNet-0.1.typelib
 
 %files tools

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to