[packages/graphene] - updated to 1.10.6 - removed obsolete gir patch
qboosh
qboosh at pld-linux.org
Wed Apr 7 17:46:46 CEST 2021
commit b213e09b2ec9182725a8b429848ffc8df3806d88
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Apr 7 17:46:41 2021 +0200
- updated to 1.10.6
- removed obsolete gir patch
graphene-gir.patch | 11 -----------
graphene.spec | 9 ++++-----
2 files changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/graphene.spec b/graphene.spec
index 1ab9257..1291ca4 100644
--- a/graphene.spec
+++ b/graphene.spec
@@ -13,13 +13,12 @@
Summary: Graphene - a thin layer of types for graphic libraries
Summary(pl.UTF-8): Graphene - cienka warstwa typów dla bibliotek graficznych
Name: graphene
-Version: 1.10.2
+Version: 1.10.6
Release: 1
License: MIT
Group: Libraries
-Source0: http://ftp.gnome.org/pub/GNOME/sources/graphene/1.10/%{name}-%{version}.tar.xz
-# Source0-md5: a2c26c4f44a02ca053e0e9afb63cc94c
-Patch0: %{name}-gir.patch
+Source0: https://download.gnome.org/sources/graphene/1.10/%{name}-%{version}.tar.xz
+# Source0-md5: 390139e704772b915ff2b7cac56c24ae
URL: https://github.com/ebassi/graphene
%if %{with sse2} || %{with armneon}
BuildRequires: gcc >= 6:4.9
@@ -33,6 +32,7 @@ BuildRequires: meson >= 0.50.1
BuildRequires: ninja >= 1.5
BuildRequires: pkgconfig
BuildRequires: python3 >= 1:3
+BuildRequires: rpm-build >= 4.6
BuildRequires: rpmbuild(macros) >= 1.736
BuildRequires: tar >= 1:1.22
BuildRequires: xz
@@ -88,7 +88,6 @@ Dokumentacja API biblioteki Graphene.
%prep
%setup -q
-%patch0 -p1
%build
%meson build \
diff --git a/graphene-gir.patch b/graphene-gir.patch
deleted file mode 100644
index 48dfa8b..0000000
--- a/graphene-gir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- graphene-1.8.2/meson.build.orig 2018-06-13 18:51:25.000000000 +0200
-+++ graphene-1.8.2/meson.build 2018-10-22 05:51:10.943800526 +0200
-@@ -216,7 +216,7 @@
-
- # Optional dependency on GObject-Introspection; if GObject is disabled
- # then we don't build introspection data either
--build_gir = build_gobject and get_option('introspection') and get_option('default_library') == 'shared'
-+build_gir = build_gobject and get_option('introspection') and get_option('default_library') != 'static'
-
- # Check for InitOnce on Windows
- if host_system == 'windows'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/graphene.git/commitdiff/b213e09b2ec9182725a8b429848ffc8df3806d88
More information about the pld-cvs-commit
mailing list