diff --git a/.gitignore b/.gitignore index 0b9c8d1..e53555b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /indistarter.tar.xz +/indistarter-0.3.0.tar.xz diff --git a/indistarter.spec b/indistarter.spec index 8a253e9..10b87fc 100644 --- a/indistarter.spec +++ b/indistarter.spec @@ -1,15 +1,15 @@ Name: indistarter -Version: 0.2.0 -Release: 5.20151211svn%{?dist} +Version: 0.3.0 +Release: 1.20151215svn%{?dist} Summary: GUI to start, stop and control an INDI server License: GPLv3+ URL: http://indistarter.sourceforge.net/ # The source code is not available upstream as a package so we pulled it # from upstream's vcs. Use the following commands to generate the tarball: -# svn export svn://svn.code.sf.net/p/indistarter/code/trunk indistarter-0.2.0 -# tar -cJvf indistarter.tar.xz indistarter-0.2.0 -Source0: %{name}.tar.xz +# svn export svn://svn.code.sf.net/p/indistarter/code/trunk indistarter-0.3.0 +# tar -cJvf indistarter-0.3.0.tar.xz indistarter-0.3.0 +Source0: %{name}-%{version}.tar.xz # Debug info is not generated by default # This patch change fpc options to enable it @@ -65,7 +65,7 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -%license gpl-3.0.txt +%license gpl-3.0.txt LICENSE %doc %{_docdir}/%{name} %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop @@ -75,6 +75,9 @@ fi %changelog +* Tue Dec 15 2015 Mattia Verga - 0.3.0-1.20151215svn +- Update to 0.3.0 + * Sat Dec 12 2015 Mattia Verga - 0.2.0-5.20151211svn - Set ExcludeArch where fpc and lazarus are not available diff --git a/sources b/sources index d3b404b..6601c81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61c935e0adbf79c23a6fe053eb428ead indistarter.tar.xz +6f3f7177dcf134b76eb1392800e65c9e indistarter-0.3.0.tar.xz