Hello community, here is the log from the commit of package glib2 for openSUSE:Factory checked in at 2017-09-15 21:06:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glib2 (Old) and /work/SRC/openSUSE:Factory/.glib2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glib2" Fri Sep 15 21:06:11 2017 rev:188 rq:526063 version:2.54.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glib2/glib2.changes 2017-09-13 21:47:48.690661931 +0200 +++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-09-15 21:06:18.833752288 +0200 @@ -1,0 +2,7 @@ +Thu Sep 14 00:13:58 UTC 2017 - [email protected] + +- Avoid running fdupes across hardlink boundaries. + Replace some old RPM macros. +- Update RPM groups and package summaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glib2.spec ++++++ --- /var/tmp/diff_new_pack.v177CT/_old 2017-09-15 21:06:19.681633254 +0200 +++ /var/tmp/diff_new_pack.v177CT/_new 2017-09-15 21:06:19.685632693 +0200 @@ -24,7 +24,7 @@ # FIXME: find out if tapsets should really be in devel package or in main package Summary: General-Purpose Utility Library License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://www.gtk.org/ Source: http://download.gnome.org/sources/glib/2.54/%{_name}-%{version}.tar.xz Source1: glib2.sh @@ -90,7 +90,7 @@ a main loop abstraction, and so on. %package tools -Summary: General-Purpose Utility Library -- Tools +Summary: Tools from glib2, a general-purpose utility library Group: Development/Libraries/C and C++ %description tools @@ -124,7 +124,7 @@ GSettings and applications used by the MIME system. %package devel -Summary: General-Purpose Utility Library -- Development Files +Summary: Development files for glib, a general-purpose utility library # Now require the subpackages too Group: Development/Libraries/C and C++ Requires: glib2-tools = %{version} @@ -153,7 +153,7 @@ This package contains the development files for GLib. %package devel-static -Summary: General-Purpose Utility Library -- Static Libraries +Summary: Static libraries for glib, a general-purpose utility library Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} @@ -194,7 +194,7 @@ object files (commonly known as 'plug-ins'). %package -n libgio-2_0-0 -Summary: General-Purpose Utility Library -- Library for VFS +Summary: A virtual file system library API # The tools are useful for people having libgio Group: System/Libraries Requires: %{name}-tools @@ -216,7 +216,7 @@ GIO provides a modern, easy-to-use VFS API. %package -n libgio-fam -Summary: General-Purpose Utility Library -- GIO Module to use FAM +Summary: GIO module to use FAM # we need gio-querymodules in %post/%postun Group: System/Libraries Requires(post): %{name}-tools @@ -231,7 +231,7 @@ This packages provides a GIO module to use FAM for file monitoring. %package -n libgthread-2_0-0 -Summary: General-Purpose Utility Library -- Library for Threads +Summary: Portable API from glib wrapping system threads Group: System/Libraries %description -n libgthread-2_0-0 @@ -243,7 +243,7 @@ software. %package -n libgobject-2_0-0 -Summary: General-Purpose Utility Library -- Object-Oriented Framework for C +Summary: Object-Oriented Framework for C Group: System/Libraries %description -n libgobject-2_0-0 @@ -289,10 +289,10 @@ %check # make check does not work on x86_64. See http://bugzilla.gnome.org/show_bug.cgi?id=554969 -# %%{__make} %%{?jobs:-j%%jobs} check +# %%{__make} %%{?_smp_mflags} check %install -%makeinstall +%make_install %if 0%{?suse_version} <= 1120 rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* %endif @@ -323,7 +323,7 @@ # Install zsh completion for gsettings mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/ cp %{SOURCE8} %{buildroot}%{_datadir}/zsh/site-functions/_gsettings -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %posttrans # If it is an upgrade and gnome_defaults.conf were edited,
