commit freeglut for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2020-03-17 13:06:14

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new.3160 (New)


Package is "freeglut"

Tue Mar 17 13:06:14 2020 rev:39 rq:784234 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2020-03-05 
23:17:17.333143537 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new.3160/freeglut.changes  
2020-03-17 13:06:17.549621462 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 09:39:20 UTC 2020 - Tomáš Chvátal 
+
+- Explicitely disable rpath to fix Leap builds
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.lSlmvg/_old  2020-03-17 13:06:18.269622014 +0100
+++ /var/tmp/diff_new_pack.lSlmvg/_new  2020-03-17 13:06:18.273622018 +0100
@@ -112,6 +112,7 @@
 
 %build
 %cmake \
+-DCMAKE_SKIP_RPATH=ON \
 -DFREEGLUT_BUILD_STATIC_LIBS=OFF
 %cmake_build
 




commit freeglut for openSUSE:Factory

2020-03-05 Thread root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2020-03-05 23:17:05

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new.26092 (New)


Package is "freeglut"

Thu Mar  5 23:17:05 2020 rev:38 rq:780943 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2015-03-16 
06:53:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new.26092/freeglut.changes 
2020-03-05 23:17:17.333143537 +0100
@@ -1,0 +2,13 @@
+Mon Mar  2 12:40:01 UTC 2020 - Tomáš Chvátal 
+
+- Add patch to fix build with GCC 10 bsc#1160391:
+  * gcc10.patch
+
+---
+Thu Jan  9 08:04:16 UTC 2020 - Tomáš Chvátal 
+
+- Update to 3.2.1:
+  * Various fixes around the place that happened since last release
+- Fetch the glut manpages from web to point them somewhere
+
+---

Old:

  freeglut-3.0.0.tar.gz
  glutman.tar.bz2

New:

  freeglut-3.2.1.tar.gz
  gcc10.patch
  openglut-0.6.3-doc.tar.gz



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.l6ZURt/_old  2020-03-05 23:17:19.209144598 +0100
+++ /var/tmp/diff_new_pack.l6ZURt/_new  2020-03-05 23:17:19.253144624 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeglut
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _libname libglut3
 Name:   freeglut
-Version:3.0.0
+Version:3.2.1
 Release:0
 Summary:Freely licensed alternative to the GLUT library
 License:MIT
-Group:  System/Libraries
-Url:http://freeglut.sourceforge.net/
+URL:http://freeglut.sourceforge.net/
 Source: 
https://downloads.sourceforge.net/project/freeglut/%{name}/%{version}/%{name}-%{version}.tar.gz
-Source1:glutman.tar.bz2
+Source1:
https://downloads.sourceforge.net/openglut/openglut-0.6.3-doc.tar.gz
 Source2:baselibs.conf
+Patch0: gcc10.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -39,7 +39,6 @@
 Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut < 7.11
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Freeglut is a completely open source alternative to the OpenGL Utility
@@ -52,11 +51,10 @@
 containing OpenGL contexts and also read the mouse, keyboard, and
 joystick functions on a wide range of platforms.
 
-%package -n %_libname
+%package -n %{_libname}
 Summary:Freely licensed alternative to the GLUT library
-Group:  Development/Libraries/X11
 
-%description -n %_libname
+%description -n %{_libname}
 Freeglut is a completely open source alternative to the OpenGL Utility
 Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to
 support the sample programs in the second edition OpenGL Redbook. Since
@@ -69,8 +67,7 @@
 
 %package devel
 Summary:Development libraries, includes and man pages for freeglut 
(GLUT Library)
-Group:  Development/Libraries/X11
-Requires:   %_libname = %{version}
+Requires:   %{_libname} = %{version}
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
 Provides:   mesaglut-devel = 7.11
@@ -95,7 +92,6 @@
 
 %package demo
 Summary:Demonstration applications for the freeglut library
-Group:  System/X11/Utilities
 
 %description demo
 This package contains demonstration applications for the freeglut library.
@@ -111,12 +107,13 @@
 joystick functions on a wide range of platforms.
 
 %prep
-%setup -q -b0 -b1
+%setup -q -a1
+%patch0 -p3
 
 %build
 %cmake \
 -DFREEGLUT_BUILD_STATIC_LIBS=OFF
-make %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install
@@ -129,30 +126,27 @@
 done
 popd > /dev/null
 
-# old glut Manual Pages
+# glut manpages
 mkdir -p %{buildroot}/%{_mandir}/man3
-for i in ../glut-3.7/man/glut/glut*; do
-  install -m 644 $i %{buildroot}/%{_mandir}/man3/`basename $i man`3
-done
-
-%post -n %_libname -p /sbin/ldconfig
+install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3
 
-%postun -n %_libname -p /sbin/ldconfig
+%post -n %{_libname} -p /sbin/ldconfig
+%postun -n 

commit freeglut for openSUSE:Factory

2015-03-15 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2015-03-16 06:53:42

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2014-09-20 
07:26:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2015-03-16 
06:53:43.0 +0100
@@ -1,0 +2,16 @@
+Fri Mar 13 13:12:11 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.0.0
+  * Now with cmake build system
+  * Various small fixes around here and there - no upstream changelog
+apart from VCS
+- Remove some more obsolete things from spec now when we use cmake
+
+---
+Fri Mar 13 12:56:54 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner a bit
+- Remove obsolete conditions
+- Remove condition for sle11 build as it fails anyway
+
+---

Old:

  freeglut-2.8.1.tar.gz

New:

  freeglut-3.0.0.tar.gz



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.7hlm6w/_old  2015-03-16 06:53:44.0 +0100
+++ /var/tmp/diff_new_pack.7hlm6w/_new  2015-03-16 06:53:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeglut
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,10 +16,9 @@
 #
 
 
-%define debug 0
-
+%define _libname libglut3
 Name:   freeglut
-Version:2.8.1
+Version:3.0.0
 Release:0
 Summary:Freely licensed alternative to the GLUT library
 License:MIT
@@ -28,8 +27,8 @@
 Source: 
https://downloads.sourceforge.net/project/freeglut/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:glutman.tar.bz2
 Source2:baselibs.conf
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -40,11 +39,6 @@
 Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut  7.11
-# bug437293
-%ifarch ppc64
-Obsoletes:  freeglut-64bit
-%endif
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,11 +52,11 @@
 containing OpenGL contexts and also read the mouse, keyboard, and
 joystick functions on a wide range of platforms.
 
-%package -n libglut3
+%package -n %_libname
 Summary:Freely licensed alternative to the GLUT library
 Group:  Development/Libraries/X11
 
-%description -n libglut3
+%description -n %_libname
 Freeglut is a completely open source alternative to the OpenGL Utility
 Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to
 support the sample programs in the second edition OpenGL Redbook. Since
@@ -73,24 +67,14 @@
 containing OpenGL contexts and also read the mouse, keyboard, and
 joystick functions on a wide range of platforms.
 
-
 %package devel
 Summary:Development libraries, includes and man pages for freeglut 
(GLUT Library)
 Group:  Development/Libraries/X11
-Requires:   libglut3 = %{version}
-%if 0%{?suse_version} = 1220
+Requires:   %_libname = %{version}
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
-%else
-Requires:   xorg-x11-Mesa-devel
-%endif
 Provides:   mesaglut-devel = 7.11
 Obsoletes:  mesaglut-devel  7.11
-# bug437293
-%ifarch ppc64
-Obsoletes:  freeglut-devel-64bit
-%endif
-#
 
 %description devel
 This package contains all necessary include files and libraries needed
@@ -127,50 +111,44 @@
 joystick functions on a wide range of platforms.
 
 %prep
-%setup -q -b0 -b1 -n %{name}-%{version}
+%setup -q -b0 -b1
 
 %build
-./autogen.sh
-%configure \
-  --enable-replace-glut \
-%if %debug
-  --enable-debug \
-%endif
-  --disable-static
+%cmake \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot
+%cmake_install
+
 # install demo files
 install -d %{buildroot}%{_libexecdir}/freeglut
-for i in shapes smooth_opengl3 spaceball subwin CallbackMaker; do
-  install progs/demos/$i/.libs/$i %{buildroot}%{_libexecdir}/freeglut/$i
+pushd build/bin/  /dev/null
+for i in *; do
+install $i %{buildroot}%{_libexecdir}/freeglut/$i
 done
-install progs/demos/Fractals/.libs/fractals 
%{buildroot}%{_libexecdir}/freeglut/fractals
-install progs/demos/Fractals_random/.libs/fractals_random 

commit freeglut for openSUSE:Factory

2014-09-19 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2014-09-20 07:26:37

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2013-04-07 
14:21:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2014-09-20 
07:26:39.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 15 17:13:24 UTC 2014 - crrodrig...@opensuse.org
+
+- Cleanup buildrequires to include only what is actually 
+  used.
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.qTF3Gs/_old  2014-09-20 07:26:40.0 +0200
+++ /var/tmp/diff_new_pack.qTF3Gs/_new  2014-09-20 07:26:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freeglut
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -27,15 +27,16 @@
 Url:http://freeglut.sourceforge.net/
 Source: 
https://downloads.sourceforge.net/project/freeglut/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:glutman.tar.bz2
-BuildRequires:  Mesa-devel
+Source2:baselibs.conf
 BuildRequires:  gcc-c++
-BuildRequires:  libdrm-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  xorg-x11-devel
-%if 0%{?suse_version} = 1220
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
-%endif
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xxf86vm)
 Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut  7.11

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



commit freeglut for openSUSE:Factory

2013-04-07 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2013-04-07 14:21:54

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2013-03-25 
20:17:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2013-04-07 
14:21:54.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr  6 05:48:39 UTC 2013 - meiss...@suse.com
+
+- Update to 2.8.1
+  - bugfixes mostly, covering MacOS, Windows and also regular 
+UNIX X code.
+- use source url
+- dropped upstreamed freeglut-glextconflict.patch
+
+---

Old:

  freeglut-2.8.0.tar.bz2
  freeglut-glextconflict.patch

New:

  freeglut-2.8.1.tar.gz



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.Ii3FQG/_old  2013-04-07 14:21:57.0 +0200
+++ /var/tmp/diff_new_pack.Ii3FQG/_new  2013-04-07 14:21:57.0 +0200
@@ -19,16 +19,14 @@
 %define debug 0
 
 Name:   freeglut
-Version:2.8.0
+Version:2.8.1
 Release:0
 Summary:Freely licensed alternative to the GLUT library
 License:MIT
 Group:  System/Libraries
 Url:http://freeglut.sourceforge.net/
-Source: %{name}-%{version}.tar.bz2 
+Source: 
https://downloads.sourceforge.net/project/freeglut/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:glutman.tar.bz2
-# PATCH-FIX-UPSTREAM conflicting types with GLext - co...@suse.de
-Patch0: freeglut-glextconflict.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libdrm-devel
@@ -129,7 +127,6 @@
 
 %prep
 %setup -q -b0 -b1 -n %{name}-%{version}
-%patch0 -p1
 
 %build
 ./autogen.sh

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



commit freeglut for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2013-03-25 20:17:34

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2013-03-11 
10:08:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2013-03-25 
20:17:35.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 24 18:33:39 UTC 2013 - jeng...@inai.de
+
+- freeglut only directly depends on gl/glu, nothing else
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.Ez6fPR/_old  2013-03-25 20:17:41.0 +0100
+++ /var/tmp/diff_new_pack.Ez6fPR/_new  2013-03-25 20:17:41.0 +0100
@@ -35,7 +35,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-devel
-%if 0%{?suse_version}  1220
+%if 0%{?suse_version} = 1220
 BuildRequires:  pkgconfig(glu)
 %endif
 Recommends: Mesa-demo-x
@@ -79,10 +79,11 @@
 Summary:Development libraries, includes and man pages for freeglut 
(GLUT Library)
 Group:  Development/Libraries/X11
 Requires:   libglut3 = %{version}
-Requires:   xorg-x11-Mesa-devel
-Requires:   xorg-x11-devel
-%if 0%{?suse_version}  1220
+%if 0%{?suse_version} = 1220
+Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
+%else
+Requires:   xorg-x11-Mesa-devel
 %endif
 Provides:   mesaglut-devel = 7.11
 Obsoletes:  mesaglut-devel  7.11

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



commit freeglut for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2013-03-11 10:08:39

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2012-09-19 
13:04:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2013-03-11 
10:08:39.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  3 20:40:57 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call which also works on SLE
+  and others
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.2CPSJJ/_old  2013-03-11 10:08:44.0 +0100
+++ /var/tmp/diff_new_pack.2CPSJJ/_new  2013-03-11 10:08:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeglut
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -141,7 +141,7 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR=%buildroot
 # install demo files
 install -d %{buildroot}%{_libexecdir}/freeglut
 for i in shapes smooth_opengl3 spaceball subwin CallbackMaker; do

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



commit freeglut for openSUSE:Factory

2012-09-18 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2012-09-18 13:59:25

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2012-05-21 
07:56:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2012-09-18 
13:59:26.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 18 07:46:35 UTC 2012 - co...@suse.com
+
+- in 12.3 libGLU is no longer part of Mesa
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.xtOD11/_old  2012-09-18 13:59:27.0 +0200
+++ /var/tmp/diff_new_pack.xtOD11/_new  2012-09-18 13:59:27.0 +0200
@@ -33,6 +33,9 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-devel
+%if 0%{?suse_version}  1220
+BuildRequires:  pkgconfig(glu)
+%endif
 Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut  7.11
@@ -76,6 +79,9 @@
 Requires:   libglut3 = %{version}
 Requires:   xorg-x11-Mesa-devel
 Requires:   xorg-x11-devel
+%if 0%{?suse_version}  1220
+Requires:   pkgconfig(glu)
+%endif
 Provides:   mesaglut-devel = 7.11
 Obsoletes:  mesaglut-devel  7.11
 # bug437293

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



commit freeglut for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2012-05-21 07:56:15

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2012-03-01 
17:19:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2012-05-21 
07:56:17.0 +0200
@@ -1,0 +2,5 @@
+Sun May 13 15:09:10 UTC 2012 - m...@suse.com
+
+- Rename invalid package name Mesa-demos-base to Mesa-demo-x
+
+---



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.A6ahIE/_old  2012-05-21 07:56:18.0 +0200
+++ /var/tmp/diff_new_pack.A6ahIE/_new  2012-05-21 07:56:18.0 +0200
@@ -33,7 +33,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-devel
-Recommends: Mesa-demos-base
+Recommends: Mesa-demo-x
 Provides:   mesaglut = 7.11
 Obsoletes:  mesaglut  7.11
 # bug437293

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



commit freeglut for openSUSE:Factory

2012-03-01 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2012-03-01 17:19:43

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2012-02-21 
07:30:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2012-03-01 
17:19:48.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb 29 21:26:32 UTC 2012 - tabra...@novell.com
+
+- Update to 2.8.0
+  * There are now callbacks to support multitouch capability.
+  * Solaris and OSX support have improved.
+  * Fullscreen mode and Game mode behave better.
+  * Addition of Visual Studio 2010 projects  solutions.
+  * Many bugs have been fixed.
+
+---

Old:

  freeglut.tar.bz2

New:

  freeglut-2.8.0.tar.bz2



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.SBoXCj/_old  2012-03-01 17:19:49.0 +0100
+++ /var/tmp/diff_new_pack.SBoXCj/_new  2012-03-01 17:19:49.0 +0100
@@ -19,13 +19,13 @@
 %define debug 0
 
 Name:   freeglut
-Version:2.7.99.svn2007.0422
+Version:2.8.0
 Release:0
 Summary:Freely licensed alternative to the GLUT library
 License:MIT
 Group:  System/Libraries
 Url:http://freeglut.sourceforge.net/
-Source: freeglut.tar.bz2
+Source: %{name}-%{version}.tar.bz2 
 Source1:glutman.tar.bz2
 BuildRequires:  Mesa-devel
 BuildRequires:  gcc-c++
@@ -119,7 +119,7 @@
 joystick functions on a wide range of platforms.
 
 %prep
-%setup -q -b0 -b1 -n freeglut
+%setup -q -b0 -b1 -n %{name}-%{version}
 
 %build
 ./autogen.sh

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



commit freeglut for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory 
checked in at 2012-02-21 07:30:36

Comparing /work/SRC/openSUSE:Factory/freeglut (Old)
 and  /work/SRC/openSUSE:Factory/.freeglut.new (New)


Package is freeglut, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeglut/freeglut.changes2011-10-04 
18:09:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeglut.new/freeglut.changes   2012-02-21 
07:30:38.0 +0100
@@ -1,0 +2,25 @@
+Mon Feb 13 14:28:23 UTC 2012 - co...@suse.com
+
+- fix baselibs.conf for devel-32bit
+
+---
+Fri Jan 27 10:10:52 UTC 2012 - sasc...@gmx.de
+
+- Rename demos package to freeglut-demo to match other demo packages
+- Honor shared library policy:
+  * Rename base package to libglut3 and adjust baselibs.conf accordingly
+- Ran spec-cleaner
+
+---
+Tue Nov 15 19:06:27 UTC 2011 - johannesoberm...@gmx.de
+
+- Update to pre-2.8.0 git
+  * Use a prefixed version (2.7.99)
+- Install already built demos
+  * Add -demos subpackage
+- Remove obsolete compat70.tar.bz2
+- glxgears, xdriinfo and glxinfo are part of Mesa-demos-base
+  * Remove glxdemos.tar.bz2, glxdemos.diff, xdriinfo.tar.bz2
+freeglut-glxgears.notify.diff and freeglut-glxinfo.notify.diff
+
+---

Old:

  compat70.tar.bz2
  freeglut-100529.tar.bz2
  freeglut-glxgears-notify.diff
  freeglut-glxinfo-notify.diff
  glxdemos.diff
  glxdemos.tar.bz2
  xdriinfo-1.0.4.tar.bz2

New:

  freeglut.tar.bz2



Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.DJytfG/_old  2012-02-21 07:30:40.0 +0100
+++ /var/tmp/diff_new_pack.DJytfG/_new  2012-02-21 07:30:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeglut
 #
-# 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,35 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define debug 0
 
 Name:   freeglut
-BuildRequires:  Mesa-devel gcc-c++ libdrm-devel pkgconfig xorg-x11-devel
-BuildRequires:  libtool
+Version:2.7.99.svn2007.0422
+Release:0
 Summary:Freely licensed alternative to the GLUT library
-Version:100529
-Release:2
+License:MIT
+Group:  System/Libraries
 Url:http://freeglut.sourceforge.net/
-%define USE_EXTERNAL_MESA 1
-Source0:freeglut-%{version}.tar.bz2
+Source: freeglut.tar.bz2
 Source1:glutman.tar.bz2
-Source2:glxdemos.tar.bz2
-Source3:xdriinfo-1.0.4.tar.bz2
-Source4:compat70.tar.bz2
-Source5:baselibs.conf
-Patch1: glxdemos.diff
-Patch10:freeglut-glxgears-notify.diff
-Patch11:freeglut-glxinfo-notify.diff
-License:MIT
-Provides:   mesaglut
-Obsoletes:  mesaglut
+BuildRequires:  Mesa-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libdrm-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xorg-x11-devel
+Recommends: Mesa-demos-base
+Provides:   mesaglut = 7.11
+Obsoletes:  mesaglut  7.11
 # bug437293
 %ifarch ppc64
 Obsoletes:  freeglut-64bit
 %endif
 #
-Group:  System/Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,21 +54,30 @@
 containing OpenGL contexts and also read the mouse, keyboard, and
 joystick functions on a wide range of platforms.
 
+%package -n libglut3
+Summary:Freely licensed alternative to the GLUT library
+Group:  Development/Libraries/X11
+
+%description -n libglut3
+Freeglut is a completely open source alternative to the OpenGL Utility
+Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to
+support the sample programs in the second edition OpenGL Redbook. Since
+then, GLUT has been used in a wide variety of practical applications
+because it is simple, universally available, and highly portable.
 
+GLUT (and freeglut) allow the user to create and manage windows
+containing OpenGL contexts and also read the mouse, keyboard, and
+joystick functions on a wide range of platforms.
 
-Authors:
-
-Pawel W. Olszta
-Andreas Umbach
-Steve Baker
 
 %package devel
-License:MIT
 Summary:Development libraries, includes and man pages for freeglut 
(GLUT Library)
 Group:  

commit freeglut for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package freeglut for openSUSE:Factory
checked in at Tue Oct 4 18:09:50 CEST 2011.




--- openSUSE:Factory/freeglut/freeglut.changes  2011-09-23 01:58:12.0 
+0200
+++ /mounts/work_src_done/STABLE/freeglut/freeglut.changes  2011-10-01 
07:40:27.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  1 05:39:07 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ freeglut.spec ++
--- /var/tmp/diff_new_pack.6Gsraq/_old  2011-10-04 18:09:46.0 +0200
+++ /var/tmp/diff_new_pack.6Gsraq/_new  2011-10-04 18:09:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package freeglut (Version 100529)
+# spec file for package freeglut
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,6 +20,7 @@
 
 Name:   freeglut
 BuildRequires:  Mesa-devel gcc-c++ libdrm-devel pkgconfig xorg-x11-devel
+BuildRequires:  libtool
 Summary:Freely licensed alternative to the GLUT library
 Version:100529
 Release:2

continue with q...



Remember to have fun...

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