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