diff --git a/graphene-1.5.4.tar.gz b/graphene-1.5.4.tar.gz deleted file mode 100644 index 6f36b49..0000000 --- a/graphene-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58bea84eb3cf771f268f287a9c21617a242e3604a813ac395c3e521b58b68398 -size 183400 diff --git a/graphene-1.6.0.tar.gz b/graphene-1.6.0.tar.gz new file mode 100644 index 0000000..5d7d422 --- /dev/null +++ b/graphene-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98970f859e452ce421b72726ca727fdf3ac27cb4804b62bfe520157fa46aa2fd +size 183951 diff --git a/graphene.changes b/graphene.changes index f87389c..ea00028 100644 --- a/graphene.changes +++ b/graphene.changes @@ -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 diff --git a/graphene.spec b/graphene.spec index 69a776b..30fd10d 100644 --- a/graphene.spec +++ b/graphene.spec @@ -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