Hello community, here is the log from the commit of package glu for openSUSE:Factory checked in at 2012-10-26 17:46:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glu (Old) and /work/SRC/openSUSE:Factory/.glu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glu", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/glu/glu.changes 2012-09-25 14:18:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.glu.new/glu.changes 2012-10-26 17:46:33.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Oct 20 21:33:12 UTC 2012 - [email protected] + +- Add Obsoletes/Provides for Mesa-libGLU1 +- Avoid running configure twice + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glu.spec ++++++ --- /var/tmp/diff_new_pack.iXByQS/_old 2012-10-26 17:46:34.000000000 +0200 +++ /var/tmp/diff_new_pack.iXByQS/_new 2012-10-26 17:46:34.000000000 +0200 @@ -45,6 +45,10 @@ %package -n %lname Summary: OpenGL utility library Group: System/Libraries +# O/P since 12.3. This Obsoletes is special (since glu is in fact Mesa), +# and should not be copy-pasted without review. +Obsoletes: Mesa-libGLU1 < %version-%release +Provides: Mesa-libGLU1 = %version-%release %description -n %lname GLU offers simple interfaces for building mipmaps; checking for the @@ -62,6 +66,9 @@ Summary: Development files for the GLU API Group: Development/Libraries/C and C++ Requires: %lname = %version +# O/P since 12.3 +Obsoletes: Mesa-libGLU-devel < %version-%release +Provides: Mesa-libGLU-devel = %version-%release %description devel GLU offers simple interfaces for building mipmaps; checking for the @@ -76,10 +83,12 @@ compiling programs with GLU. %prep -%setup -q -n glu-%{version} +%setup -q %build -sh autogen.sh +if [ ! -e configure ]; then + NOCONFIGURE=1 ./autogen.sh; +fi; %configure --disable-static make %{?_smp_mflags} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
