From 4d5a75ec36ffbd4b13f2f77cee9b9b5e9470570c Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Thu, 22 Jul 2010 13:41:37 +0000 Subject: [PATCH] Update to 0.4.6. --- .cvsignore | 2 +- orc.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c4bea34..d903fa6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -orc-0.4.5.tar.gz +orc-0.4.6.tar.gz diff --git a/orc.spec b/orc.spec index f0921bb..c52a159 100644 --- a/orc.spec +++ b/orc.spec @@ -1,6 +1,6 @@ Name: orc -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.6 +Release: 1%{?dist} Summary: The Oil Run-time Compiler Group: System Environment/Libraries @@ -78,7 +78,9 @@ rm -rf %{buildroot} %check +%ifnarch s390 s390x make check +%endif %post -p /sbin/ldconfig @@ -103,6 +105,7 @@ make check %{_includedir}/%{name}-0.4/ %{_libdir}/liborc-*.so %{_libdir}/pkgconfig/orc-0.4.pc +%{_bindir}/orc-bugreport %files compiler %defattr(-,root,root,-) @@ -111,6 +114,13 @@ make check %changelog +* Tue Jul 22 2010 Fabian Deutsch - 0.4.6-1 +- Updated to 0.4.6. +- New orc-bugreport added. + +* Tue Jul 13 2010 Dan HorĂ¡k - 0.4.5-3 +- don't run test on s390(x) + * Sun Jun 13 2010 Fabian Deutsch - 0.4.5-2 - Added removed testing libraries to package. diff --git a/sources b/sources index 03ffec3..42fa5e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e26e59428b13ec251916f34bea96eee5 orc-0.4.5.tar.gz +98e0a61bbfee84a0a6dfd8f7e5600d5c orc-0.4.6.tar.gz