Accepting request 476881 from GNOME:Next

New upstream release

OBS-URL: https://build.opensuse.org/request/show/476881
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2017-03-04 16:16:34 +00:00 committed by Git OBS Bridge
parent c76a20558c
commit 876706ab64
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58bea84eb3cf771f268f287a9c21617a242e3604a813ac395c3e521b58b68398
size 183400

3
graphene-1.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98970f859e452ce421b72726ca727fdf3ac27cb4804b62bfe520157fa46aa2fd
size 183951

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Mar 4 08:47:33 UTC 2017 - zaitor@opensuse.org
- Update to version 1.6.0:
+ The Meson dependency has been bumped to 0.37.0.
+ Added graphene_frustum_equal() method.
+ Dropped the -Denable-debug option for the Meson build;
debugging levels are handled through the --buildtype Meson
option; you can use release to disable all debugging code paths
when building Graphene.
+ Graphene now automatically builds binaries for Windows (i686
and x86_64) using Appveyor; you can find the builds attached to
the release notes.
-------------------------------------------------------------------
Tue Feb 28 18:30:47 UTC 2017 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: graphene
Version: 1.5.4
Version: 1.6.0
Release: 0
Summary: Thin type layer for graphic libraries
License: MIT
@ -26,7 +26,7 @@ Url: http://ebassi.github.io/graphene/
Source: https://github.com/ebassi/graphene/archive/%{version}/%{name}-%{version}.tar.gz
Source99: baselibs.conf
BuildRequires: gobject-introspection-devel
BuildRequires: meson >= 0.36.0
BuildRequires: meson >= 0.37.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build