commit drwright for openSUSE:Factory

2016-01-13 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2016-01-13 22:45:53

Comparing /work/SRC/openSUSE:Factory/drwright (Old)
 and  /work/SRC/openSUSE:Factory/.drwright.new (New)


Package is "drwright"

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2013-04-20 
17:41:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2016-01-13 
22:45:54.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 11 13:54:59 UTC 2016 - dims...@opensuse.org
+
+- Add gtk2-devel BuildRequires: required to have
+  gtk-builder-convert available. This used to be pulled in by
+  libcanberra-devel, which dragged in gtk2 and gtk3 completely.
+
+---



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.bCGejL/_old  2016-01-13 22:45:56.0 +0100
+++ /var/tmp/diff_new_pack.bCGejL/_new  2016-01-13 22:45:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package drwright
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
 Patch1: drwright-gsd38.patch
 # For directory ownership
 BuildRequires:  gnome-control-center
+# This is needed for gtk-builder-convert
+BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libXScrnSaver-devel
 BuildRequires:  libXext-devel




commit drwright for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2013-04-20 17:41:27

Comparing /work/SRC/openSUSE:Factory/drwright (Old)
 and  /work/SRC/openSUSE:Factory/.drwright.new (New)


Package is drwright, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2012-10-18 
15:54:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2013-04-20 
17:41:28.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 19 22:29:42 UTC 2013 - dims...@opensuse.org
+
+- Add drwright-gsd38.patch: Fix build with gnome-settings-daemon.
+- Add pkgconfig(xscrnsaver): dependency bringing in the required
+  headers.
+
+---

New:

  drwright-gsd38.patch



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.T5zjb5/_old  2013-04-20 17:41:30.0 +0200
+++ /var/tmp/diff_new_pack.T5zjb5/_new  2013-04-20 17:41:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drwright
 #
-# 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
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/drwright/3.5/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM drwright-gnome36.patch dims...@opensuse.org -- Fix build 
with gnome-settings-daemon = 3.5.91.
 Patch0: drwright-gnome36.patch
+# PATCH-FIX-UPSTREAM drwright-gsd38.patch bgo#698413 dims...@opensuse.org -- 
Fix build with gnome-settings-daemon = 3.7.3
+Patch1: drwright-gsd38.patch
 # For directory ownership
 BuildRequires:  gnome-control-center
 BuildRequires:  intltool
@@ -37,11 +39,12 @@
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gio-2.0) = 2.31.13
 BuildRequires:  pkgconfig(glib-2.0) = 2.31.13
-BuildRequires:  pkgconfig(gnome-settings-daemon) = 3.5.91
+BuildRequires:  pkgconfig(gnome-settings-daemon) = 3.7.3
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0
 BuildRequires:  pkgconfig(libnotify) = 0.7
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xscrnsaver)
 # For the g-c-c panel
 Requires:   gnome-control-center
 # For the g-s-d plugin
@@ -58,6 +61,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static
@@ -84,6 +88,8 @@
 %doc AUTHORS ChangeLog COPYING NEWS
 %dir %{_libexecdir}/drwright
 %{_libexecdir}/drwright/gnome-typing-monitor
+%dir %{_libdir}/control-center-1
+%dir %{_libdir}/control-center-1/panels
 %{_libdir}/control-center-1/panels/libdrwrightccp.so
 %{_libdir}/gnome-settings-daemon-3.0/libtyping-break.so
 %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin

++ drwright-gsd38.patch ++
From 75d3053882dafbf1eb8ccc1df2085d32e453ac37 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger dims...@opensuse.org
Date: Sat, 20 Apr 2013 00:02:11 +0200
Subject: [PATCH] Adapt to and require gnome-settings-daemon 3.7.3

https://bugzilla.gnome.org/show_bug.cgi?id=698413
---
 configure.in  |  2 +-
 src/Makefile.am   |  1 -
 src/gsd-typing-break-plugin.c | 77 ++-
 src/gsd-typing-break-plugin.h | 59 -
 4 files changed, 3 insertions(+), 136 deletions(-)
 delete mode 100644 src/gsd-typing-break-plugin.h

diff --git a/configure.in b/configure.in
index 16f7cc4..6b6c5a7 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,7 @@ GDK_PIXBUF_REQUIRED=2.25.3
 GTK_REQUIRED=3.0.0
 LIBCANBERRA_REQUIRED=0
 LIBNOTIFY_REQUIRED=0.7
-GSD_REQUIRED=3.5.91
+GSD_REQUIRED=3.7.3
 
 # 
 # Typing Break
diff --git a/src/Makefile.am b/src/Makefile.am
index 49ca76a..f8e09f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -73,7 +73,6 @@ gsd_plugin_LTLIBRARIES = \
$(NULL)
 
 libtyping_break_la_SOURCES =   \
-   gsd-typing-break-plugin.h   \
gsd-typing-break-plugin.c   \
gsd-typing-break-manager.h  \
gsd-typing-break-manager.c  \
diff --git a/src/gsd-typing-break-plugin.c b/src/gsd-typing-break-plugin.c
index 8150331..2cee4f3 100644
--- a/src/gsd-typing-break-plugin.c
+++ b/src/gsd-typing-break-plugin.c
@@ -23,81 +23,8 @@
 #include glib/gi18n-lib.h
 #include gmodule.h
 
-#include gsd-typing-break-plugin.h
+#include gnome-settings-daemon/gnome-settings-plugin.h
 #include gsd-typing-break-manager.h
 
-struct GsdTypingBreakPluginPrivate {
-GsdTypingBreakManager *manager;
-};

commit drwright for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2012-10-18 15:54:51

Comparing /work/SRC/openSUSE:Factory/drwright (Old)
 and  /work/SRC/openSUSE:Factory/.drwright.new (New)


Package is drwright, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2012-09-15 
17:26:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2012-10-18 
15:54:53.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 15 20:33:44 UTC 2012 - dims...@opensuse.org
+
+- Add drwright-gnome36.patch: Fix build with gnome-settings-daemon
+  3.5.91 and newer, which now brings
+  gsd_typing_break_plugin_class_finalize.
+  Note: even though this patch would touch the build system, we do
+  not rebootstrap (there is no real need, as only the version
+  requirements are touched. We copy this logic already into the
+  .spec file).
+
+---

New:

  drwright-gnome36.patch



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.wTE1AK/_old  2012-10-18 15:54:57.0 +0200
+++ /var/tmp/diff_new_pack.wTE1AK/_new  2012-10-18 15:54:57.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Scientific/Math
 Url:https://live.gnome.org/drwright
 Source: 
http://download.gnome.org/sources/drwright/3.5/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM drwright-gnome36.patch dims...@opensuse.org -- Fix build 
with gnome-settings-daemon = 3.5.91.
+Patch0: drwright-gnome36.patch
 # For directory ownership
 BuildRequires:  gnome-control-center
 BuildRequires:  intltool
@@ -35,7 +37,7 @@
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(gio-2.0) = 2.31.13
 BuildRequires:  pkgconfig(glib-2.0) = 2.31.13
-BuildRequires:  pkgconfig(gnome-settings-daemon) = 2.91.8
+BuildRequires:  pkgconfig(gnome-settings-daemon) = 3.5.91
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0
 BuildRequires:  pkgconfig(libnotify) = 0.7
@@ -55,6 +57,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static


++ drwright-gnome36.patch ++
From 6fb8014c2474e086a66d1474bd771d256e79be8d Mon Sep 17 00:00:00 2001
From: Kalev Lember kalevlem...@gmail.com
Date: Wed, 19 Sep 2012 20:59:36 +
Subject: Remove gsd_typing_break_plugin_class_finalize boilerplate

class_finalize is now included in the GNOME_SETTINGS_PLUGIN_REGISTER
convenience macro. Also bumped g-s-d requirement to 3.5.91 to get the
new macro.
---
diff --git a/configure.in b/configure.in
index d0adc9d..aaa1223 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,7 @@ GDK_PIXBUF_REQUIRED=2.25.3
 GTK_REQUIRED=3.0.0
 LIBCANBERRA_REQUIRED=0
 LIBNOTIFY_REQUIRED=0.7
-GSD_REQUIRED=2.91.8
+GSD_REQUIRED=3.5.91
 
 # 
 # Typing Break
diff --git a/src/gsd-typing-break-plugin.c b/src/gsd-typing-break-plugin.c
index ceb5e88..8150331 100644
--- a/src/gsd-typing-break-plugin.c
+++ b/src/gsd-typing-break-plugin.c
@@ -35,11 +35,6 @@ struct GsdTypingBreakPluginPrivate {
 GNOME_SETTINGS_PLUGIN_REGISTER (GsdTypingBreakPlugin, gsd_typing_break_plugin)
 
 static void
-gsd_typing_break_plugin_class_finalize (GsdTypingBreakPluginClass *klass)
-{
-}
-
-static void
 gsd_typing_break_plugin_init (GsdTypingBreakPlugin *plugin)
 {
 plugin-priv = GSD_TYPING_BREAK_PLUGIN_GET_PRIVATE (plugin);
--
cgit v0.9.0.2

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



commit drwright for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2012-09-15 17:26:34

Comparing /work/SRC/openSUSE:Factory/drwright (Old)
 and  /work/SRC/openSUSE:Factory/.drwright.new (New)


Package is drwright, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2012-03-29 
11:36:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2012-09-15 
17:26:36.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 29 08:26:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.0:
+  + Build fixes
+  + Use GResource
+  + Updated translations.
+- Add libxml2-tools BuildRequires: we do make use of xmllint.
+
+---

Old:

  drwright-3.2.5.tar.xz

New:

  drwright-3.5.0.tar.xz



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.xJ3dmU/_old  2012-09-15 17:26:38.0 +0200
+++ /var/tmp/diff_new_pack.xJ3dmU/_new  2012-09-15 17:26:38.0 +0200
@@ -17,22 +17,24 @@
 
 
 Name:   drwright
-Version:3.2.5
+Version:3.5.0
 Release:0
 Summary:Typing monitor to force typing breaks
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:https://live.gnome.org/drwright
-Source: 
http://download.gnome.org/sources/drwright/3.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/drwright/3.5/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-control-center
 BuildRequires:  intltool
 BuildRequires:  libXScrnSaver-devel
 BuildRequires:  libXext-devel
+BuildRequires:  libxml2-tools
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.25.3
 BuildRequires:  pkgconfig(gdk-x11-3.0)
-BuildRequires:  pkgconfig(gio-2.0) = 2.26.0
-BuildRequires:  pkgconfig(glib-2.0) = 2.26.0
+BuildRequires:  pkgconfig(gio-2.0) = 2.31.13
+BuildRequires:  pkgconfig(glib-2.0) = 2.31.13
 BuildRequires:  pkgconfig(gnome-settings-daemon) = 2.91.8
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.0.0
 BuildRequires:  pkgconfig(libcanberra-gtk3) = 0
@@ -83,7 +85,6 @@
 %{_libdir}/gnome-settings-daemon-3.0/libtyping-break.so
 %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin
 %{_datadir}/applications/gnome-typing-break-panel.desktop
-%{_datadir}/drwright/
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.typing-break.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/typing-monitor.*
 

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



commit drwright for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package drwright for openSUSE:Factory 
checked in at 2012-03-29 11:36:43

Comparing /work/SRC/openSUSE:Factory/drwright (Old)
 and  /work/SRC/openSUSE:Factory/.drwright.new (New)


Package is drwright, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/drwright/drwright.changes2012-03-26 
14:00:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.drwright.new/drwright.changes   2012-03-29 
11:36:45.0 +0200
@@ -1,0 +2,7 @@
+Tue Mar 27 12:02:39 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.2.5:
+  + Install gnome-typing-monitor in libexec dir (bgo#672553)
+  + Updated translations.
+
+---

Old:

  drwright-3.2.4.tar.xz

New:

  drwright-3.2.5.tar.xz



Other differences:
--
++ drwright.spec ++
--- /var/tmp/diff_new_pack.LYSBGQ/_old  2012-03-29 11:36:46.0 +0200
+++ /var/tmp/diff_new_pack.LYSBGQ/_new  2012-03-29 11:36:46.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   drwright
-Version:3.2.4
+Version:3.2.5
 Release:0
-License:GPL-2.0+
 Summary:Typing monitor to force typing breaks
-Url:https://live.gnome.org/drwright
+License:GPL-2.0+
 Group:  Productivity/Scientific/Math
+Url:https://live.gnome.org/drwright
 Source: 
http://download.gnome.org/sources/drwright/3.2/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-control-center
@@ -76,9 +77,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS
-# FIXME: This directory is wrong and should be libexecdir, see bgo#672553
-%dir %{_libdir}/drwright
-%{_libdir}/drwright/gnome-typing-monitor
+%dir %{_libexecdir}/drwright
+%{_libexecdir}/drwright/gnome-typing-monitor
 %{_libdir}/control-center-1/panels/libdrwrightccp.so
 %{_libdir}/gnome-settings-daemon-3.0/libtyping-break.so
 %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin

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