Accepting request 689483 from GNOME:Next
- Update to version 2.40.0: + Fixed array and transfer annotations for documentation. - Update to version 2.39.91: + Replace deprecated gnome-common with autoreconf. - Update to version 2.39.90: + Fixed compile warnings + Linux: Get procmap doesn't need suid. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/689483 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgtop?expand=0&rev=86
This commit is contained in:
parent
dd31aa2690
commit
c9213c4473
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f6c0e62bb438abfd16b4559cd2eca0251de19e291c888cdc4dc88e5ffebb612
|
||||
size 729700
|
BIN
libgtop-2.40.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libgtop-2.40.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 09:09:45 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.40.0:
|
||||
+ Fixed array and transfer annotations for documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 22:58:28 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 2.39.91:
|
||||
+ Replace deprecated gnome-common with autoreconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 20:38:32 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 2.39.90:
|
||||
+ Fixed compile warnings
|
||||
+ Linux: Get procmap doesn't need suid.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 17:01:20 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
14
libgtop.spec
14
libgtop.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgtop
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -12,19 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sover 11
|
||||
Name: libgtop
|
||||
Version: 2.38.0
|
||||
Version: 2.40.0
|
||||
Release: 0
|
||||
Summary: System status information library
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://developer.gnome.org/libgtop/stable/
|
||||
Source: http://download.gnome.org/sources/libgtop/2.38/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/libgtop/2.40/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -110,7 +110,7 @@ translation-update-upstream po libgtop
|
||||
%build
|
||||
%configure\
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -127,6 +127,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files
|
||||
%{_bindir}/libgtop_daemon2
|
||||
%{_bindir}/libgtop_server2
|
||||
|
||||
%files -n libgtop-2_0-%{sover}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README copyright.txt
|
||||
|
Loading…
Reference in New Issue
Block a user