]> git.pld-linux.org Git - packages/sysprof.git/commitdiff
Updated to 3.30.2 auto/th/sysprof-3.30.2-1
authorJaroslaw Kruk <kruk.jaroslaw@gmail.com>
Sat, 2 Feb 2019 21:36:23 +0000 (22:36 +0100)
committerJaroslaw Kruk <kruk.jaroslaw@gmail.com>
Sat, 2 Feb 2019 21:36:23 +0000 (22:36 +0100)
sysprof-pc.patch [deleted file]
sysprof.spec

diff --git a/sysprof-pc.patch b/sysprof-pc.patch
deleted file mode 100644 (file)
index 9bf5aca..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- sysprof-3.22.3/data/sysprof.pc.in.orig     2016-04-14 08:28:05.000000000 +0200
-+++ sysprof-3.22.3/data/sysprof.pc.in  2016-12-26 17:43:14.556721159 +0100
-@@ -1,6 +1,6 @@
- prefix=@prefix@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
-+libdir=@libdir@
- includedir=${exec_prefix}/include
- Name: libsysprof-@API_VERSION@
---- sysprof-3.22.3/data/sysprof-ui.pc.in.orig  2016-04-14 08:28:05.000000000 +0200
-+++ sysprof-3.22.3/data/sysprof-ui.pc.in       2016-12-26 17:43:26.163387694 +0100
-@@ -1,6 +1,6 @@
- prefix=@prefix@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
-+libdir=@libdir@
- includedir=${exec_prefix}/include
- Name: libsysprof-ui-@API_VERSION@
---- sysprof-3.28.0/data/sysprof-capture.pc.in~ 2018-03-14 01:48:38.000000000 +0100
-+++ sysprof-3.28.0/data/sysprof-capture.pc.in  2018-04-08 09:47:05.610221399 +0200
-@@ -1,6 +1,6 @@
- prefix=@prefix@
- exec_prefix=${prefix}
--libdir=${exec_prefix}/lib
-+libdir=@libdir@
- includedir=${exec_prefix}/include
- Name: libsysprof-capture-@API_VERSION@
index b4a51a0d910348cca06b164ee22f25efe5229863..8359a32cf229321494c423fefa71d818fbd8033c 100644 (file)
@@ -5,13 +5,12 @@
 Summary:       Sampling CPU profiler for Linux
 Summary(pl.UTF-8):     Próbkujący profiler procesora dla Linuksa
 Name:          sysprof
-Version:       3.28.0
+Version:       3.30.2
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/sysprof/3.28/%{name}-%{version}.tar.xz
-# Source0-md5: bfe3043f1b00ecdb71c76e3c562cc7a4
-Patch0:                %{name}-pc.patch
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/sysprof/3.30/%{name}-%{version}.tar.xz
+# Source0-md5: 80cb47906eced2e7b9976bf00deec323
 URL:           http://sysprof.com/
 BuildRequires: appstream-glib-devel
 # -std=gnu11 + C11 atomics
@@ -124,7 +123,6 @@ Pliki nagłówkowe biblioteki sysprof-ui.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %meson build \
@@ -174,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS NEWS TODO
 %attr(755,root,root) %{_bindir}/sysprof-cli
 %if %{with sysprofd}
 %dir %{_libexecdir}/sysprof
@@ -232,6 +230,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/sysprof-2/util/sp-process-model.h
 %{_includedir}/sysprof-2/util/sp-selection.h
 %{_includedir}/sysprof-2/util/sp-zoom-manager.h
+%dir %{_includedir}/sysprof-2/visualizers
+%{_includedir}/sysprof-2/visualizers/sp-mark-visualizer-row.h
 %{_pkgconfigdir}/sysprof-2.pc
 %{_pkgconfigdir}/sysprof-capture-2.pc
 
This page took 0.210719 seconds and 4 git commands to generate.