Hello community, here is the log from the commit of package upower for openSUSE:Factory checked in at 2016-09-09 10:14:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/upower (Old) and /work/SRC/openSUSE:Factory/.upower.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "upower" Changes: -------- --- /work/SRC/openSUSE:Factory/upower/upower.changes 2016-04-30 23:25:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes 2016-09-09 10:14:53.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Apr 15 10:34:24 UTC 2016 - [email protected] + +- Align BuildRequires with what configure looks for and version + them: + - Replace dbus-1-glib-devel, libgudev-1_0-devel, + libimobiledevice-devel, libusb-devel and pkgconfig(udev) + - with libtool, pkgconfig(dbus-glib-1), pkgconfig(gio-2.0), + pkgconfig(gio-unix-2.0), pkgconfig(glib-2.0), + pkgconfig(gobject-2.0), pkgconfig(gudev-1.0), + pkgconfig(libimobiledevice-1.0), pkgconfig(libplist) and + pkgconfig(libusb-1.0). +- Stop exporting V=1, we do debugging locally, so lets not clutter + buildlogs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ upower.spec ++++++ --- /var/tmp/diff_new_pack.qxYqUm/_old 2016-09-09 10:14:54.000000000 +0200 +++ /var/tmp/diff_new_pack.qxYqUm/_new 2016-09-09 10:14:54.000000000 +0200 @@ -29,16 +29,21 @@ Source: http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM upower-fix-get-critical-crash.patch boo#975653 fdo#94262 [email protected] -- Fix upower daemon crashing. Patch0: upower-fix-get-critical-crash.patch -BuildRequires: dbus-1-glib-devel BuildRequires: gobject-introspection-devel >= 0.9.9 BuildRequires: gtk-doc >= 1.11 BuildRequires: intltool -BuildRequires: libgudev-1_0-devel -BuildRequires: libimobiledevice-devel -BuildRequires: libusb-devel +BuildRequires: libtool BuildRequires: pkg-config +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(gio-2.0) >= 2.16.1 +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.34.0 +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gudev-1.0) >= 147 +BuildRequires: pkgconfig(libimobiledevice-1.0) >= 0.9.7 +BuildRequires: pkgconfig(libplist) >= 0.12 +BuildRequires: pkgconfig(libusb-1.0) >= 1.0.0 BuildRequires: pkgconfig(systemd) -BuildRequires: pkgconfig(udev) %{?systemd_requires} Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -96,7 +101,6 @@ %patch0 -p1 %build -export V=1 %configure\ --disable-static \ --libexecdir=%{_libexecdir}/upower \
