Hello community, here is the log from the commit of package Mesa-demo for openSUSE:Factory checked in at 2017-02-04 15:18:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa-demo (Old) and /work/SRC/openSUSE:Factory/.Mesa-demo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa-demo" Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa-demo/Mesa-demo.changes 2015-12-17 15:53:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa-demo.new/Mesa-demo.changes 2017-02-04 16:53:47.722439765 +0100 @@ -1,0 +2,5 @@ +Mon Jan 30 21:22:54 UTC 2017 - [email protected] + +- Update RPM group; use faster find+ variant. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-demo.spec ++++++ --- /var/tmp/diff_new_pack.pIuW2X/_old 2017-02-04 16:53:48.082388520 +0100 +++ /var/tmp/diff_new_pack.pIuW2X/_new 2017-02-04 16:53:48.082388520 +0100 @@ -1,7 +1,7 @@ # # spec file for package Mesa-demo # -# 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 @@ -21,7 +21,7 @@ Release: 0 Summary: Mesa demo programs for the OpenGL stack License: MIT -Group: System/Libraries +Group: Development/Tools/Other Url: http://www.mesa3d.org Source0: ftp://ftp.freedesktop.org/pub/mesa/demos/%{version}/mesa-demos-%{version}.tar.bz2 Source1: ftp://ftp.freedesktop.org/pub/mesa/demos/%{version}/mesa-demos-%{version}.tar.bz2.sig @@ -63,7 +63,7 @@ %package x Summary: GLX-based demos -Group: System/Libraries +Group: Development/Tools/Other %description x This package contains some common GLX-based demos. @@ -81,9 +81,9 @@ %install mkdir -p %{buildroot}%{_libdir} cp -r src %{buildroot}%{_libdir}/mesa-demos -find %{buildroot}%{_libdir}/mesa-demos -depth \( -name Makefile\* -o -name .\?\?\* -o -name \*.\[acho] \) -exec rm -rf \{\} \; -find %{buildroot}%{_libdir}/mesa-demos -depth -type d -exec rmdir --ignore-fail-on-non-empty \{\} \; -find %{buildroot}%{_libdir}/mesa-demos -name \*.py -exec chmod 755 \{\} \; +find %{buildroot}%{_libdir}/mesa-demos -depth \( -name Makefile\* -o -name .\?\?\* -o -name \*.\[acho] \) -exec rm -rf \{\} + +find %{buildroot}%{_libdir}/mesa-demos -depth -type d -exec rmdir --ignore-fail-on-non-empty \{\} + +find %{buildroot}%{_libdir}/mesa-demos -name \*.py -exec chmod 755 \{\} + chmod -R go=rX %{buildroot}/usr mkdir -p %{buildroot}/%{_bindir} ln -s %{_libdir}/mesa-demos/xdemos/glxgears %{buildroot}/%{_bindir}/glxgears
