From cc9f6b92f442655feeea8a2d48621b0a9d7b7584 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Jan 22 2015 15:15:47 +0000 Subject: New monor bug-fixing release from upstream --- diff --git a/.gitignore b/.gitignore index 81301c9..c729447 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ stellarium_user_guide-0.10.2-1.pdf /stellarium-0.12.4.tar.gz /stellarium-0.13.0.tar.gz /stellarium-0.13.1.tar.gz +/stellarium-0.13.2.tar.gz diff --git a/sources b/sources index ee34123..8caedc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35ed2e967a7b4f8c431afe9fafbe60c8 stellarium-0.13.1.tar.gz +5839c51b75bdce2c307d7720e2c64d46 stellarium-0.13.2.tar.gz diff --git a/stellarium-0.13.0-desktop.patch b/stellarium-0.13.0-desktop.patch deleted file mode 100644 index c049a39..0000000 --- a/stellarium-0.13.0-desktop.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up stellarium-0.13.0/data/stellarium.desktop.dsk stellarium-0.13.0/data/stellarium.desktop ---- stellarium-0.13.0/data/stellarium.desktop.dsk 2014-08-06 22:00:09.499093141 +0200 -+++ stellarium-0.13.0/data/stellarium.desktop 2014-08-06 22:01:55.298277730 +0200 -@@ -16,7 +16,7 @@ Comment[fr]=Planétarium - Comment[ru]=Планетарий - Keywords=astronomy;planetarium; - --Actions=Window;Fullscreen;Safemode; -+Actions=Window;Fullscreen; - - [Desktop Action Window] - Name=Open in window diff --git a/stellarium.spec b/stellarium.spec index 44d2fd1..85cf5fa 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,7 +1,7 @@ Name: stellarium -Version: 0.13.1 +Version: 0.13.2 Release: 1%{?dist} Summary: Photo-realistic nightsky renderer @@ -9,8 +9,6 @@ Group: Amusements/Graphics License: GPLv2+ URL: http://www.stellarium.org Source0: http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tar.gz -Patch1: stellarium-0.13.0-desktop.patch -# also http://bazaar.launchpad.net/~stellarium/stellarium/trunk/revision/6932 BuildRequires: phonon-devel BuildRequires: SDL_mixer-devel @@ -40,7 +38,6 @@ constellations, planets, major satellites and nebulas. %prep %setup -q -%patch1 -p1 -b .dsk %build export CFLAGS="$RPM_OPT_FLAGS" @@ -75,6 +72,9 @@ cp -p data/stellarium.appdata.xml $RPM_BUILD_ROOT/%{_datadir}/appdata %{_mandir}/man1/stellarium.1.gz %changelog +* Thu Jan 22 2015 Jochen Schmitt - 0.13.2-1 +- New monor bug-fixing release from upstream + * Tue Oct 21 2014 Jochen Schmitt - 0.13.1-1 - New upstream release - Remove ms-no-bitfields patch