public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: no strict aliasing, remove pyo/.pyc filters files from list
Date: Wed, 26 Aug 2026 08:06:00 GMT	[thread overview]
Message-ID: <178773156020.1.7133623845622529696.rpms-inn-9bb03c90efc1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
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

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,

                 reply	other threads:[~2026-08-26  8:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178773156020.1.7133623845622529696.rpms-inn-9bb03c90efc1@fedoraproject.org \
    --to=ovasik@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox