Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit liferea
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 01 Sep 2007 13:12:28 +0200
- Message-id: <20070901111228.9AD0F678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package liferea
checked in at Sat Sep 1 13:12:28 CEST 2007.
--------
--- GNOME/liferea/liferea.changes 2007-08-08 19:06:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/liferea/liferea.changes 2007-08-31 16:30:23.912081000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 16:30:06 CEST 2007 - maw@xxxxxxx
+
+- Pass -fno-strict-aliasing to gcc as well as to g++.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ liferea.spec ++++++
--- /var/tmp/diff_new_pack.v11247/_old 2007-09-01 13:12:20.000000000 +0200
+++ /var/tmp/diff_new_pack.v11247/_new 2007-09-01 13:12:20.000000000 +0200
@@ -16,7 +16,7 @@
License: GPL v2 or later
Group: Productivity/Other
Version: 1.2.20
-Release: 1
+Release: 15
Summary: Linux Feed Reader
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-opensuse-feeds.patch
@@ -67,8 +67,11 @@
%build
autoreconf -f -i
+# I: Program is likely to break with new gcc. Try -fno-strict-aliasing.
+# W: liferea strict-aliasing-punning common.c: 557
# mozsupport.cpp:91: warning: dereferencing type-punned pointer will break strict-aliasing rules
-export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CXXFLAGS="$CFLAGS"
#Â FIXME: ld: .libs/liblinotifpopup_la-notif_popup.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
export CPPFLAGS="$RPM_OPT_FLAGS -fPIC"
%configure\
@@ -112,6 +115,8 @@
%files lang -f %{name}.lang
%changelog
+* Fri Aug 31 2007 - maw@xxxxxxx
+- Pass -fno-strict-aliasing to gcc as well as to g++.
* Wed Aug 08 2007 - maw@xxxxxxx
- Use %%fdupes
- Split off a -lang subpackage.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |