Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit licq
- From: root@xxxxxxx (h_root)
- Date: Mon, 3 Apr 2006 18:34:39 +0200 (CEST)
- Message-id: <20060403163439.062A28BDD1@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package licq
checked in at Mon Apr 3 18:34:39 CEST 2006.
--------
--- KDE/licq/licq.changes 2006-03-27 17:47:42.000000000 +0200
+++ licq/licq.changes 2006-04-03 10:41:57.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 3 10:41:26 CEST 2006 - lmichnovic@xxxxxxx
+
+- fixed building for PLUS
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ licq.spec ++++++
--- /var/tmp/diff_new_pack.7CXPRN/_old 2006-04-03 18:34:07.000000000 +0200
+++ /var/tmp/diff_new_pack.7CXPRN/_new 2006-04-03 18:34:07.000000000 +0200
@@ -11,12 +11,12 @@
# norootforbuild
Name: licq
-BuildRequires: cdk-devel gpgme-devel gtk-devel kdelibs3-devel qt3-devel-tools xosd-devel
+BuildRequires: cdk-devel gcc-c++ gpgme-devel gtk-devel kdelibs3-devel qt3-devel-tools xosd-devel
License: GPL
Group: Productivity/Networking/ICQ
Autoreqprov: on
Version: 1.3.2
-Release: 19
+Release: 21
Summary: Linux ICQ Client
Source: %{name}-%{version}.tar.bz2
Patch1: %{name}-config-fix.patch
@@ -64,9 +64,15 @@
rm -rf plugins/osd/autom4te.cache
%build
+%if %suse_version > 1001
export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fstack-protector"
export CXXFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -fstack-protector"
export CPPFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
+%else
+export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
+export CXXFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
+export CPPFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
+%endif
aclocal
automake
autoconf
@@ -204,6 +210,8 @@
%exclude %{_libdir}/licq/*.*a
%changelog -n licq
+* Mon Apr 03 2006 - lmichnovic@xxxxxxx
+- fixed building for PLUS
* Mon Mar 27 2006 - lmichnovic@xxxxxxx
- added upstream patch (homedirslash.patch)
- changed opening URLs with firefox, since netscape and mozilla are obsolete
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |