Accepting request 583588 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583588 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/graphene?expand=0&rev=16
This commit is contained in:
parent
f7f685828a
commit
e0001d5d58
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4766bc69492a7ec84a0eaaa0a16741d8e7f026fb641aa803e6424158a7caf6d5
|
|
||||||
size 184577
|
|
3
graphene-1.8.0.tar.gz
Normal file
3
graphene-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:410f2e848952cc5830f39b6f6ea7f9b0a487cfe99dad86eec6f22ccbb3ec635b
|
||||||
|
size 157279
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 23 01:05:52 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 23:34:27 UTC 2018 - bjorn.lie@gmail.com
|
Thu Feb 22 23:34:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: graphene
|
Name: graphene
|
||||||
Version: 1.6.2
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin type layer for graphic libraries
|
Summary: Thin type layer for graphic libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -82,12 +82,14 @@ This subpackage contains the development files for the Graphene library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-D enable-gtk-doc=true \
|
-D gtk_doc=true \
|
||||||
-D enable-gobject-types=true \
|
-D gobject_types=true \
|
||||||
-D enable-introspection=true \
|
-D introspection=true \
|
||||||
-D enable-gcc-vector=true \
|
-D gcc_vector=true \
|
||||||
-D enable-sse2=true \
|
-D sse2=true \
|
||||||
-D enable-arm-neon=true \
|
-D arm-neon=true \
|
||||||
|
-D tests=true \
|
||||||
|
-D benchmarks=true \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -119,5 +121,8 @@ This subpackage contains the development files for the Graphene library.
|
|||||||
%dir %{_libdir}/graphene-1.0/include
|
%dir %{_libdir}/graphene-1.0/include
|
||||||
%{_libdir}/graphene-1.0/include/graphene-config.h
|
%{_libdir}/graphene-1.0/include/graphene-config.h
|
||||||
%{_datadir}/gir-1.0/Graphene-1.0.gir
|
%{_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
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user