[irssi/el5/master] - Update to new version: irssi-0.8.15 - Rebuilt with -fno-strict-aliasing

Jaroslav Škarvada jskarvad at fedoraproject.org
Sun Jan 16 18:49:31 UTC 2011


commit 64f8e87ec98089161915bce1e7f6ff0e05d77dd4
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Sun Jan 16 19:49:19 2011 +0100

    - Update to new version: irssi-0.8.15
    - Rebuilt with -fno-strict-aliasing

 .gitignore |    1 +
 irssi.spec |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20ce7d0..d75ae5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 irssi-0.8.10a.tar.bz2
+/irssi-0.8.15.tar.bz2
diff --git a/irssi.spec b/irssi.spec
index 9fdba48..0db68cb 100644
--- a/irssi.spec
+++ b/irssi.spec
@@ -2,13 +2,13 @@
 
 Summary:	Modular text mode IRC client with Perl scripting
 Name:		irssi
-Version:	0.8.14
+Version:	0.8.15
 Release:	1%{?dist}
 
 License:	GPLv2+
 Group:		Applications/Communications
 URL:		http://irssi.org/
-Source0:	http://irssi.org/files/irssi-%{version}.tar.gz
+Source0:	http://irssi.org/files/irssi-%{version}.tar.bz2
 Source1:	irssi-config.h
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:	ncurses-devel openssl-devel zlib-devel 
@@ -43,7 +43,7 @@ being maintained.
 	--with-perl=yes			\
 	--with-perl-lib=vendor 
 
-make %{_smp_mflags}
+make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 mv irssi-config.h irssi-config-$(getconf LONG_BIT).h
 cp -p %{SOURCE1} irssi-config.h
 
@@ -84,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 16 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 0.8.15-1
+- Update to new version: irssi-0.8.15
+- Rebuilt with -fno-strict-aliasing
+
 * Mon Aug  3 2009 Marek Mahut <mmahut at fedoraproject.org> - 0.8.14-1
 - Upstream release 0.8.14
 
diff --git a/sources b/sources
index ea79f0b..6e719d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d9437f53209a61af4fe4c9c5528ffa7  irssi-0.8.14.tar.gz
+1dcb3f511b88df94b0c996f36668c7da  irssi-0.8.15.tar.bz2


More information about the scm-commits mailing list