commit udisks-glue for openSUSE:Factory
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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.udisks-glue.new/udisks-glue.changes 2015-09-30 05:52:30.000000000 +0200 @@ -1,0 +2,17 @@ +Mon Sep 21 17:04:39 UTC 2015 - mpluskal@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.000000000 +0200 +++ /var/tmp/diff_new_pack.ynT5kR/_new 2015-09-30 05:52:31.000000000 +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)
participants (1)
-
root@hilbert.suse.de