commit alarm-clock-applet for openSUSE:Factory

2013-03-17 Thread h_root
Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory checked in at 2013-03-18 07:05:28

Comparing /work/SRC/openSUSE:Factory/alarm-clock-applet (Old)
 and  /work/SRC/openSUSE:Factory/.alarm-clock-applet.new (New)


Package is "alarm-clock-applet", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/alarm-clock-applet/alarm-clock-applet.changes
2013-03-08 09:07:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.alarm-clock-applet.new/alarm-clock-applet.changes   
2013-03-18 07:05:30.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 11 19:36:35 UTC 2013 - dims...@opensuse.org
+
+- Fix alarm-clock-applet-gstreamer1.patch: gconfaudiosink and
+  gconfvideosink also no longer exist in GStreamer 1.0. Replace
+  them accordingly with autoaudiosink and autovideosink.
+
+---



Other differences:
--
++ alarm-clock-applet-gstreamer1.patch ++
--- /var/tmp/diff_new_pack.CGQMg6/_old  2013-03-18 07:05:35.0 +0100
+++ /var/tmp/diff_new_pack.CGQMg6/_new  2013-03-18 07:05:35.0 +0100
@@ -1,7 +1,8 @@
-diff -ur alarm-clock-applet-0.3.3/configure.ac 
alarm-clock-applet-0.3.3.patched/configure.ac
 alarm-clock-applet-0.3.3/configure.ac  2012-06-03 19:34:28.0 
+0200
-+++ alarm-clock-applet-0.3.3.patched/configure.ac  2013-03-01 
10:58:06.770094107 +0100
-@@ -53,7 +53,7 @@
+Index: alarm-clock-applet-0.3.3/configure.ac
+===
+--- alarm-clock-applet-0.3.3.orig/configure.ac
 alarm-clock-applet-0.3.3/configure.ac
+@@ -53,7 +53,7 @@ GTK_REQUIRED=2.12.0
  
  PKG_CHECK_MODULES(BASE, [glib-2.0 >= $GLIB_REQUIRED gmodule-2.0])
  PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= $GTK_REQUIRED])
@@ -10,15 +11,20 @@
  PKG_CHECK_MODULES(GNOME,
[gconf-2.0
 gio-2.0
-diff -ur alarm-clock-applet-0.3.3/src/player.c 
alarm-clock-applet-0.3.3.patched/src/player.c
 alarm-clock-applet-0.3.3/src/player.c  2012-05-28 17:57:21.0 
+0200
-+++ alarm-clock-applet-0.3.3.patched/src/player.c  2013-03-01 
10:58:23.889675288 +0100
-@@ -61,7 +61,7 @@
+Index: alarm-clock-applet-0.3.3/src/player.c
+===
+--- alarm-clock-applet-0.3.3.orig/src/player.c
 alarm-clock-applet-0.3.3/src/player.c
+@@ -61,9 +61,9 @@ media_player_new (const gchar *uri, gboo
gst_init (NULL, NULL);

/* Set up player */
 -  player->player  = gst_element_factory_make ("playbin2", "player");
+-  audiosink   = gst_element_factory_make ("gconfaudiosink", 
"player-audiosink");
+-  videosink   = gst_element_factory_make ("gconfvideosink", 
"player-videosink");
 +  player->player  = gst_element_factory_make ("playbin", "player");
-   audiosink   = gst_element_factory_make ("gconfaudiosink", 
"player-audiosink");
-   videosink   = gst_element_factory_make ("gconfvideosink", 
"player-videosink");
++  audiosink   = gst_element_factory_make ("autoaudiosink", 
"player-audiosink");
++  videosink   = gst_element_factory_make ("autovideosink", 
"player-videosink");

+   if (!player->player || !audiosink || !videosink) {
+   g_critical ("Could not create player.");

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



commit alarm-clock-applet for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory checked in at 2013-03-08 09:07:12

Comparing /work/SRC/openSUSE:Factory/alarm-clock-applet (Old)
 and  /work/SRC/openSUSE:Factory/.alarm-clock-applet.new (New)


Package is "alarm-clock-applet", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/alarm-clock-applet/alarm-clock-applet.changes
2012-06-10 22:59:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.alarm-clock-applet.new/alarm-clock-applet.changes   
2013-03-08 09:07:12.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar  1 09:50:37 UTC 2013 - dims...@opensuse.org
+
+- Port to GStreamer 1.0:
+  + Add alarm-clock-applet-gstreamer1.patch: do the port
+  + Add gnome-common BuildRequires and call to autogen.sh, as above
+patch touches the build system.
+  + Replace pkgconfig(gstreamer-0.10) BuildRerquires with
+pkgconfig(gstreamer-1.0)
+- Add pkgconfig(libxml-2.0) BuildRequires: configure verifies for
+  its presence, but due to the switch to GStreamer 1.0 it is no
+  longer pulled in.
+
+---

New:

  alarm-clock-applet-gstreamer1.patch



Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.jzgJUM/_old  2013-03-08 09:07:14.0 +0100
+++ /var/tmp/diff_new_pack.jzgJUM/_new  2013-03-08 09:07:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alarm-clock-applet
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -24,14 +24,19 @@
 Group:  Productivity/Office/Other
 Url:https://launchpad.net/alarm-clock/
 Source: 
https://launchpad.net/alarm-clock/trunk/%{version}/+download/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM alarm-clock-applet-gstreamer1.patch lp#1137453 
dims...@opensuse.org -- Port to GStreamer 1.0
+Patch0: alarm-clock-applet-gstreamer1.patch
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-icon-theme)
-BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(unique-1.0)
 Requires:   gnome-icon-theme
 Recommends: %{name}-lang
@@ -50,8 +55,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 ./autogen.sh
 %configure \
 --disable-schemas-install
 %__make %{?_smp_mflags}

++ alarm-clock-applet-gstreamer1.patch ++
diff -ur alarm-clock-applet-0.3.3/configure.ac 
alarm-clock-applet-0.3.3.patched/configure.ac
--- alarm-clock-applet-0.3.3/configure.ac   2012-06-03 19:34:28.0 
+0200
+++ alarm-clock-applet-0.3.3.patched/configure.ac   2013-03-01 
10:58:06.770094107 +0100
@@ -53,7 +53,7 @@
 
 PKG_CHECK_MODULES(BASE, [glib-2.0 >= $GLIB_REQUIRED gmodule-2.0])
 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= $GTK_REQUIRED])
-PKG_CHECK_MODULES(GSTREAMER, [gstreamer-0.10])
+PKG_CHECK_MODULES(GSTREAMER, [gstreamer-1.0])
 PKG_CHECK_MODULES(GNOME,
   [gconf-2.0
gio-2.0
diff -ur alarm-clock-applet-0.3.3/src/player.c 
alarm-clock-applet-0.3.3.patched/src/player.c
--- alarm-clock-applet-0.3.3/src/player.c   2012-05-28 17:57:21.0 
+0200
+++ alarm-clock-applet-0.3.3.patched/src/player.c   2013-03-01 
10:58:23.889675288 +0100
@@ -61,7 +61,7 @@
gst_init (NULL, NULL);

/* Set up player */
-   player->player  = gst_element_factory_make ("playbin2", "player");
+   player->player  = gst_element_factory_make ("playbin", "player");
audiosink   = gst_element_factory_make ("gconfaudiosink", 
"player-audiosink");
videosink   = gst_element_factory_make ("gconfvideosink", 
"player-videosink");

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



commit alarm-clock-applet for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory checked in at 2012-06-10 22:59:28

Comparing /work/SRC/openSUSE:Factory/alarm-clock-applet (Old)
 and  /work/SRC/openSUSE:Factory/.alarm-clock-applet.new (New)


Package is "alarm-clock-applet", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/alarm-clock-applet/alarm-clock-applet.changes
2011-10-02 09:47:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.alarm-clock-applet.new/alarm-clock-applet.changes   
2012-06-10 22:59:33.0 +0200
@@ -1,0 +2,18 @@
+Wed Jun  6 21:25:38 UTC 2012 - badshah...@gmail.com
+
+- Update to version 0.3.3:
+  + Bugs fixed:
+- lp#290733: Automatically detect daylight savings time
+- lp#800635: Let the WM decide the initial position of the
+  list window
+- lp#823585: Check that media player was created successfully
+- lp#908636: Don't show notifications when alarms are
+  stopped/snoozed
+- lp#885059: Update timestamp when type is changed for active
+  alarms
+- lp#977110: Use segment seeks to prevent playback delays when
+  looping
+- lp#824337: Enable alarm when closing the Edit alarm dialog
+- Use upstream tarball (.tar.gz) as source.
+
+---

Old:

  alarm-clock-applet-0.3.2.tar.bz2

New:

  alarm-clock-applet-0.3.3.tar.gz



Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.SXyNOm/_old  2012-06-10 22:59:40.0 +0200
+++ /var/tmp/diff_new_pack.SXyNOm/_new  2012-06-10 22:59:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alarm-clock-applet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   alarm-clock-applet
-Version:0.3.2
-Release:2
-License:GPL-2.0
+Version:0.3.3
+Release:0
 Summary:An alarm-clock for use with the GNOME panel
-Url:https://launchpad.net/alarm-clock/
+License:GPL-2.0
 Group:  Productivity/Office/Other
-Source: %{name}-%{version}.tar.bz2
+Url:https://launchpad.net/alarm-clock/
+Source: 
https://launchpad.net/alarm-clock/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gconf-2.0)

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



commit alarm-clock-applet for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory checked in at 2011-12-06 17:57:45

Comparing /work/SRC/openSUSE:Factory/alarm-clock-applet (Old)
 and  /work/SRC/openSUSE:Factory/.alarm-clock-applet.new (New)


Package is "alarm-clock-applet", Maintainer is ""

Changes:




Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.PDW35r/_old  2011-12-06 17:57:59.0 +0100
+++ /var/tmp/diff_new_pack.PDW35r/_new  2011-12-06 17:57:59.0 +0100
@@ -20,7 +20,7 @@
 Name:   alarm-clock-applet
 Version:0.3.2
 Release:2
-License:GPLv2
+License:GPL-2.0
 Summary:An alarm-clock for use with the GNOME panel
 Url:https://launchpad.net/alarm-clock/
 Group:  Productivity/Office/Other

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



commit alarm-clock-applet for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory
checked in at Sun Oct 2 09:47:22 CEST 2011.




--- openSUSE:Factory/alarm-clock-applet/alarm-clock-applet.changes  
2011-09-23 01:51:35.0 +0200
+++ /mounts/work_src_done/STABLE/alarm-clock-applet/alarm-clock-applet.changes  
2011-09-17 12:53:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 10:53:00 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.HTmMnJ/_old  2011-10-02 09:47:18.0 +0200
+++ /var/tmp/diff_new_pack.HTmMnJ/_new  2011-10-02 09:47:18.0 +0200
@@ -63,9 +63,6 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file -G "Alarm Scheduler" alarm-clock-applet TimeUtility
 
-%clean
-rm -rf %{buildroot}
-
 %pre -f %{name}.schemas_pre
 
 %preun -f %{name}.schemas_preun

continue with "q"...



Remember to have fun...

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



commit alarm-clock-applet for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory
checked in at Mon May 30 15:51:28 CEST 2011.




--- GNOME/alarm-clock-applet/alarm-clock-applet.changes 2011-04-28 
14:25:09.0 +0200
+++ /mounts/work_src_done/STABLE/alarm-clock-applet/alarm-clock-applet.changes  
2011-05-27 19:47:12.0 +0200
@@ -1,0 +2,12 @@
+Mon May 16 10:05:27 UTC 2011 - dims...@opensuse.org
+
+- Replace -devel BuildRequires with pkgconfig() ones:
+  + Old: gconf2-devel, glib2-devel, gnome-icon-theme,
+gstreamer-0_10-devel, gtk2-devel, libnotify-devel,
+libunique-devel.
+  + New: gconf-2.0, glib-2.0, gnome-icon-theme, gstreamer-0.10,
+gtk+-2.0, libnotify, unique-1.0.
+- Remove explicit pkg-config BuildRequires: we know it will be
+  brought in with pkgconfig(glib-2.0), for instance.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.KitBk6/_old  2011-05-30 15:51:06.0 +0200
+++ /var/tmp/diff_new_pack.KitBk6/_new  2011-05-30 15:51:06.0 +0200
@@ -19,22 +19,21 @@
 
 Name:   alarm-clock-applet
 Version:0.3.2
-Release:1
+Release:2
 License:GPLv2
 Summary:An alarm-clock for use with the GNOME panel
 Url:https://launchpad.net/alarm-clock/
 Group:  Productivity/Office/Other
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  gconf2-devel
-BuildRequires:  glib2-devel
-BuildRequires:  gnome-icon-theme
-BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
-BuildRequires:  libnotify-devel
-BuildRequires:  libunique-devel
-BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gnome-icon-theme)
+BuildRequires:  pkgconfig(gstreamer-0.10)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(unique-1.0)
 Requires:   gnome-icon-theme
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit alarm-clock-applet for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory
checked in at Mon May 2 16:49:22 CEST 2011.




--- GNOME/alarm-clock-applet/alarm-clock-applet.changes 2011-02-12 
20:23:25.0 +0100
+++ /mounts/work_src_done/STABLE/alarm-clock-applet/alarm-clock-applet.changes  
2011-04-28 14:25:09.0 +0200
@@ -1,0 +2,17 @@
+Mon Mar 21 16:58:03 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.3.2:
+  + Add support for application indicators
+  + Countdown label for application indicator
+  + New status icon indicating triggered alarms
+  + Bugs fixed:
+- lp#565302: Add countdown label (for application indicator)
+- lp#610632: Create ~/.config/autostart if it doesn't exist
+- lp#671962: Add support for libnotify 0.7
+- lp#682999: Properly stop triggered alarms that are not
+ playing sound
+- lp#704956: Add support for application indicators
+- lp#706832: Clicking on status icon should bring up list
+ instead of snoozing.
+
+---

calling whatdependson for head-i586


Old:

  alarm-clock-applet-0.3.1.tar.bz2

New:

  alarm-clock-applet-0.3.2.tar.bz2



Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.70KhwD/_old  2011-05-02 16:49:05.0 +0200
+++ /var/tmp/diff_new_pack.70KhwD/_new  2011-05-02 16:49:05.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   alarm-clock-applet
-Version:0.3.1
-Release:3
+Version:0.3.2
+Release:1
 License:GPLv2
 Summary:An alarm-clock for use with the GNOME panel
 Url:https://launchpad.net/alarm-clock/

++ alarm-clock-applet-0.3.1.tar.bz2 -> alarm-clock-applet-0.3.2.tar.bz2 
++
 21887 lines of diff (skipped)






Remember to have fun...

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