Update to 1.9.6
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ae682392c1
commit
3bd99dd025
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/graphene-5a4531b.tar.gz
|
||||
/graphene-1.9.2.tar.xz
|
||||
/graphene-1.9.4.tar.xz
|
||||
/graphene-1.9.6.tar.xz
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
Name: graphene
|
||||
Version: 1.9.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Thin layer of types for graphic libraries
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/ebassi/graphene
|
||||
Source0: https://github.com/ebassi/graphene/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson >= 0.50.1
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: meson >= 0.48.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
|
||||
%description
|
||||
Graphene provides a small set of mathematical types needed to implement graphic
|
||||
@ -43,7 +43,7 @@ the functionality of the installed %{name} package.
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
%{_libdir}/girepository-1.0/
|
||||
%{_libdir}/libgraphene-1.0.so.0*
|
||||
@ -62,6 +62,9 @@ the functionality of the installed %{name} package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Tue Aug 13 10:06:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.9.6-1
|
||||
- Update to 1.9.6
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (graphene-1.9.4.tar.xz) = 57e838fce32d1d2ebcf39664895cf24b868910edc5f34d2e78bd66cbeb2d019aa7e7d72116b000ad37f58c6da05665a852b537a3f531d6ee3b416a10856bf74e
|
||||
SHA512 (graphene-1.9.6.tar.xz) = 6a2076b99b4b9b4c3afe3e2701021a7f92f5a387b5663395dddb6e0e4f145324c2fb67a794e90abebcbdb789464a66c6061e8d5a3f5a81093f175ffd9bce480d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user