Update git snapshot

epel8
Mystro256 8 years ago
parent fb9013626a
commit 627621447b

1
.gitignore vendored

@ -5,3 +5,4 @@
/wxWidgets-3.0.2-docs-html.tar.bz2
/wxWidgets-3.0.2.tar.bz2
/wxWidgets-9518d52.tar.gz
/wxWidgets-f90b768.tar.gz

@ -1 +1 @@
f1b6f528f6dc5d3a83d1d484b08a35f9 wxWidgets-9518d52.tar.gz
SHA512 (wxWidgets-f90b768.tar.gz) = d6207bfe85d00130ac46a08c06a245fd2cd5c7a51c2d1098284e9c10f4d075bad8925d67871a15bd66ae79519b95c7d16da5145b0ab00be1ca3b953bf86a43ae

@ -12,7 +12,7 @@
#For git snapshots, set to 0 to use release instead:
%global usesnapshot 1
%if 0%{?usesnapshot}
%global commit0 9518d52ba80a22c6e6a6414e9137e66013d2d191
%global commit0 f90b768ea040529fe33fda7e20f5fe2765de1dd0
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#What doc version to use with the snapshot (usually last release):
%global builddocs 1
@ -20,7 +20,7 @@
Name: %{wxgtkname}
Version: 3.0.3
Release: 0.1%{?usesnapshot:.git%{shortcommit0}}%{?dist}
Release: 0.2%{?usesnapshot:.git%{shortcommit0}}%{?dist}
Summary: GTK port of the wxWidgets GUI library
License: wxWidgets
Group: System Environment/Libraries
@ -356,6 +356,9 @@ fi
%doc docs/doxygen/out/xml/*
%changelog
* Wed Dec 28 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.2.gitf90b768
- Update to newer git snapshot
* Sat Dec 10 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.1.git9518d52
- Update to git snapshot

Loading…
Cancel
Save