Hello community, here is the log from the commit of package stellarium for openSUSE:Factory checked in at 2013-02-01 09:49:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stellarium (Old) and /work/SRC/openSUSE:Factory/.stellarium.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stellarium", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes 2012-10-16 12:03:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.stellarium.new/stellarium.changes 2013-02-01 09:49:57.000000000 +0100 @@ -1,0 +2,44 @@ +Thu Jan 31 15:55:43 UTC 2013 - [email protected] + +- Update to version 0.12.0: + + New features: + - New rendering engine (LP: #673183) + - Editable keybindings (LP: #1098851, #1035635, #832256, + #789002) + - Scripting for plugins (LP: #1040242) + - Some transneptunian objects (LP: #899084, #1051205) + - New geographical locations (LP: #1051803) + - New textures for DSO + - DeltaT and lunar acceleration computation (LP: #575621) + + Improvements: + - Improving the scripting engine (LP: #1059368) + - Improving the plugins (LP: #1082167, #1042714) + - Improving the coordinate grids (LP: #1036294) + - Improving the constellation boundaries (LP: #1039072) + - Improving the search tool + + Bug fixes: + - Clang Wself-assign warning during build process on some + platforms (LP: #1097358) + - Bugs in Observability plugin (LP: #1042059, #1054599, + #1053058) + - Bugs in TUI plugin (LP: #1083380) + - Bugs in Satellites plugin (LP: #1048220) + - Bugs in Compass plugin (LP: #695891) + - Bugs in scripting engine (LP: #1046518, #1092781) + - Font corruption bugs (LP: #597633, #778747, #819278, + #903310) + - Screen flashing in fullscreen mode (LP: #716695, #824788) + - Lost nebula images (LP: #1042393, #1051038) + - Bugs in Night Vision mode (LP: #578367) + - Bugs in GUI and Core (LP: #1090722, #1082510, #1071455, + #1071458, #1056868, #1054600, #1045111, #1040944, #1077545) + - Crashes (LP: #1043640, #1044654, #1045783) +- Drop outdated user guide from package, and corresponding + .desktop file (the user guide is now on the wiki + http://www.stellarium.org/wiki/index.php/Stellarium_User_Guide) +- Drop build dependency on ImageMagick, as the install script now + automatically installs prepackaged icons in the hicolor + directory +- Require qt >= 4.8 and cmake >= 2.8.7 for building. + +------------------------------------------------------------------- @@ -22 +66 @@ - - Various Stellarium freezes and crashed (LP: #1005155, + - Various Stellarium freezes and crashes (LP: #1005155, Old: ---- stellarium-0.11.4.tar.gz stellarium_user_guide-0.10.2-1.pdf stellarium_user_guide.desktop New: ---- stellarium-0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stellarium.spec ++++++ --- /var/tmp/diff_new_pack.ArY2Ej/_old 2013-02-01 09:50:03.000000000 +0100 +++ /var/tmp/diff_new_pack.ArY2Ej/_new 2013-02-01 09:50:03.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package stellarium # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,19 @@ Name: stellarium -Version: 0.11.4 +Version: 0.12.0 Release: 0 Summary: Astronomical Sky Simulator License: GPL-2.0+ Group: Productivity/Scientific/Astronomy Url: http://stellarium.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Source1: stellarium_user_guide-0.10.2-1.pdf -Source2: stellarium_user_guide.desktop -BuildRequires: ImageMagick BuildRequires: Mesa-devel -BuildRequires: cmake +BuildRequires: cmake >= 2.8.7 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme -BuildRequires: libqt4-devel >= 4.6 +BuildRequires: libqt4-devel >= 4.8 BuildRequires: phonon-devel BuildRequires: update-desktop-files BuildRequires: zlib-devel @@ -47,11 +44,6 @@ %prep %setup -q -install -p -m644 %{S:1} stellarium_user_guide.pdf - -# This creates 5 png images with res from 64x64 down to 16x16 -# named from %%{name}-0.png to %%{name}-4.png respectively, all of which we install. -convert data/%{name}.ico %{name}.png # Remove Apache licensed file used only for Windows builds and not needed here anyway # See bnc#766373 @@ -65,20 +57,12 @@ %install make install DESTDIR=%{?buildroot} -install -p -D -m0644 %{name}-0.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png -install -p -D -m0644 %{name}-1.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png -install -p -D -m0644 %{name}-2.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -install -p -D -m0644 %{name}-3.png %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png -install -p -D -m0644 %{name}-4.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png # Remove .xpm icon from /usr/share/pixmaps as we already # install appropriate icons in the hicolor directory rm %{buildroot}%{_datadir}/pixmaps/%{name}.xpm %suse_update_desktop_file -c stellarium Stellarium "Planetarium in your computer" stellarium stellarium Science Astronomy -%suse_update_desktop_file -n -i stellarium_user_guide -# entry for susehelp -%{__install} -pDm 644 %{S:2} %{buildroot}/%{_datadir}/susehelp/meta/Stellarium/stellarium_user_guide.desktop mkdir -p %{buildroot}/%{_datadir}/stellarium/data/script_internet_update %fdupes %{buildroot} @@ -102,15 +86,13 @@ %files -f %{name}.lang %defattr(-,root,root,755) -%doc AUTHORS ChangeLog COPYING README stellarium_user_guide.pdf -%dir %{_datadir}/susehelp/ -%dir %{_datadir}/susehelp/meta -%dir %{_datadir}/susehelp/meta/Stellarium +%doc AUTHORS ChangeLog COPYING README +%dir %{_datadir}/icons/hicolor/512x512/ +%dir %{_datadir}/icons/hicolor/512x512/apps/ %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* -%{_datadir}/susehelp/meta/Stellarium/stellarium_user_guide.desktop %{_mandir}/man1/%{name}.1%{ext_man} %changelog ++++++ stellarium-0.11.4.tar.gz -> stellarium-0.12.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/stellarium/stellarium-0.11.4.tar.gz /work/SRC/openSUSE:Factory/.stellarium.new/stellarium-0.12.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
