Hello community,

here is the log from the commit of package graphene for openSUSE:Factory 
checked in at 2017-03-22 23:00:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphene (Old)
 and      /work/SRC/openSUSE:Factory/.graphene.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphene"

Wed Mar 22 23:00:36 2017 rev:3 rq:476930 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphene/graphene.changes        2016-12-13 
19:34:00.365312277 +0100
+++ /work/SRC/openSUSE:Factory/.graphene.new/graphene.changes   2017-03-22 
23:00:41.541307555 +0100
@@ -1,0 +2,39 @@
+Sat Mar  4 08:47:33 UTC 2017 - [email protected]
+
+- 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 - [email protected]
+
+- Add baselibs.conf: produce libgraphene-1_0-0-32bit, required by
+  gtk4.
+
+-------------------------------------------------------------------
+Wed Jan 11 13:19:22 UTC 2017 - [email protected]
+
+- Update to version 1.5.4:
+  + For the time being and after requests from distributors, the
+    autotools build environment has been reinstated in Git, though
+    Meson is still the preferred build environment; I still expect
+    to drop the autotools build in the near future.
+  + Graphene now correctly identifies whether the platform has an
+    aligned memory allocator.
+  + Compatibility fixes for printing int64_t to terminal.
+  + Fixed the cross-references to GLib types in the API reference
+    build.
+  + Improve the builtin detection in the Meson build and the build
+    of Graphene under MingW.
+- Switch to github url, gnome url is currently broken.
+- Pass export LANG=C.UTF-8, workaround meson issue.
+- Drop sed call to workaround Mesa issue.
+
+-------------------------------------------------------------------

Old:
----
  graphene-1.5.2.tar.xz

New:
----
  baselibs.conf
  graphene-1.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ graphene.spec ++++++
--- /var/tmp/diff_new_pack.R4e7I1/_old  2017-03-22 23:00:42.117225918 +0100
+++ /var/tmp/diff_new_pack.R4e7I1/_new  2017-03-22 23:00:42.121225351 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package graphene
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
 
 
 Name:           graphene
-Version:        1.5.2
+Version:        1.6.0
 Release:        0
 Summary:        Thin type layer for graphic libraries
 License:        MIT
 Group:          Development/Languages/C and C++
 Url:            http://ebassi.github.io/graphene/
-Source:         
https://download.gnome.org/sources/graphene/1.5/%{name}-%{version}.tar.xz
+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
@@ -75,10 +76,11 @@
 
 %prep
 %setup -q
-# Workaround for an apparent mesa issue
-sed -i "s/©/(c)/" src/graphene-version.h.in
 
 %build
+# meson errors out without a utf8 LANG set
+# https://github.com/mesonbuild/meson/issues/1085
+export LANG=C.UTF-8
 %ifarch i586
 # on i586, the compiler drops 'libm' and then g-ir-scanner fails to resolve it
 # See gh#ebassie/graphene#82

++++++ baselibs.conf ++++++
libgraphene-1_0-0

Reply via email to