Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2016-04-14 07:37:37 +02:00
parent 51f144fa96
commit e461d5299e
2 changed files with 7 additions and 4 deletions

View File

@ -53,13 +53,13 @@
%global sanitize 1
%global commit ea2bff1d115ef00aaa06797fffd4334f6a50570f
%global commit 171a570f388b2895d14f6d5418c99573cffd6369
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Summary: Mesa graphics libraries
Name: mesa
Version: 11.3.0
Release: 0.2.git%{shortcommit}%{?dist}
Release: 0.3.git%{shortcommit}%{?dist}
License: MIT
URL: http://www.mesa3d.org
@ -70,7 +70,7 @@ URL: http://www.mesa3d.org
# cd mesa-%%{shortcommit}; git reset --hard %%{shortcommit}; cd ..
#
# Create archive:
# tar -cvf mesa-%%{shortcommit}.tar.xz mesa-%%{shortcommit}
# tar -Jcvf mesa-%%{shortcommit}.tar.xz mesa-%%{shortcommit}
Source0: %{name}-%{shortcommit}.tar.xz
Source1: vl_decoder.c
Source2: vl_mpeg12_decoder.c
@ -690,6 +690,9 @@ popd
%endif
%changelog
* Thu Apr 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 11.3.0-0.2.git171a570
- 171a570
* Fri Apr 08 2016 Björn Esser <fedora@besser82.io> - 11.3.0-0.2.gitea2bff1
- add virtual Provides for ocl-icd (RHBZ #1317602)

View File

@ -1 +1 @@
1b6ec5067bff9d0b8d999f0a314fe034 mesa-ea2bff1.tar.xz
2f0019ea12cf6f01fd239e3d44fc1ee7 mesa-171a570.tar.xz