From 627621447bd20dfd061ae3d7ae2c66bdd542dbe7 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Wed, 28 Dec 2016 17:05:16 -0500 Subject: [PATCH] Update git snapshot --- .gitignore | 1 + sources | 2 +- wxGTK3.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d923a2b..cc2fdb8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index c8eeff8..21b95b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1b6f528f6dc5d3a83d1d484b08a35f9 wxWidgets-9518d52.tar.gz +SHA512 (wxWidgets-f90b768.tar.gz) = d6207bfe85d00130ac46a08c06a245fd2cd5c7a51c2d1098284e9c10f4d075bad8925d67871a15bd66ae79519b95c7d16da5145b0ab00be1ca3b953bf86a43ae diff --git a/wxGTK3.spec b/wxGTK3.spec index 30ace97..32ab75c 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -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 - 3.0.3-0.2.gitf90b768 +- Update to newer git snapshot + * Sat Dec 10 2016 Jeremy Newton - 3.0.3-0.1.git9518d52 - Update to git snapshot