Mailinglist Archive: opensuse-commit (1314 mails)
| < Previous | Next > |
commit gnome-dvb-daemon for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 05 Jan 2012 19:11:49 +0100
- Message-id: <20120105181149.EACED20214@hilbert.suse.de>
Hello community,
here is the log from the commit of package gnome-dvb-daemon for
openSUSE:Factory checked in at 2012-01-05 19:11:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-dvb-daemon (Old)
and /work/SRC/openSUSE:Factory/.gnome-dvb-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-dvb-daemon", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-dvb-daemon/gnome-dvb-daemon.changes
2011-10-11 16:54:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dvb-daemon.new/gnome-dvb-daemon.changes
2012-01-05 19:11:48.000000000 +0100
@@ -1,0 +2,21 @@
+Tue Dec 13 20:42:51 UTC 2011 - dimstar@xxxxxxxxxxxx
+
+- Update to version 0.2.7:
+ + gnomedvb: Let get_adapter_info return a dict
+- Changes from version 0.2.6:
+ + Don't use deprecated GTK+ widgets anymore
+ + Use ugettext to make sure we always obtain an utf8 encoded
+ string
+ + totem-plugin: Change title of window to the name of the channel
+ that is currently playing
+ + gnomedvb: Remove userdirs module and use GLib via introspection
+ instead
+ + Added GetAdapterInfo method to Manager DBus interface
+ + Droped python-gstreamer dependency
+- Remove python-gstreamer-0_10 BuildRequires, following upstream
+ change.
+- 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.
+
+-------------------------------------------------------------------
Old:
----
gnome-dvb-daemon-0.2.5.tar.bz2
New:
----
gnome-dvb-daemon-0.2.7.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-dvb-daemon.spec ++++++
--- /var/tmp/diff_new_pack.zYe3Fc/_old 2012-01-05 19:11:49.000000000 +0100
+++ /var/tmp/diff_new_pack.zYe3Fc/_new 2012-01-05 19:11:49.000000000 +0100
@@ -15,26 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
-
Name: gnome-dvb-daemon
-Version: 0.2.5
-Release: 1
-License: GPL-3.0+
+Version: 0.2.7
+Release: 0
Summary: Daemon to use DVB devices
-Url: http://live.gnome.org/DVBDaemon
+License: GPL-3.0+
Group: Productivity/Multimedia/Other
-Source0:
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/%{name}-%{version}.tar.bz2
+Url: http://live.gnome.org/DVBDaemon
+Source0:
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gstreamer-0_10-plugins-bad
BuildRequires: gstreamer-0_10-plugins-good
BuildRequires: gstreamer-0_10-utils
BuildRequires: intltool
-BuildRequires: python-gstreamer-0_10
BuildRequires: python-devel
BuildRequires: totem-devel
BuildRequires: update-desktop-files
BuildRequires: vala
+# Only needed because we don't (and won't) support building xz tarballs by
default... See bnc#697467
+BuildRequires: xz
BuildRequires: pkgconfig(gee-1.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gstreamer-0.10)
@@ -53,8 +52,8 @@
via its D-Bus interface or with UI applications that come with it.
%package -n python-gnome-dvb-daemon
-License: GPL-3.0+
Summary: Daemon to use DVB devices -- Python Library
+Group: Productivity/Multimedia/Other
Url: http://live.gnome.org/DVBDaemon
Requires: %{name} = %{version}
Requires: dbus-1-python
@@ -79,8 +78,8 @@
of DVB Daemon.
%package -n totem-plugin-gnome-dvb-daemon
-License: GPL-3.0+
Summary: Daemon to use DVB devices -- Totem Plugin
+Group: Productivity/Multimedia/Other
Url: http://live.gnome.org/DVBDaemon
Requires: python-gnome-dvb-daemon = %{version}
Requires: totem
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package gnome-dvb-daemon for
openSUSE:Factory checked in at 2012-01-05 19:11:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-dvb-daemon (Old)
and /work/SRC/openSUSE:Factory/.gnome-dvb-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-dvb-daemon", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-dvb-daemon/gnome-dvb-daemon.changes
2011-10-11 16:54:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-dvb-daemon.new/gnome-dvb-daemon.changes
2012-01-05 19:11:48.000000000 +0100
@@ -1,0 +2,21 @@
+Tue Dec 13 20:42:51 UTC 2011 - dimstar@xxxxxxxxxxxx
+
+- Update to version 0.2.7:
+ + gnomedvb: Let get_adapter_info return a dict
+- Changes from version 0.2.6:
+ + Don't use deprecated GTK+ widgets anymore
+ + Use ugettext to make sure we always obtain an utf8 encoded
+ string
+ + totem-plugin: Change title of window to the name of the channel
+ that is currently playing
+ + gnomedvb: Remove userdirs module and use GLib via introspection
+ instead
+ + Added GetAdapterInfo method to Manager DBus interface
+ + Droped python-gstreamer dependency
+- Remove python-gstreamer-0_10 BuildRequires, following upstream
+ change.
+- 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.
+
+-------------------------------------------------------------------
Old:
----
gnome-dvb-daemon-0.2.5.tar.bz2
New:
----
gnome-dvb-daemon-0.2.7.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-dvb-daemon.spec ++++++
--- /var/tmp/diff_new_pack.zYe3Fc/_old 2012-01-05 19:11:49.000000000 +0100
+++ /var/tmp/diff_new_pack.zYe3Fc/_new 2012-01-05 19:11:49.000000000 +0100
@@ -15,26 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
-
Name: gnome-dvb-daemon
-Version: 0.2.5
-Release: 1
-License: GPL-3.0+
+Version: 0.2.7
+Release: 0
Summary: Daemon to use DVB devices
-Url: http://live.gnome.org/DVBDaemon
+License: GPL-3.0+
Group: Productivity/Multimedia/Other
-Source0:
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/%{name}-%{version}.tar.bz2
+Url: http://live.gnome.org/DVBDaemon
+Source0:
http://download.gnome.org/sources/gnome-dvb-daemon/0.2/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gstreamer-0_10-plugins-bad
BuildRequires: gstreamer-0_10-plugins-good
BuildRequires: gstreamer-0_10-utils
BuildRequires: intltool
-BuildRequires: python-gstreamer-0_10
BuildRequires: python-devel
BuildRequires: totem-devel
BuildRequires: update-desktop-files
BuildRequires: vala
+# Only needed because we don't (and won't) support building xz tarballs by
default... See bnc#697467
+BuildRequires: xz
BuildRequires: pkgconfig(gee-1.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gstreamer-0.10)
@@ -53,8 +52,8 @@
via its D-Bus interface or with UI applications that come with it.
%package -n python-gnome-dvb-daemon
-License: GPL-3.0+
Summary: Daemon to use DVB devices -- Python Library
+Group: Productivity/Multimedia/Other
Url: http://live.gnome.org/DVBDaemon
Requires: %{name} = %{version}
Requires: dbus-1-python
@@ -79,8 +78,8 @@
of DVB Daemon.
%package -n totem-plugin-gnome-dvb-daemon
-License: GPL-3.0+
Summary: Daemon to use DVB devices -- Totem Plugin
+Group: Productivity/Multimedia/Other
Url: http://live.gnome.org/DVBDaemon
Requires: python-gnome-dvb-daemon = %{version}
Requires: totem
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |