Update to 3.39.92

This commit is contained in:
Kalev Lember 2021-02-24 06:32:28 +01:00
parent 7da0513375
commit 6e8344f0b5
3 changed files with 6 additions and 30 deletions

View File

@ -1,24 +0,0 @@
From 77a340e3f6189cc428f2d7856682b205be5d9ec3 Mon Sep 17 00:00:00 2001
From: Christian Hergert <chergert@redhat.com>
Date: Fri, 19 Feb 2021 09:37:24 -0800
Subject: [PATCH] build: use specify pic for static libsysprof-capture
---
src/libsysprof-capture/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsysprof-capture/meson.build b/src/libsysprof-capture/meson.build
index 6343165..e4e302c 100644
--- a/src/libsysprof-capture/meson.build
+++ b/src/libsysprof-capture/meson.build
@@ -52,6 +52,7 @@ libsysprof_capture = static_library(
install_dir: get_option('libdir'),
install: not meson.is_subproject(),
gnu_symbol_visibility: 'hidden',
+ pic: true,
)
libsysprof_capture_include_dirs = include_directories('.')
--
GitLab

View File

@ -1 +1 @@
SHA512 (sysprof-3.39.90.tar.xz) = 7dd0f7f4e5a545b3b0a8f1b7ded6c355bff8c6f97c22775f0ed738ce021a9a97bd93942ec2b9aba732eec5ae91153e7d0f996fb844836c0cd2df715659b6fd0e
SHA512 (sysprof-3.39.92.tar.xz) = 6a2405760e742c6a19d158a19a10c3c5e37b08ac9df6b98b997e296475ed5a7fde6490621b62aea72429c4865cc3d20d16046c97b68f8466ce37ddbccfe3ef02

View File

@ -1,17 +1,14 @@
%global glib2_version 2.61.3
Name: sysprof
Version: 3.39.90
Release: 2%{?dist}
Version: 3.39.92
Release: 1%{?dist}
Summary: A system-wide Linux profiler
License: GPLv3+
URL: http://www.sysprof.com
Source0: https://download.gnome.org/sources/sysprof/3.39/sysprof-%{version}.tar.xz
# Backported from upstream
Patch0: libsysprof-capture-pic.patch
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gettext
@ -137,6 +134,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%changelog
* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 3.39.92-1
- Update to 3.39.92
* Mon Feb 22 2021 Kalev Lember <klember@redhat.com> - 3.39.90-2
- Specify pic for static libsysprof-capture