Hello community,

here is the log from the commit of package udisks-glue for openSUSE:Factory 
checked in at 2013-04-23 17:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udisks-glue (Old)
 and      /work/SRC/openSUSE:Factory/.udisks-glue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udisks-glue", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/udisks-glue/udisks-glue.changes  2011-12-21 
17:01:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.udisks-glue.new/udisks-glue.changes     
2013-04-23 17:58:13.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 23:03:49 UTC 2013 - dims...@opensuse.org
+
+- Add udisks-glue-glib236.patch: Fix build with glib 2.36:
+  g_type_init() is deprecated and implicit.
+
+-------------------------------------------------------------------

New:
----
  udisks-glue-glib236.patch

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

Other differences:
------------------
++++++ udisks-glue.spec ++++++
--- /var/tmp/diff_new_pack.ukiov2/_old  2013-04-23 17:58:14.000000000 +0200
+++ /var/tmp/diff_new_pack.ukiov2/_new  2013-04-23 17:58:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks-glue
 #
-# Copyright (c) 2011 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           udisks-glue
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  libconfuse-devel
@@ -28,6 +29,7 @@
 Release:        0
 Source0:        
https://github.com/downloads/fernandotcl/udisks-glue/%{name}-%{version}.tar.gz
 Patch0:         udisks-glue-fix.patch
+Patch1:         udisks-glue-glib236.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +57,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS" 

++++++ udisks-glue-glib236.patch ++++++
Index: udisks-glue-1.3.1/src/main.c
===================================================================
--- udisks-glue-1.3.1.orig/src/main.c
+++ udisks-glue-1.3.1/src/main.c
@@ -162,7 +162,6 @@ int main(int argc, char **argv)
     signal(SIGTERM, signal_handler);
     signal(SIGQUIT, signal_handler);
 
-    g_type_init();
     loop = g_main_loop_new(NULL, FALSE);
 
     dbus_conn = dbus_g_bus_get(DBUS_BUS_SYSTEM, &error);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to