diff --git a/.gitignore b/.gitignore index c7f09bf..4ad77dd 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /yelp-tools-3.12.0.tar.xz /yelp-tools-3.12.1.tar.xz /yelp-tools-3.13.3.tar.xz +/yelp-tools-3.14.0.tar.xz diff --git a/sources b/sources index 6b45543..2a2dc13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4be924aca75c31b60e5ad10a7154fff yelp-tools-3.13.3.tar.xz +43e3052de4fec0e05701a0075c5d11d3 yelp-tools-3.14.0.tar.xz diff --git a/yelp-tools.spec b/yelp-tools.spec index a25c5e9..36e7162 100644 --- a/yelp-tools.spec +++ b/yelp-tools.spec @@ -1,12 +1,12 @@ Name: yelp-tools -Version: 3.13.3 -Release: 2%{?dist} +Version: 3.14.0 +Release: 1%{?dist} Summary: Create, manage, and publish documentation for Yelp Group: Applications/Publishing License: GPLv2+ URL: https://wiki.gnome.org/Apps/Yelp -Source0: https://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: pkgconfig(yelp-xsl) @@ -42,6 +42,9 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install %{_datadir}/aclocal/yelp.m4 %changelog +* Tue Sep 23 2014 Kalev Lember - 3.14.0-1 +- Update to 3.14.0 + * Tue Jul 01 2014 David King - 3.13.3-2 - Tidy spec file