From 50478a9e8061016f7ff6bf3ba9aab0daaac6c159 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 24 Oct 2016 21:05:58 +0200 Subject: [PATCH] Update to 3.3.1 --- .gitignore | 1 + gtkd.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 696e49e..f9a5ad1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /v3.1.4.tar.gz /v3.2.1.tar.gz /gtkd-3.2.2.tar.gz +/gtkd-3.3.1.tar.gz diff --git a/gtkd.spec b/gtkd.spec index f881289..a329a9d 100644 --- a/gtkd.spec +++ b/gtkd.spec @@ -1,12 +1,12 @@ # debug info seem not works with D compiler %global debug_package %{nil} %global gtkd_major 0 -%global gtkd_minor 2 -%global gtkd_bump 2 +%global gtkd_minor 3 +%global gtkd_bump 0 Name: gtkd -Version: 3.2.2 -Release: 3%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Summary: D binding and OO wrapper of GTK+ License: LGPLv3+ with exceptions @@ -111,6 +111,9 @@ install -m0644 gtkd.d.tags %{buildroot}/%{_datadir}/geany/tags/ %{_datadir}/geany/tags/gtkd.d.tags %changelog +* Mon Oct 24 2016 Kalev Lember - 3.3.1-1 +- Update to 3.3.1 + * Tue Jul 19 2016 Yaakov Selkowitz - 3.2.2-3 - Remove bogus glade3 dependency (#1294369) diff --git a/sources b/sources index 15757fc..ac44697 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b24071f435a531ce6bca1dee945e1046 gtkd-3.2.2.tar.gz +ddf5476d978871f90009c432e264104f gtkd-3.3.1.tar.gz