Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit jpeg
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 11 Oct 2007 21:10:19 +0200
- Message-id: <20071011191019.99CDF6780DE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package jpeg
checked in at Thu Oct 11 21:10:19 CEST 2007.
--------
--- jpeg/jpeg.changes 2006-10-23 02:16:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/jpeg/jpeg.changes 2007-10-10 14:31:59.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 14:31:54 CEST 2007 - nadvornik@xxxxxxx
+
+- do not add -fstack-protector explicitely
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jpeg.spec ++++++
--- /var/tmp/diff_new_pack.Te4606/_old 2007-10-11 21:10:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Te4606/_new 2007-10-11 21:10:00.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package jpeg (Version 6b)
#
-# 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.
#
@@ -11,13 +11,13 @@
# norootforbuild
Name: jpeg
-License: BSD License and BSD-like, Other License(s), see package
+License: BSD 3-Clause
Group: Productivity/Graphics/Convertors
-Autoreqprov: on
+AutoReqProv: on
Version: 6b
-Release: 763
+Release: 814
Summary: Independent JPEG Group's JPEG Software
-URL: http://www.ijg.org/
+Url: http://www.ijg.org/
Source: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.bz2
Patch: jpeg-6b.dif
Patch1: jpeg-6b-int32.patch
@@ -69,10 +69,10 @@
%package -n libjpeg
Version: 6.2.0
-Release: 763
+Release: 814
Summary: JPEG libraries
Group: System/Libraries
-Autoreqprov: on
+AutoReqProv: on
%description -n libjpeg
The libraries (static and dynamic) for the jpeg-graphics format. The
@@ -87,14 +87,14 @@
%package -n libjpeg-devel
Version: 6.2.0
-Release: 29
-Summary: Development Tools for Programs which will use the Libjpeg Library
+Release: 80
+Summary: Development Tools for applications which will use the Libjpeg Library
Group: Development/Libraries/C and C++
Requires: libjpeg = 6.2.0
%description -n libjpeg-devel
-The libjpeg-devel package includes the header files and static
-libraries necessary for developing programs which will manipulate JPEG
+The libjpeg-devel package includes the header files and libraries
+necessary for compiling and linking programs which will manipulate JPEG
files using the libjpeg library.
@@ -113,7 +113,7 @@
sed -e 's/powerpc/flowerpower/' < ltconfig > ltconfig.new
mv ltconfig.new ltconfig
chmod u+x ltconfig
-CFLAGS="$RPM_OPT_FLAGS -fstack-protector" ./configure --prefix=/usr \
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \
--enable-shared --enable-static --mandir=%{_mandir} \
--libdir=%{_libdir}
make libdir=%{_libdir}
@@ -153,8 +153,9 @@
/usr/include/*.h
%{_libdir}/libjpeg.a
%{_libdir}/libjpeg.so
-
-%changelog -n jpeg
+%changelog
+* Wed Oct 10 2007 - nadvornik@xxxxxxx
+- do not add -fstack-protector explicitely
* Mon Oct 23 2006 - dmueller@xxxxxxx
- remove unnecessary libtool .la file
* Fri Mar 03 2006 - nadvornik@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |