diff --git a/.gitignore b/.gitignore index eca22d6..1d08b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /tiled-0.12.1.tar.gz /tiled-0.12.2.tar.gz /tiled-0.12.3.tar.gz +/tiled-0.13.0.tar.gz diff --git a/sources b/sources index 6a7f744..4fe8644 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3afda73d80b70b96351ea2de8e0959c tiled-0.12.3.tar.gz +a9f546091b1ce80b8ff56b03214fa8be tiled-0.13.0.tar.gz diff --git a/tiled.spec b/tiled.spec index 4745e7a..bb40822 100644 --- a/tiled.spec +++ b/tiled.spec @@ -1,6 +1,6 @@ Name: tiled -Version: 0.12.3 -Release: 2%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: Tiled Map Editor # tiled itself is GPLv2+, libtiled and tmxviewer are BSD License: GPLv2+ and BSD @@ -102,7 +102,7 @@ find -name ".uic" -or -name ".moc" -or -name ".rcc" | xargs rm -rf desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop # Appdata -install -D -p -m644 docs/%{name}.appdata.xml %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml +install -D -p -m644 %{name}.appdata.xml %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml # locale files @@ -177,6 +177,9 @@ fi %{_libdir}/%{name}/plugins/libtengine.so %changelog +* Sat Aug 15 2015 Erik Schilling - 0.13.0-1 +- New upstream release + * Fri Jun 19 2015 Fedora Release Engineering - 0.12.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild