Hello community, here is the log from the commit of package libgtop for openSUSE:Factory checked in at 2016-08-25 09:52:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgtop (Old) and /work/SRC/openSUSE:Factory/.libgtop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgtop" Changes: -------- --- /work/SRC/openSUSE:Factory/libgtop/libgtop.changes 2016-03-29 14:43:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgtop.new/libgtop.changes 2016-08-25 09:52:27.000000000 +0200 @@ -1,0 +2,20 @@ +Sat Aug 20 14:17:09 UTC 2016 - [email protected] + +- Update to version 2.34.1: + + Rename --with-libgtop-examples to --with-examples. + + Use gettext instead of intltool/glib-gettext. + + Added Language headers to the translations. +- Drop intltool BuildRequires following upstream changes. +- Remove obsolete clean section, and conditionals for long gone + versions of openSUSE. +- Make translation-update-upstream conditional, only apply on + non-openSUSE. + +------------------------------------------------------------------- +Fri Apr 15 02:12:01 UTC 2016 - [email protected] + +- Update to GNOME 3.20 Fate#318572 +- Drop extending-max-cpu-number.patch: fixed upstream. + (bnc#885202). + +------------------------------------------------------------------- @@ -111,0 +132,7 @@ +Thu Jul 3 02:24:57 UTC 2014 - [email protected] + +- Add extending-max-cpu-number.patch: support more than 32 CPUs + (bnc#885202). +- Adjust package name, since the patch introduces an ABI break. + +------------------------------------------------------------------- Old: ---- libgtop-2.34.0.tar.xz New: ---- libgtop-2.34.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgtop.spec ++++++ --- /var/tmp/diff_new_pack.adObD0/_old 2016-08-25 09:52:28.000000000 +0200 +++ /var/tmp/diff_new_pack.adObD0/_new 2016-08-25 09:52:28.000000000 +0200 @@ -17,7 +17,7 @@ Name: libgtop -Version: 2.34.0 +Version: 2.34.1 Release: 0 %define soname 10 Summary: LibGTop Library @@ -28,8 +28,9 @@ BuildRequires: fdupes BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel -BuildRequires: intltool +%if !0%{?is_opensuse} BuildRequires: translation-update-upstream +%endif BuildRequires: pkgconfig(gobject-2.0) >= 2.26.0 BuildRequires: pkgconfig(xau) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -110,8 +111,10 @@ %lang_package %prep %setup -q +%if !0%{?is_opensuse} translation-update-upstream # rpmlint note: libgtop has a separate translation for both Bengali and Bengali India +%endif %build %configure\ @@ -120,17 +123,8 @@ %install %makeinstall -%if 0%{?suse_version} <= 1110 -%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/* -%endif -%if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* -%endif find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print -%find_lang %{name}-2.0 - -%clean -rm -rf $RPM_BUILD_ROOT +%find_lang %{name} %{?no_lang_C} %post -n libgtop-2_0-%{soname} -p /sbin/ldconfig @@ -142,7 +136,7 @@ %post doc %install_info --info-dir=%{_datadir}/info %{_datadir}/info/%{name}2.info.gz -%files lang -f %{name}-2.0.lang +%files lang -f %{name}.lang %files -n libgtop-2_0-%{soname} %defattr(-, root, root) ++++++ libgtop-2.34.0.tar.xz -> libgtop-2.34.1.tar.xz ++++++ ++++ 17133 lines of diff (skipped)
