Hello community,

here is the log from the commit of package twind for openSUSE:Factory checked 
in at 2014-12-10 23:44:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/twind (Old)
 and      /work/SRC/openSUSE:Factory/.twind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "twind"

Changes:
--------
--- /work/SRC/openSUSE:Factory/twind/twind.changes      2014-12-05 
21:03:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.twind.new/twind.changes 2014-12-10 
23:44:37.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Dec  8 22:08:24 UTC 2014 - [email protected]
+
+- Use CFLAGS="%{optflags}" to fix
+  'File is compiled without RPM_OPT_FLAGS'
+- Install icon in %{_datadir}/icons/hicolor/-x-/apps/
+  instead of %{_datadir}/pixmaps/
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ twind.spec ++++++
--- /var/tmp/diff_new_pack.hWkhC9/_old  2014-12-10 23:44:39.000000000 +0100
+++ /var/tmp/diff_new_pack.hWkhC9/_new  2014-12-10 23:44:39.000000000 +0100
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(SDL_image)
 BuildRequires:  pkgconfig(SDL_mixer)
 BuildRequires:  pkgconfig(sdl)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The object of the game is to remove all of the blocks from the screen
@@ -53,7 +54,7 @@
        Makefile
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 mkdir -p %{buildroot}%{_bindir}
@@ -62,7 +63,7 @@
              
HIGH_SCORE_PREFIX=%{buildroot}%{_localstatedir}/games/twindistress/
 
 # install icon
-install -Dm 0644 graphics/%{name}.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -Dm 0644 graphics/%{name}.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 # install Desktop file
 install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -77,7 +78,7 @@
 %doc AUTHORS COPYING CREDITS ChangeLog NEWS README
 %attr(0755,root,games) %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/
 %{_datadir}/%{name}
 %attr(0775,root,games) %{_localstatedir}/games/twindistress
 # Correct Permissions

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to