]> git.pld-linux.org Git - packages/graphene.git/commitdiff
- updated to 1.10.6 auto/th/graphene-1.10.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Apr 2021 15:46:41 +0000 (17:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Apr 2021 15:46:41 +0000 (17:46 +0200)
- removed obsolete gir patch

graphene-gir.patch [deleted file]
graphene.spec

diff --git a/graphene-gir.patch b/graphene-gir.patch
deleted file mode 100644 (file)
index 48dfa8b..0000000
+++ /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'
index 1ab92577bfd2df598fc3b474102b3a15552f36eb..1291ca48da60f522684d0fad492b594431754dd6 100644 (file)
 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 \
This page took 0.132266 seconds and 4 git commands to generate.