Hello community, here is the log from the commit of package mousetweaks for openSUSE:Factory checked in at 2017-09-13 21:41:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mousetweaks (Old) and /work/SRC/openSUSE:Factory/.mousetweaks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mousetweaks" Wed Sep 13 21:41:28 2017 rev:72 rq:520749 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mousetweaks/mousetweaks.changes 2016-06-03 16:32:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mousetweaks.new/mousetweaks.changes 2017-09-13 21:41:29.544004823 +0200 @@ -1,0 +2,6 @@ +Thu Aug 24 22:57:20 UTC 2017 - [email protected] + +- Export LANG=C.UTF-8, fix build with new glib2. +- Run spec-cleaner, modernize spec. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mousetweaks.spec ++++++ --- /var/tmp/diff_new_pack.GdhJKN/_old 2017-09-13 21:41:30.311896789 +0200 +++ /var/tmp/diff_new_pack.GdhJKN/_new 2017-09-13 21:41:30.311896789 +0200 @@ -1,7 +1,7 @@ # # spec file for package mousetweaks # -# Copyright (c) 2016 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 @@ -26,6 +26,7 @@ Source0: http://download.gnome.org/sources/mousetweaks/3.12/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-3.0) @@ -34,7 +35,6 @@ BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xtst) Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %glib2_gsettings_schema_requires %description @@ -42,11 +42,13 @@ the GNOME desktop. %lang_package + %prep %setup -q translation-update-upstream %build +export LANG=C.UTF-8 %configure make %{?_smp_mflags} @@ -55,9 +57,6 @@ %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - %post %glib2_gsettings_schema_post @@ -65,10 +64,9 @@ %glib2_gsettings_schema_postun %files -%defattr(-, root, root) %doc AUTHORS NEWS README TODO %{_bindir}/* -%{_mandir}/man1/*.1.gz +%{_mandir}/man1/*.1%{ext_man} %{_datadir}/GConf/gsettings/mousetweaks.convert %{_datadir}/glib-2.0/schemas/org.gnome.mousetweaks.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.mousetweaks.gschema.xml
