Hello community,
here is the log from the commit of package freealut
checked in at Wed Nov 1 01:35:00 CET 2006.
--------
--- freealut/freealut.changes 2006-10-24 00:14:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/freealut/freealut.changes 2006-10-31 17:22:40.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 17:22:37 CET 2006 - meissner(a)suse.de
+
+- use RPM_OPT_FLAGS
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ freealut.spec ++++++
--- /var/tmp/diff_new_pack.dPxlP1/_old 2006-11-01 01:34:48.000000000 +0100
+++ /var/tmp/diff_new_pack.dPxlP1/_new 2006-11-01 01:34:48.000000000 +0100
@@ -12,11 +12,11 @@
Name: freealut
BuildRequires: openal-devel
-License: Other License(s), see package
+License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/Libraries
Autoreqprov: on
Version: 1.1.0
-Release: 1
+Release: 3
URL: http://www.openal.org/
Summary: freealut is a free implementation of OpenAL's ALUT standard
Source: %{name}-%{version}.tar.bz2
@@ -56,6 +56,7 @@
%build
%{?suse_update_config:%{suse_update_config -f linux}}
+CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --libdir=%{_libdir}
make %{?jobs:-j %jobs}
@@ -85,6 +86,8 @@
%{_libdir}/pkgconfig/*.pc
%changelog -n freealut
+* Tue Oct 31 2006 - meissner(a)suse.de
+- use RPM_OPT_FLAGS
* Tue Oct 24 2006 - ro(a)suse.de
- created package (branch from openal)
- added split-provides from openal-devel
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package filters
checked in at Wed Nov 1 01:34:42 CET 2006.
--------
--- filters/filters.changes 2006-08-14 17:21:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/filters/filters.changes 2006-10-31 17:12:31.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 17:12:23 CET 2006 - meissner(a)suse.de
+
+- use RPM_OPT_FLAGS for ppmtomd.c too.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ filters.spec ++++++
--- /var/tmp/diff_new_pack.IMNpxA/_old 2006-11-01 01:34:17.000000000 +0100
+++ /var/tmp/diff_new_pack.IMNpxA/_new 2006-11-01 01:34:17.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package filters (Version 2006.8.14)
+# spec file for package filters (Version 2006.10.31)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,13 +12,13 @@
Name: filters
BuildRequires: gcc-c++ ghostscript-mini libnetpbm libpng-devel
-License: GPL
+License: GNU General Public License (GPL) - all versions
Group: Hardware/Printing
Obsoletes: ppa
Requires: ghostscript_any
Autoreqprov: on
Summary: Printer Filters for HP, Lexmark, CaPSL, Citizen, and Apple
-Version: 2006.8.14
+Version: 2006.10.31
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
URL: http://sourceforge.net/projects/pnm2ppa
@@ -218,6 +218,8 @@
%doc %{_docdir}/%{name}/
%changelog -n filters
+* Tue Oct 31 2006 - meissner(a)suse.de
+- use RPM_OPT_FLAGS for ppmtomd.c too.
* Mon Aug 14 2006 - werner(a)suse.de
- Update Minolta filter progam min12xxw-0.0.9 (bug #198661)
* Thu May 18 2006 - schwab(a)suse.de
++++++ ppmtomd-1.2.dif ++++++
--- /var/tmp/diff_new_pack.IMNpxA/_old 2006-11-01 01:34:18.000000000 +0100
+++ /var/tmp/diff_new_pack.IMNpxA/_new 2006-11-01 01:34:18.000000000 +0100
@@ -18,6 +18,15 @@
# NOTE: optimization is recommended, as this driver does a lot
# of work. Switching on optimization *does* change the output
+@@ -27,7 +27,7 @@
+ # of work. Switching on optimization *does* change the output
+ # slightly, probably owing to slight differences in floating point
+ # calculations.
+-CDEBUGFLAGS=-O2
++CDEBUGFLAGS=$(RPM_OPT_FLAGS)
+ # if your ppm libraries are not in a standard place, uncomment
+ # and change this. You may also need thing like -R, but if you're
+ # on that sort of system you probably know it!
@@ -44,6 +45,8 @@
$(CC) $(CDEBUGFLAGS) $(DEFAULTMODEL) -W -Wall -Wstrict-prototypes -c ppmtomd.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org