diff --git a/.gitignore b/.gitignore index 49467d3..f4df8d5 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ stellarium_user_guide-0.10.2-1.pdf /stellarium-0.18.2.tar.gz /stellarium-0.18.3.tar.gz /stellarium-0.19.0.tar.gz +/stellarium-0.19.1.tar.gz diff --git a/sources b/sources index 3f3beab..a072167 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stellarium-0.19.0.tar.gz) = 26cb44fe4280275ce64594d01bdded4ddd2cda5d21887b4329de51188cc392e8390036702ee316446dcdb54182dec5d217a387898c4c7aa82ce14742b4d4694f +SHA512 (stellarium-0.19.1.tar.gz) = 59ab715f7b81e037ed3d23444547dcd00a41b9a1925d58b40a17372e286bbea2c1b762582cd7e1f81d690204840cc23dd9627e2c0bd4abf52367a456849eefe9 diff --git a/stellarium.spec b/stellarium.spec index 36a10f2..725f306 100644 --- a/stellarium.spec +++ b/stellarium.spec @@ -1,12 +1,12 @@ Name: stellarium -Version: 0.19.0 +Version: 0.19.1 Release: 1%{?dist} Summary: Photo-realistic nightsky renderer License: GPLv2+ URL: http://www.stellarium.org -Source0: http://downloads.sourceforge.net/stellarium/stellarium-%{version}.tar.gz +Source0: https://github.com/Stellarium/stellarium/releases/download/v%{version}/stellarium-%{version}.tar.gz BuildRequires: phonon-devel BuildRequires: SDL_mixer-devel @@ -44,9 +44,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fPIC" %{cmake} -DCMAKE_BUILD_TYPE=Release -DQT5_LIBS=%{_libdir}/qt5 make VERBOSE=1 %{?_smp_mflags} -#Hack to fix lunar eclipse crash. Fixed upstream in next release. -#cp textures/earth-shadow-new.png textures/earth-shadow.png - %install make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{_bindir}/install -c -p" mkdir -p $RPM_BUILD_ROOT%{_libdir} @@ -73,9 +70,6 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ data/stellarium.desktop -#mkdir -p $RPM_BUILD_ROOT/%{_datadir}/appdata -#cp -p data/stellarium.appdata.xml $RPM_BUILD_ROOT/%{_datadir}/appdata - %files %license COPYING %doc ChangeLog CREDITS.md README.md @@ -85,12 +79,14 @@ desktop-file-install \ %{_datadir}/metainfo/stellarium.appdata.xml %{_datadir}/icons/hicolor/*/apps/stellarium.png %{_mandir}/man1/stellarium.1* -%{_libdir}/*.so %{_datadir}/mime/packages/stellarium.xml %ldconfig_scriptlets %changelog +* Mon Jun 24 2019 Gwyn Ciesla - 0.19.1-1 +- 0.19.2 + * Mon Mar 25 2019 Gwyn Ciesla - 0.19.0-1 - 0.19.0