commit libgudev for openSUSE:Factory

2019-08-23 Thread root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2019-08-23 11:03:27

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


Package is "libgudev"

Fri Aug 23 11:03:27 2019 rev:7 rq:724029 version:233

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2018-03-07 
10:28:49.199156009 +0100
+++ /work/SRC/openSUSE:Factory/.libgudev.new.7948/libgudev.changes  
2019-08-23 11:03:32.538513958 +0200
@@ -1,0 +2,9 @@
+Sat Aug  3 18:38:01 UTC 2019 - Bjørn Lie 
+
+- Update to version 233:
+  + Require glib 2.38.
+  + Small documentation updates.
+  + Remove gnome-common build dependency.
+- Use modern macros.
+
+---

Old:

  libgudev-232.tar.xz

New:

  libgudev-233.tar.xz



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.V11KKt/_old  2019-08-23 11:03:34.174513693 +0200
+++ /var/tmp/diff_new_pack.V11KKt/_new  2019-08-23 11:03:34.174513693 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgudev
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libgudev
-Version:232
+Version:233
 Release:0
 Summary:Library that provides GObject bindings for libudev
 License:LGPL-2.0-or-later
@@ -25,10 +25,11 @@
 URL:https://wiki.gnome.org/Projects/libgudev
 Source0:
https://download.gnome.org/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk-doc) >= 1.18
 BuildRequires:  pkgconfig(libudev) >= 199
@@ -66,14 +67,15 @@
 provides GObject access to udev device information.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure \
 --disable-static \
 --disable-umockdev \
---enable-gtk-doc
-make %{?_smp_mflags} V=1
+   --enable-gtk-doc \
+   %{nil}
+%make_build
 
 %install
 %make_install
@@ -84,7 +86,6 @@
 
 %files -n libgudev-1_0-0
 %license COPYING
-
 %{_libdir}/libgudev-1.0.so.*
 
 %files -n typelib-1_0-GUdev-1_0

++ libgudev-232.tar.xz -> libgudev-233.tar.xz ++
 7771 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgudev-232/NEWS new/libgudev-233/NEWS
--- old/libgudev-232/NEWS   2017-09-01 01:56:08.178923471 +0200
+++ new/libgudev-233/NEWS   2019-08-03 19:03:04.418642465 +0200
@@ -1,5 +1,10 @@
 libgudev - GObject bindings for libudev
 
+CHANGES WITH 233:
+* Require glib 2.38
+* Small documentation updates
+* Remove gnome-common build dependency
+
 CHANGES WITH 232:
 * Fix crash on plenty of architectures in the test suite
 * Add g_autoptr automatic clean up for libgudev objects
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgudev-232/build-aux/compile new/libgudev-233/build-aux/compile
--- old/libgudev-232/build-aux/compile  2017-08-31 18:01:00.568995138 +0200
+++ new/libgudev-233/build-aux/compile  2019-08-03 19:09:11.473309860 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; 

commit libgudev for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2018-03-07 10:28:47

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


Package is "libgudev"

Wed Mar  7 10:28:47 2018 rev:6 rq:581530 version:232

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2017-09-13 
21:39:01.904777529 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2018-03-07 
10:28:49.199156009 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:11 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.JsY60e/_old  2018-03-07 10:28:50.167121094 +0100
+++ /var/tmp/diff_new_pack.JsY60e/_new  2018-03-07 10:28:50.171120949 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgudev
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,9 +20,9 @@
 Version:232
 Release:0 
 Summary:Library that provides GObject bindings for libudev
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  Development/Libraries/GNOME
-Url:https://wiki.gnome.org/Projects/libgudev
+URL:https://wiki.gnome.org/Projects/libgudev
 Source0:
https://download.gnome.org/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(libudev) >= 199
 # FIXME - not yet in openSUSE
 #BuildRequires:  pkgconfig(umockdev-1.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Library provides GObject bindings for libudev. It used to be part
@@ -77,24 +76,21 @@
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgudev-1_0-0 -p /sbin/ldconfig
-
 %postun -n libgudev-1_0-0 -p /sbin/ldconfig
 
 %files -n libgudev-1_0-0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
+
 %{_libdir}/libgudev-1.0.so.*
 
 %files -n typelib-1_0-GUdev-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUdev-1.0.typelib
 
 %files -n libgudev-1_0-devel
-%defattr(-,root,root)
 %{_includedir}/gudev-1.0/
 %{_libdir}/libgudev-1.0.so
 %{_libdir}/pkgconfig/gudev-1.0.pc




commit libgudev for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2017-09-13 21:39:00

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


Package is "libgudev"

Wed Sep 13 21:39:00 2017 rev:5 rq:520135 version:232

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2017-07-11 
08:27:31.385249154 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2017-09-13 
21:39:01.904777529 +0200
@@ -1,0 +2,8 @@
+Fri Sep  1 10:35:17 UTC 2017 - zai...@opensuse.org
+
+- Update to version 232:
+  + Fix crash on plenty of architectures in the test suite.
+  + Add g_autoptr automatic clean up for libgudev objects.
+- Tweak package description a bit.
+
+---

Old:

  libgudev-231.tar.xz

New:

  libgudev-232.tar.xz



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.gsLYyw/_old  2017-09-13 21:39:02.576682992 +0200
+++ /var/tmp/diff_new_pack.gsLYyw/_new  2017-09-13 21:39:02.580682429 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgudev
-Version:231
+Version:232
 Release:0 
 Summary:Library that provides GObject bindings for libudev
 License:LGPL-2.0+
@@ -37,7 +37,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Library provides GObject bindings for libudev.
+Library provides GObject bindings for libudev. It used to be part
+of udev, then merged into systemd. It's now a project on its own.
 
 %package -n libgudev-1_0-0
 Summary:GObject library, to access udev device information

++ libgudev-231.tar.xz -> libgudev-232.tar.xz ++
 1888 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgudev-231/NEWS new/libgudev-232/NEWS
--- old/libgudev-231/NEWS   2017-02-13 19:29:06.313732803 +0100
+++ new/libgudev-232/NEWS   2017-09-01 01:56:08.178923471 +0200
@@ -1,5 +1,9 @@
 libgudev - GObject bindings for libudev
 
+CHANGES WITH 232:
+* Fix crash on plenty of architectures in the test suite
+* Add g_autoptr automatic clean up for libgudev objects
+
 CHANGES WITH 231:
 * Fix a bug in the enumerator to ensure that client subsystems
   are implicitly matched
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgudev-231/build-aux/compile new/libgudev-232/build-aux/compile
--- old/libgudev-231/build-aux/compile  2017-02-13 19:29:31.183750012 +0100
+++ new/libgudev-232/build-aux/compile  2017-08-31 18:01:00.568995138 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -255,7 +255,8 @@
 echo "compile $scriptversion"
 exit $?
 ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
 func_cl_wrapper "$@"  # Doesn't return...
 ;;
 esac
@@ -342,6 +343,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgudev-231/build-aux/missing new/libgudev-232/build-aux/missing
--- old/libgudev-231/build-aux/missing  2017-02-13 19:29:31.189750016 +0100
+++ new/libgudev-232/build-aux/missing  2017-08-31 18:01:00.581995156 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2013-10-28.13; # UTC

commit libgudev for openSUSE:Factory

2017-07-11 Thread root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2017-07-11 08:27:29

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


Package is "libgudev"

Tue Jul 11 08:27:29 2017 rev:4 rq:509139 version:231

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2017-02-20 
14:27:37.507213775 +0100
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2017-07-11 
08:27:31.385249154 +0200
@@ -13,0 +14,7 @@
+Tue Mar 22 14:42:48 UTC 2016 - f...@suse.com
+
+- Import libgudev from Factory to SLE (fate#320658):
+  new versions of systemd doesn't ship libgudev anymore and a
+  dedicated package has been created and should be used instead.
+
+---



Other differences:
--



commit libgudev for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2017-02-20 14:27:36

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


Package is "libgudev"

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2015-09-27 
14:31:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2017-02-20 
14:27:37.507213775 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 18:44:18 UTC 2017 - zai...@opensuse.org
+
+- Update to version 231:
+  + Fix a bug in the enumerator to ensure that client subsystems
+are implicitly matched.
+  + Require a newer GLib to simplify some code.
+- Add disabled pkgconfig(umockdev-1.0) BuildRequires, new
+  optional dependency, that is enabled by default upstream, but
+  unfortunatly not yet available in openSUSE.
+- Following the above: pass --disable-umockdev to configure.
+
+---

Old:

  libgudev-230.tar.xz

New:

  libgudev-231.tar.xz



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.2cvcrg/_old  2017-02-20 14:27:37.999144359 +0100
+++ /var/tmp/diff_new_pack.2cvcrg/_new  2017-02-20 14:27:37.999144359 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgudev
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:   libgudev
-Version:230
+Version:231
 Release:0 
 Summary:Library that provides GObject bindings for libudev
 License:LGPL-2.0+
@@ -27,11 +27,13 @@
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.22.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk-doc) >= 1.18
-BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libudev) >= 199
+# FIXME - not yet in openSUSE
+#BuildRequires:  pkgconfig(umockdev-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,6 +71,7 @@
 %build
 %configure \
 --disable-static \
+--disable-umockdev \
 --enable-gtk-doc
 make %{?_smp_mflags} V=1
 

++ libgudev-230.tar.xz -> libgudev-231.tar.xz ++
 24538 lines of diff (skipped)




commit libgudev for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2015-09-27 14:32:18

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


Package is "libgudev"

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2015-08-21 
07:40:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2015-09-27 
14:31:37.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 08:38:43 UTC 2015 - dims...@suse.com
+
+- Enable build (dummy change for repo_checker, as libgudev was
+  wrongly already checked in to openSUSE:Factory, but has since
+  been disabled). With this, we can activate the Staging properly.
+
+---



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.u8TIYI/_old  2015-09-27 14:31:37.0 +0200
+++ /var/tmp/diff_new_pack.u8TIYI/_new  2015-09-27 14:31:37.0 +0200
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgudev
 Version:230
 Release:0 
+Summary:Library that provides GObject bindings for libudev
 License:LGPL-2.0+
 Group:  Development/Libraries/GNOME
-Summary:Library that provides GObject bindings for libudev
 Url:https://wiki.gnome.org/Projects/libgudev
 Source0:
https://download.gnome.org/sources/libgudev/%{version}/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.22.0
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(gtk-doc) >= 1.18
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk-doc) >= 1.18
+BuildRequires:  pkgconfig(libudev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description