commit udisks-glue for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package udisks-glue for openSUSE:Factory 
checked in at 2015-09-30 05:52:28

Comparing /work/SRC/openSUSE:Factory/udisks-glue (Old)
 and  /work/SRC/openSUSE:Factory/.udisks-glue.new (New)


Package is "udisks-glue"

Changes:

--- /work/SRC/openSUSE:Factory/udisks-glue/udisks-glue.changes  2013-04-23 
17:58:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.udisks-glue.new/udisks-glue.changes 
2015-09-30 05:52:30.0 +0200
@@ -1,0 +2,17 @@
+Mon Sep 21 17:04:39 UTC 2015 - mplus...@suse.com
+
+- Update to 1.3.5
+  * Code cleanups, compilation fixes.
+- Changes for 1.3.4
+  * Bugfix release.
+- Changes for 1.3.3
+  * Bugfix release.
+- Changes for 1.3.2
+  * Bugfix release.
+  * New filter parameters that can be used to identify audio CDs.
+- Cleanup spec file with spec-clener
+- Drop upstreamed patches
+  * udisks-glue-fix.patch  
+  * udisks-glue-glib236.patch
+
+---

Old:

  udisks-glue-1.3.1.tar.gz
  udisks-glue-fix.patch
  udisks-glue-glib236.patch

New:

  release-1.3.5.tar.gz



Other differences:
--
++ udisks-glue.spec ++
--- /var/tmp/diff_new_pack.ynT5kR/_old  2015-09-30 05:52:31.0 +0200
+++ /var/tmp/diff_new_pack.ynT5kR/_new  2015-09-30 05:52:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks-glue
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,19 +17,19 @@
 
 
 Name:   udisks-glue
+Version:1.3.5
+Release:0
+Summary:Daemon to Associate udisks events to actions like automounting
+License:BSD-2-Clause
+Group:  System/Daemons
+Url:https://github.com/fernandotcl/udisks-glue
+Source0:
https://github.com/fernandotcl/udisks-glue/archive/release-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  libconfuse-devel
 BuildRequires:  pkg-config
 BuildRequires:  udisks-devel
-Url:https://github.com/fernandotcl/udisks-glue
-Summary:Daemon to Associate udisks events to actions like automounting
-License:BSD-2-Clause
-Group:  System/Daemons
-Version:1.3.1
-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
@@ -53,25 +53,19 @@
 is available (mounting and unmounting removable media). Contributions are
 welcome.
 
-
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%setup -q -n %{name}-release-%{version}
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS" 
+autoreconf -fiv
 %configure
-make
+make %{?_smp_mflags}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-, root, root)




commit udisks-glue for openSUSE:Factory

2013-04-23 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.udisks-glue.new/udisks-glue.changes 
2013-04-23 17:58:13.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.ukiov2/_new  2013-04-23 17:58:14.0 +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



commit udisks-glue for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package udisks-glue for openSUSE:Factory 
checked in at 2011-12-21 17:00:56

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-09-23 
12:49:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.udisks-glue.new/udisks-glue.changes 
2011-12-21 17:01:03.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 15 10:32:30 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ udisks-glue.spec ++
--- /var/tmp/diff_new_pack.b69AT8/_old  2011-12-21 17:01:06.0 +0100
+++ /var/tmp/diff_new_pack.b69AT8/_new  2011-12-21 17:01:06.0 +0100
@@ -15,17 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   udisks-glue
-BuildRequires:  dbus-1-glib-devel libconfuse-devel pkg-config udisks-devel
-License:BSD
-Group:  System/Daemons
+BuildRequires:  dbus-1-glib-devel
+BuildRequires:  libconfuse-devel
+BuildRequires:  pkg-config
+BuildRequires:  udisks-devel
 Url:https://github.com/fernandotcl/udisks-glue
-AutoReqProv:on
 Summary:Daemon to Associate udisks events to actions like automounting
+License:BSD-2-Clause
+Group:  System/Daemons
 Version:1.3.1
-Release:1
+Release:0
 Source0:
https://github.com/downloads/fernandotcl/udisks-glue/%{name}-%{version}.tar.gz
 Patch0: udisks-glue-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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