Hello community, here is the log from the commit of package atomiks for openSUSE:Factory checked in at 2015-03-16 09:42:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atomiks (Old) and /work/SRC/openSUSE:Factory/.atomiks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atomiks" Changes: -------- --- /work/SRC/openSUSE:Factory/atomiks/atomiks.changes 2014-11-24 11:16:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.atomiks.new/atomiks.changes 2015-03-16 09:42:21.000000000 +0100 @@ -1,0 +2,34 @@ +Thu Mar 12 19:51:29 UTC 2015 - [email protected] + +- Add description for sed + +------------------------------------------------------------------- +Thu Mar 12 17:57:25 UTC 2015 - [email protected] + +- Update to 1.0.4.1, announce message: + - Fixed the reaction to a 'close window' event during level + selection so Atomiks quits properly, + - Intro screens can be switched to fullscreen now without + the screen becoming messy. + - Changed internal methods for storing bitmaps: dependencies to + SDL_Image, zlib and libpng have been dropped in favor of my own + compression routines, + - Added support for numeric keys to control the game, + - Added home/end keys support for level selection, + - Code cleanup and reorganizations to ease possible ports to + non-SDL platforms, + - Displaying the level's number in the level selection menu, + - Moved away from SDL to SDL2 + (gained hardware acceleration in the process), + - Redrawn all internal bitmaps to be fully 320x200 compatible, + - Replaced configuration path routines by SDL2 native calls + (hence the placement of the config file changed), + - Implemented fullscreen switching under ALT+ENTER. + +- Remove icon atomiks.png, use supplied +- Use SDL2_image, SDL2_mixer and sdl2 instead of SDL_image, + SDL_mixer and sdl +- Add sed, fix editor installation +- Use *.txt instead of full names + +------------------------------------------------------------------- Old: ---- atomiks.png atomiks_v1.03.tgz New: ---- atomiks-1.0.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atomiks.spec ++++++ --- /var/tmp/diff_new_pack.VsqpD5/_old 2015-03-16 09:42:22.000000000 +0100 +++ /var/tmp/diff_new_pack.VsqpD5/_new 2015-03-16 09:42:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package atomiks # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Mateusz Viste # # All modifications and additions to the file contributed by third parties @@ -18,15 +18,14 @@ Name: atomiks -Version: 1.03 +Version: 1.0.4.1 Release: 0 Summary: A faithful remake of, and a tribute to, Atomix, a classic puzzle game License: GPL-3.0+ Group: Amusements/Games/Logic Url: http://atomiks.sourceforge.net/ -Source0: http://downloads.sourceforge.net/%{name}/v%{version}/%{name}_v%{version}.tgz -Source1: %{name}.png -Source2: %{name}.desktop +Source0: http://downloads.sourceforge.net/%{name}/v%{version}/%{name}-%{version}.tar.gz +Source1: %{name}.desktop %if 0%{?suse_version} BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -37,9 +36,9 @@ BuildRequires: libpng-devel BuildRequires: upx BuildRequires: zlib-devel -BuildRequires: pkgconfig(SDL_image) -BuildRequires: pkgconfig(SDL_mixer) -BuildRequires: pkgconfig(sdl) +BuildRequires: pkgconfig(SDL2_image) +BuildRequires: pkgconfig(SDL2_mixer) +BuildRequires: pkgconfig(sdl2) %description Atomiks is a faithful remake of, and a tribute to, Atomix, a classic puzzle game @@ -47,10 +46,13 @@ Atomiks is free software, and shares no code with the original Atomix game. %prep -%setup -q -n %{name}_v%{version}_src +%setup -q + +# SED-FIX-OPENSUSE -- add editor +sed -i -e 's|all: atomiks|all: atomiks editor|' Makefile # Some docs have the DOS line ends -dos2unix readme.txt license.txt history.txt +dos2unix *.txt %build make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -61,10 +63,10 @@ install -Dm 0755 editor %{buildroot}%{_bindir}/%{name}-editor # install icon -install -Dm 0644 %{S:1} %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/%{name}.png +install -Dm 0644 %{name}.png %{buildroot}/%{_datadir}/icons/hicolor/64x64/apps/%{name}.png # install Desktop file -install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop +install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop %if 0%{?suse_version} %suse_update_desktop_file %{name} @@ -73,7 +75,7 @@ %files %defattr(-,root,root,-) -%doc history.txt license.txt readme.txt +%doc *.txt %{_bindir}/%{name} %{_bindir}/%{name}-editor %{_datadir}/applications/%{name}.desktop -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
