Hello community, here is the log from the commit of package graphene for openSUSE:Factory checked in at 2018-03-14 19:24:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/graphene (Old) and /work/SRC/openSUSE:Factory/.graphene.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "graphene" Wed Mar 14 19:24:34 2018 rev:7 rq:584751 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/graphene/graphene.changes 2018-02-25 12:16:36.508055770 +0100 +++ /work/SRC/openSUSE:Factory/.graphene.new/graphene.changes 2018-03-14 19:24:35.079999040 +0100 @@ -1,0 +2,26 @@ +Fri Feb 23 01:05:52 UTC 2018 - [email protected] + +- Update to version 1.8.0: + + No new API, this cycle, but it's time to spin a new stable + release. + + The major news for this release is that we dropped the + Autotools build from the repository; Graphene is now built + exclusively with Meson. + + We've added various fixes to the build on macOS, in order to + maintain compatibility with the old Autotools build. + + The variables in the pkg-config file that expose the SIMD + functionality built inside Graphene have been updated, to + ensure that they can be easily consumed by other projects; + instead of a single string that needs to be split, we now + expose boolean variables for all SIMD implementations. + + We've also improved the ability to use Graphene as a Meson + sub-project; this allows Meson to check out, build, and depend + on Graphene when building complex projects, like GTK. This is + really useful inside CI pipelines, as it minimises the amount + of separate steps needed when setting up the build. +- Update options passed to meson, following upstream changes: + gtk_doc=true, gobject_types=true, introspection=true, + gcc_vector=true, sse2=true, arm-neon=true, tests=true and + benchmarks=true. + +------------------------------------------------------------------- Old: ---- graphene-1.6.2.tar.gz New: ---- graphene-1.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ graphene.spec ++++++ --- /var/tmp/diff_new_pack.yOViPY/_old 2018-03-14 19:24:36.867935557 +0100 +++ /var/tmp/diff_new_pack.yOViPY/_new 2018-03-14 19:24:36.871935416 +0100 @@ -17,7 +17,7 @@ Name: graphene -Version: 1.6.2 +Version: 1.8.0 Release: 0 Summary: Thin type layer for graphic libraries License: MIT @@ -82,12 +82,14 @@ %build %meson \ - -D enable-gtk-doc=true \ - -D enable-gobject-types=true \ - -D enable-introspection=true \ - -D enable-gcc-vector=true \ - -D enable-sse2=true \ - -D enable-arm-neon=true \ + -D gtk_doc=true \ + -D gobject_types=true \ + -D introspection=true \ + -D gcc_vector=true \ + -D sse2=true \ + -D arm-neon=true \ + -D tests=true \ + -D benchmarks=true \ %{nil} %meson_build @@ -119,5 +121,8 @@ %dir %{_libdir}/graphene-1.0/include %{_libdir}/graphene-1.0/include/graphene-config.h %{_datadir}/gir-1.0/Graphene-1.0.gir +%dir %{_datadir}/installed-tests +%dir %{_datadir}/installed-tests/graphene-1.0 +%{_datadir}/installed-tests/graphene-1.0/* %changelog ++++++ graphene-1.6.2.tar.gz -> graphene-1.8.0.tar.gz ++++++ ++++ 4146 lines of diff (skipped)
