Hello community,

here is the log from the commit of package MesaGLw for openSUSE:Factory checked 
in at 2012-02-17 12:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MesaGLw (Old)
 and      /work/SRC/openSUSE:Factory/.MesaGLw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MesaGLw", Maintainer is "sndir...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/MesaGLw/MesaGLw.changes  2011-10-04 
18:06:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.MesaGLw.new/MesaGLw.changes     2012-02-17 
12:06:11.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 03:38:40 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Try shlib policy on the package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ MesaGLw.spec ++++++
--- /var/tmp/diff_new_pack.FCW1mV/_old  2012-02-17 12:06:12.000000000 +0100
+++ /var/tmp/diff_new_pack.FCW1mV/_new  2012-02-17 12:06:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MesaGLw
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           MesaGLw
-BuildRequires:  Mesa-devel openmotif-devel
+%define lname  Mesa-libGLw1
+BuildRequires:  Mesa-devel
+BuildRequires:  openmotif-devel
 Url:            http://www.mesa3d.org
-License:        MIT
-Group:          System/Libraries
 Provides:       Mesa:%{_libdir}/libGLw.so.1 
-AutoReqProv:    on
 Version:        7.10.2
-Release:        1
+Release:        0
 Summary:        Mesa Widget library
+License:        MIT
+Group:          Development/Libraries/C and C++
 Source:         MesaLib-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -40,11 +40,22 @@
 --------
     Brian Paul
 
+%package -n %lname
+Summary:        Mesa Widget library
+Group:          System/Libraries
+Provides:       libGLw1 = %version-%release
+Conflicts:      otherproviders(libGLw1)
+# O/P added in 12.2
+Provides:       MesaGLw = %version-%release
+Obsoletes:      MesaGLw < %version-%release
+
+%description -n %lname
+Widget library for Mesa.
+
 %package devel
-License:        MIT
-Requires:       MesaGLw = %version Mesa-devel xorg-x11-devel
+Requires:       Mesa-libGLw1 = %version Mesa-devel xorg-x11-devel
 Summary:        Libraries, includes and more to develop MesaGLw applications
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Provides:       Mesa-devel:%{_libdir}/libGLw.so
 
 %description devel
@@ -67,7 +78,7 @@
     --enable-opengl --with-driver=xlib \
     --enable-glw --enable-motif 
 cd src/glw/
-%{__make} %{?jobs:-j%jobs} OPT_FLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_libdir} \
@@ -76,21 +87,18 @@
 install -m 644 src/glw/*.h $RPM_BUILD_ROOT/usr/include/GL
 cp src/glw/README .
 
-%clean
-#rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files
+%files -n %lname
 %defattr(-,root,root)
 %doc README
-%{_libdir}/libGLw.so.*
+%{_libdir}/libGLw.so.1*
 
 %files devel
 %defattr(-,root,root)
-/usr/include/GL/GLw*.h
+/usr/include/GL
 %{_libdir}/libGLw.so
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to