diff --git a/mate-system-monitor-1.10.1.tar.xz b/mate-system-monitor-1.10.1.tar.xz deleted file mode 100644 index 0d2bf91..0000000 --- a/mate-system-monitor-1.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774 -size 2129620 diff --git a/mate-system-monitor-1.12.0.tar.xz b/mate-system-monitor-1.12.0.tar.xz new file mode 100644 index 0000000..5b12c08 --- /dev/null +++ b/mate-system-monitor-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c995269e410466c586565bb03b2e7c3b9d6bde976c5f01f91f8fa0f03705156b +size 2097828 diff --git a/mate-system-monitor.changes b/mate-system-monitor.changes index 6542e06..920f8bf 100644 --- a/mate-system-monitor.changes +++ b/mate-system-monitor.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Nov 5 20:43:01 UTC 2015 - sor.alexei@meowr.ru + +- Update to 1.12.0: + * Support build with C++11. + +------------------------------------------------------------------- +Thu Oct 15 18:45:24 UTC 2015 - sor.alexei@meowr.ru + +- Update to 1.11.0: + * SysInfo: Add proper detection for Linux Mint and LMDE. + * SysInfo: Let distributions define custom side image. + * Interface: Add border to notebook. + * Retrieve strings directly from gschema (requires intltool + 0.50.1). + * Add support for libsystemd (in addition to libsystemd-login). + * Drop useless dependency on mate-icon-theme. + * Drop C89 support. + * Update translations. + ------------------------------------------------------------------- Mon Jul 13 21:12:12 UTC 2015 - sor.alexei@meowr.ru diff --git a/mate-system-monitor.spec b/mate-system-monitor.spec index c458152..5a2ac6f 100644 --- a/mate-system-monitor.spec +++ b/mate-system-monitor.spec @@ -16,20 +16,20 @@ # -%define _version 1.10 +%define _version 1.12 Name: mate-system-monitor -Version: 1.10.1 +Version: 1.12.0 Release: 0 Summary: MATE Desktop system monitor License: GPL-2.0+ Group: System/GUI/Other -Url: http://mate-desktop.org +Url: http://mate-desktop.org/ Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libgnomesu-devel BuildRequires: libxml2-python -BuildRequires: mate-common >= 1.9.0 +BuildRequires: mate-common >= %{_version} BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-glib-1) @@ -41,8 +41,7 @@ BuildRequires: pkgconfig(libgtop-2.0) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libwnck-1.0) BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(mate-icon-theme) -Recommends: %{name}-lang = %{version} +Recommends: %{name}-lang %glib2_gsettings_schema_requires %description @@ -59,8 +58,8 @@ resources such as CPU and memory. %build %configure \ --disable-static \ - --libexecdir=%{_libexecdir}/%{name} \ - --disable-scrollkeeper + --disable-scrollkeeper \ + --libexecdir=%{_libexecdir}/%{name} make %{?_smp_mflags} %install