Update to 1.9.1 git snapshot
This commit is contained in:
parent
9bcf6055e2
commit
4e2d58bc5f
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/graphene-1.8.2.tar.gz
|
||||
/graphene-1.8.4.tar.gz
|
||||
/graphene-1.8.6.tar.gz
|
||||
/graphene-5a4531b.tar.gz
|
||||
|
||||
@ -1,11 +1,14 @@
|
||||
%global commit 5a4531baca5a97587449df5a4e82d79c69501971
|
||||
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
|
||||
|
||||
Name: graphene
|
||||
Version: 1.8.6
|
||||
Release: 1%{?dist}
|
||||
Version: 1.9.1
|
||||
Release: 0.1%{?commit:.git%{shortcommit}}%{?dist}
|
||||
Summary: Thin layer of types for graphic libraries
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/ebassi/graphene
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/ebassi/graphene/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -33,7 +36,7 @@ The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1 -n graphene-%{commit}
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -62,6 +65,9 @@ the functionality of the installed %{name} package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 1.9.1-0.1.git5a4531b
|
||||
- Update to 1.9.1 git snapshot
|
||||
|
||||
* Tue Mar 05 2019 Kalev Lember <klember@redhat.com> - 1.8.6-1
|
||||
- Update to 1.8.6
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (graphene-1.8.6.tar.gz) = 800b18e3b62777b0def5071b4cfd8c5ef3b3877e2edf1742c70142877ee5e1a90a16b2055266a145f3b6ec780418d89e75928ac490a1b62caecb4e0b353bb7e2
|
||||
SHA512 (graphene-5a4531b.tar.gz) = 3f0dd15ed6098bc1d04f1e782eae48c079a01a8fc7684a07d2e07dd63ca3ca2fdd086fa13b413bf1a9e6b9587d6c9589f099b5a9b5c6c9a21788d0d9e836371c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user