public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: no strict aliasing, remove pyo/.pyc filters files from list
@ 2026-08-26 8:53 Ondrej Vasik
0 siblings, 0 replies; only message in thread
From: Ondrej Vasik @ 2026-08-26 8:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 9bb03c90efc13f265d28fb6c429012b7def43806
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date : 2009-03-11T12:55:54+00:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/9bb03c90efc13f265d28fb6c429012b7def43806?branch=epel10.3
Log:
no strict aliasing, remove pyo/.pyc filters files from list
---
diff --git a/inn.spec b/inn.spec
index 71e17aa..6c3e202 100644
--- a/inn.spec
+++ b/inn.spec
@@ -101,9 +101,9 @@ perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
export DEFINE_INN_FLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_ET_COM_ERR_H"
%ifarch s390 s390x sparc sparcv9 sparc64
-export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
+export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fno-strict-aliasing -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%else
-export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
+export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fno-strict-aliasing -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%endif
with_tmp_path=/var/lib/news/tmp ./configure \
@@ -206,8 +206,8 @@ find $RPM_BUILD_ROOT -type f -or -type l | \
sed 's|/usr/lib/news/bin/inndstart$|%attr(4550,root,news) /usr/lib/news/bin/inndstart|' | \
sed 's|/usr/lib/news/bin/startinnfeed$|%attr(4550,root,news) /usr/lib/news/bin/startinnfeed|' | \
sed 's|/usr/lib/news/bin/rnews$|%attr(4550,uucp,news) /usr/lib/news/bin/rnews|' > files.list
- echo "/usr/lib/news/bin/filter/*.pyc" >> files.list
- echo "/usr/lib/news/bin/filter/*.pyo" >> files.list
+# echo "/usr/lib/news/bin/filter/*.pyc" >> files.list
+# echo "/usr/lib/news/bin/filter/*.pyo" >> files.list
(echo "%defattr(-,news,news)" ; grep -v inews files.list | \
egrep -v "\.(h|so|a|la)$" | \
grep -v "news/inn.conf" | \
@@ -356,6 +356,7 @@ exit 0
%changelog
* Wed Mar 11 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.6-1
- new bugfix upstream release 2.4.6
+- no strict aliasing, remove pyo/.pyc filters files from list
* Wed Feb 25 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-10
- mark /usr/lib/news/lib/innshellvars* as noreplace,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:53 [rpms/inn] epel10.3: no strict aliasing, remove pyo/.pyc filters files from list Ondrej Vasik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox