Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit gle
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Aug 2007 16:27:51 +0200
- Message-id: <20070803142751.C07A167832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gle
checked in at Fri Aug 3 16:27:51 CEST 2007.
--------
--- gle/gle.changes 2006-11-07 17:46:23.000000000 +0100
+++ /mounts/work_src_done/STABLE/gle/gle.changes 2007-08-03 16:03:36.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 3 16:03:24 CEST 2007 - dmueller@xxxxxxx
+
+- update to 3.1.0:
+ * alphablending support
+
+-------------------------------------------------------------------
Old:
----
gle-3.0.6.dif
gle-3.0.6.tar.bz2
New:
----
gle-3.1.0.diff
gle-3.1.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gle.spec ++++++
--- /var/tmp/diff_new_pack.gg2388/_old 2007-08-03 16:26:52.000000000 +0200
+++ /var/tmp/diff_new_pack.gg2388/_new 2007-08-03 16:26:52.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package gle (Version 3.0.6)
+# spec file for package gle (Version 3.1.0)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,14 +12,14 @@
Name: gle
BuildRequires: freeglut-devel libdrm-devel libstdc++-devel xorg-x11
-License: Freely Redistributable Software (FSR), Other License(s), see package
+License: Any permissive, The different parts of this distribution have different software
Group: System/Libraries
Autoreqprov: on
-Version: 3.0.6
-Release: 678
+Version: 3.1.0
+Release: 1
Source: http://download.sourceforge.net/gle/gle-%{version}.tar.bz2
-Patch0: gle-%{version}.dif
-Patch1: gle-%{version}-fltmax.dif
+Patch0: gle-%{version}.diff
+Patch1: gle-3.0.6-fltmax.dif
URL: http://linas.org/gle/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: The GLE Tubing and Extrusion Library
@@ -42,7 +42,7 @@
%prep
%setup
-%patch0
+%patch
%patch1
find -name ".cvsignore" | xargs rm -fv
@@ -79,7 +79,10 @@
%{_libdir}/lib*
%{_prefix}/include/GL
-%changelog -n gle
+%changelog
+* Fri Aug 03 2007 - dmueller@xxxxxxx
+- update to 3.1.0:
+ * alphablending support
* Tue Nov 07 2006 - prusnak@xxxxxxx
- changed MAXFLOAT to FLT_MAX
* Tue Nov 07 2006 - prusnak@xxxxxxx
++++++ gle-3.1.0.diff ++++++
--- doc/Makefile.am
+++ doc/Makefile.am
@@ -7,5 +7,5 @@
EXTRA_DIST = .cvsignore COPYING.artistic gle-3.0.lsm
-SUFFIXES += .lsm
+SUFFIXES = .lsm
--- doc/html/Makefile.am
+++ doc/html/Makefile.am
@@ -87,5 +87,5 @@
EXTRA_DIST = .cvsignore $(doc_DATA)
-SUFFIXES += .html .gif .jpg
+SUFFIXES = .html .gif .jpg
--- man/Makefile.am
+++ man/Makefile.am
@@ -22,7 +22,7 @@
$(man_RAW) \
Makefile.sgi
-SUFFIXES += .man .3gle
+SUFFIXES = .man .3gle
# for the ordinary install, just copy the raw files ....
.man.3gle:
@@ -38,4 +38,4 @@
psroff -t -man < $< > $*.ps
-CLEANFILES += $(man_MANS)
+CLEANFILES = $(man_MANS)
--- src/Makefile.am
+++ src/Makefile.am
@@ -47,7 +47,7 @@
INCLUDES = \
@X_CFLAGS@
-CFLAGS = @CFLAGS@ -Wall -pedantic -Wstrict-prototypes -Wconversion
+CFLAGS = @CFLAGS@ -Wall -Wstrict-prototypes -Wconversion
docdir = $(datadir)/doc/gle/
++++++ gle-3.0.6.tar.bz2 -> gle-3.1.0.tar.bz2 ++++++
++++ 13849 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |