|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# debug info seem not works with D compiler
|
|
|
|
|
%global snapdate 20131022
|
|
|
|
|
%global gtkd_revision 3948a30
|
|
|
|
|
%global snapdate 20131026
|
|
|
|
|
%global gtkd_revision 33f6aeb
|
|
|
|
|
%global alphatag %{snapdate}git%{gtkd_revision}
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
|
Name: gtkd
|
|
|
|
|
Version: 2.0.0
|
|
|
|
|
Release: 43.%{alphatag}%{?dist}
|
|
|
|
|
Release: 44.%{alphatag}%{?dist}
|
|
|
|
|
Summary: D binding and OO wrapper of GTK+
|
|
|
|
|
|
|
|
|
|
License: LGPLv3+ with exceptions
|
|
|
|
@ -114,6 +114,9 @@ install -m0644 gtkd.d.tags %{buildroot}/%{_datadir}/geany/tags/
|
|
|
|
|
%{_datadir}/geany/tags/gtkd.d.tags
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 28 2013 Jonathan MERCIER <bioinfornatics@gmail.com> - 2.0.0-44.20131026git33f6aeb
|
|
|
|
|
- Update to rev 33f6aeb
|
|
|
|
|
|
|
|
|
|
* Thu Oct 24 2013 Jonathan MERCIER <bioinfornatics@gmail.com> - 2.0.0-43.20131022git3948a30
|
|
|
|
|
- Update to rev 3948a30
|
|
|
|
|
|
|
|
|
|