Hello community,

here is the log from the commit of package python3-pygame for openSUSE:Factory 
checked in at 2017-03-02 19:42:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pygame (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pygame.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pygame"

Thu Mar  2 19:42:49 2017 rev:2 rq:461223 version:1.9.2+hg3425

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pygame/python3-pygame.changes    
2015-08-27 08:57:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pygame.new/python3-pygame.changes       
2017-03-02 19:42:50.324912969 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 01:21:18 UTC 2017 - toddrme2...@gmail.com
+
+- Handle include directory macro changes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-pygame.spec ++++++
--- /var/tmp/diff_new_pack.RwFcpN/_old  2017-03-02 19:42:51.124799788 +0100
+++ /var/tmp/diff_new_pack.RwFcpN/_new  2017-03-02 19:42:51.128799222 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pygame
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _lver   1.9.2
 %define _hgrev  hg3425
 %define oname   pygame
@@ -22,9 +23,9 @@
 Name:           python3-pygame
 Version:        %{_lver}+%{_hgrev}
 Release:        0
+Summary:        Python3 Module for Interfacing with the SDL Multimedia Library
 License:        LGPL-2.1+
 Group:          Development/Libraries/Python
-Summary:        Python3 Module for Interfacing with the SDL Multimedia Library
 Url:            http://www.pygame.org/
 # Downloaded from https://bitbucket.org/pygame/pygame/wiki/VersionControl
 # Packed as tar.bz2
@@ -35,19 +36,19 @@
 %endif
 BuildRequires:  dos2unix
 BuildRequires:  freetype2-devel
+BuildRequires:  libavformat-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libavformat-devel
 BuildRequires:  libswscale-devel
 BuildRequires:  libv4l-devel
-BuildRequires:  pkgconfig(SDL_image)
-BuildRequires:  pkgconfig(SDL_mixer)
-BuildRequires:  pkgconfig(SDL_ttf)
-BuildRequires:  pkgconfig(zlib)
 BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel
 BuildRequires:  xorg-x11
+BuildRequires:  pkgconfig(SDL_image)
+BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(SDL_ttf)
+BuildRequires:  pkgconfig(zlib)
 %if 0%{?suse_version} >= 1320
 BuildRequires:  portmidi-devel
 %endif
@@ -129,6 +130,6 @@
 
 %files devel
 %defattr(-,root,root,-)
-%{py3_incdir}/%{oname}
+%{_includedir}
 
 %changelog


Reply via email to