Hello community,

here is the log from the commit of package naev for openSUSE:Factory checked in 
at 2017-07-25 11:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/naev (Old)
 and      /work/SRC/openSUSE:Factory/.naev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "naev"

Tue Jul 25 11:39:55 2017 rev:3 rq:512093 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/naev/naev.changes        2017-02-21 
13:51:19.136174640 +0100
+++ /work/SRC/openSUSE:Factory/.naev.new/naev.changes   2017-07-25 
11:40:25.420110202 +0200
@@ -1,0 +2,16 @@
+Sat Jul 22 11:17:19 UTC 2017 - mailaen...@opensuse.org
+
+- Update to version 0.7.0
+  * New missions
+  * Initial asteroids support
+  * Initial fleet formation support
+  * Fixed screen scaling
+  * Mission fixes
+  * Lua backend unified
+  * Lua console tab completion
+  * Generalized claim system
+- Enable SDL2 mixer support
+- Install icons
+- Add desktop/icon macros
+
+-------------------------------------------------------------------

Old:
----
  naev-0.6.1.tar.bz2
  ndata-0.6.1.zip

New:
----
  naev-0.7.0-ndata.zip
  naev-0.7.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ naev.spec ++++++
--- /var/tmp/diff_new_pack.xQ40Ej/_old  2017-07-25 11:40:35.710657345 +0200
+++ /var/tmp/diff_new_pack.xQ40Ej/_new  2017-07-25 11:40:35.710657345 +0200
@@ -17,29 +17,27 @@
 
 
 Name:           naev
-Version:        0.6.1
-Release:        1.1
+Version:        0.7.0
+Release:        0
 Summary:        2D action RPG space game
 License:        GPL-3.0
 Group:          Amusements/Games/Action/Other
 Url:            http://naev.org/
 Source0:        
http://downloads.sourceforge.net/naev/%{name}-%{version}/%{name}-%{version}.tar.bz2
-Source1:        
http://downloads.sourceforge.net/naev/%{name}-%{version}/ndata-%{version}.zip
+Source1:        
http://downloads.sourceforge.net/naev/%{name}-%{version}/%{name}-%{version}-ndata.zip
 BuildRequires:  SDL2-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libSDL2_mixer-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libzip-devel
-BuildRequires:  openal-soft-devel
-Requires:       %{name}-data = %{version}
-%if %{suse_version} > 1210
 BuildRequires:  lua51-devel
-%else
-BuildRequires:  lua-devel
-%endif
+BuildRequires:  openal-soft-devel
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
+Requires:       %{name}-data = %{version}
 
 %description
 Naev is a 2D space trading and combat game, in a similar vein to Escape 
Velocity.
@@ -61,19 +59,34 @@
 %setup -q
 
 %build
-# note the ndata-path needs to point directly to the file
-%configure --enable-lua=shared --without-sdlmixer 
--with-ndata-path=%{_datadir}/%{name}/ndata-%{version}.zip
+%configure --with-ndata-path=%{_datadir}/%{name}/ndata-%{version}.zip 
--enable-lua=shared --disable-shave --enable-debug=no
 
 make %{?_smp_mflags}
 
 %install
 %make_install
 
+install -D -m 0644 extras/logos/logo16.png 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/naev.png
+install -D -m 0644 extras/logos/logo32.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/naev.png
+install -D -m 0644 extras/logos/logo64.png 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/naev.png
+install -D -m 0644 extras/logos/logo128.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/naev.png
+
 %suse_update_desktop_file %{name}
 
+mkdir -p %{buildroot}%{_datadir}/naev
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/naev/ndata-%{version}.zip
+
 # Already packaged by the doc macro
 rm -fr %{buildroot}%{_datadir}/doc
 
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS LICENSE README TODO
@@ -83,6 +96,7 @@
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/*.appdata.xml
 %{_datadir}/pixmaps/*.png
+%{_datadir}/icons/hicolor/*x*/apps/naev.png
 
 %files data
 %defattr(-,root,root)

++++++ naev-0.6.1.tar.bz2 -> naev-0.7.0.tar.bz2 ++++++
++++ 26852 lines of diff (skipped)


Reply via email to