From 7e293c55961a269c52994e5b2a116b3869b4aee8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 21 Aug 2014 11:52:10 -0600 Subject: [PATCH 1/6] Rebuild for rpm bug 1131960 --- subversion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 9faf937..bf09642 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.10 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -471,6 +471,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Thu Aug 21 2014 Kevin Fenzi - 1.8.10-2 +- Rebuild for rpm bug 1131960 + * Mon Aug 18 2014 Joe Orton - 1.8.10-1 - update to 1.8.10 (#1129100, #1128884, #1125800) From 0d19e6bada0af99d593b3a7a3b0000eaea8215d8 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 27 Aug 2014 01:48:21 +0200 Subject: [PATCH 2/6] Perl 5.20 rebuild --- subversion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index bf09642..d123dc0 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.10 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -471,6 +471,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Aug 26 2014 Jitka Plesnikova - 1.8.10-3 +- Perl 5.20 rebuild + * Thu Aug 21 2014 Kevin Fenzi - 1.8.10-2 - Rebuild for rpm bug 1131960 From 31859da2f76b3fc2484e72be5ebb121de22ad70d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 23 Sep 2014 21:15:40 +0100 Subject: [PATCH 3/6] move svn-bench, fsfs-* to -tools --- subversion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index d123dc0..4964eca 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.10 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -327,7 +327,7 @@ install -p -m 644 $RPM_SOURCE_DIR/svnserve.sysconf \ make install-tools DESTDIR=$RPM_BUILD_ROOT toolsdir=%{_bindir} rm -f $RPM_BUILD_ROOT%{_bindir}/diff* -for f in svn-populate-node-origins-index svn-rep-sharing-stats svnauthz-validate svnmucc svnraisetreeconflict; do +for f in svn-populate-node-origins-index svn-rep-sharing-stats svnauthz-validate svnmucc svnraisetreeconflict svn-bench fsfs-reorg fsfs-access-map fsfs-stats; do echo %{_bindir}/$f done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files @@ -471,6 +471,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Sep 23 2014 Joe Orton - 1.8.10-4 +- move svn-bench, fsfs-* to -tools + * Tue Aug 26 2014 Jitka Plesnikova - 1.8.10-3 - Perl 5.20 rebuild From 855d57b75c30e5a4aa76b104bdc68313538876a4 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 23 Sep 2014 21:32:18 +0100 Subject: [PATCH 4/6] drop sysv conversion trigger (#1133786) Resolves: rhbz#1133786 --- subversion.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/subversion.spec b/subversion.spec index 4964eca..863e0a1 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.10 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -48,7 +48,6 @@ BuildRequires: apr-util-openssl BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: svn = %{version}-%{release} Requires: subversion-libs%{?_isa} = %{version}-%{release} -Requires(post): systemd-sysv, /sbin/chkconfig %define __perl_requires %{SOURCE3} @@ -364,11 +363,6 @@ rm -rf ${RPM_BUILD_ROOT} %postun %systemd_postun_with_restart svnserve.service -%triggerun -- subversion < 1.7.3-2 -/usr/bin/systemd-sysv-convert --save svnserve >/dev/null 2>&1 ||: -/sbin/chkconfig --del svnserve >/dev/null 2>&1 || : -/bin/systemctl try-restart svnserve.service >/dev/null 2>&1 || : - %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig @@ -471,6 +465,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Sep 23 2014 Joe Orton - 1.8.10-5 +- drop sysv conversion trigger (#1133786) + * Tue Sep 23 2014 Joe Orton - 1.8.10-4 - move svn-bench, fsfs-* to -tools From ace894fcdd3926191b812e2608318db87fc53c76 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 23 Sep 2014 22:31:05 +0100 Subject: [PATCH 5/6] prevents assert()ions in library code (#1058693) --- subversion.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 863e0a1..dc23c35 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.10 -Release: 5%{?dist} +Release: 6%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -199,11 +199,12 @@ export svn_cv_ruby_sitedir_archsuffix="" sed -i 's/-fpie/-fPIE/' Makefile.in %endif -export CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \ +export EXTRA_CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \ -DSVN_SQLITE_MIN_VERSION=\\\"3.7.12\\\"" export APACHE_LDFLAGS="-Wl,-z,relro,-z,now" export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ + --disable-debug \ --with-swig --with-serf=%{_prefix} \ --with-ruby-sitedir=%{ruby_vendorarchdir} \ --with-ruby-test-verbose=verbose \ @@ -465,6 +466,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Sep 23 2014 Joe Orton - 1.8.10-6 +- prevents assert()ions in library code (#1058693) + * Tue Sep 23 2014 Joe Orton - 1.8.10-5 - drop sysv conversion trigger (#1133786) From 0624185906ecfa8aa33fbcf10493bbb1dfec2e17 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 16 Dec 2014 10:06:54 +0000 Subject: [PATCH 6/6] update to 1.8.11 (#1174521) - require newer libserf (#1155670) Resolves: rhbz#1155670 Resolves: rhbz#1174521 --- .gitignore | 1 + sources | 1 + subversion-1.8.0-aarch64.patch | 296 --------------------------------- subversion.spec | 14 +- 4 files changed, 11 insertions(+), 301 deletions(-) delete mode 100644 subversion-1.8.0-aarch64.patch diff --git a/.gitignore b/.gitignore index b9e5e47..d720fb8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ subversion-1.6.12.tar.bz2 /subversion-1.8.8.tar.bz2 /subversion-1.8.9.tar.bz2 /subversion-1.8.10.tar.bz2 +/subversion-1.8.11.tar.bz2 diff --git a/sources b/sources index 13602d9..23c1133 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3068256761b40863df96128834d6b71b subversion-1.8.10.tar.bz2 +766a89bbbb388f8eb76166672d3b9e49 subversion-1.8.11.tar.bz2 diff --git a/subversion-1.8.0-aarch64.patch b/subversion-1.8.0-aarch64.patch deleted file mode 100644 index c3bd313..0000000 --- a/subversion-1.8.0-aarch64.patch +++ /dev/null @@ -1,296 +0,0 @@ - -Update for aarch64. - -https://bugzilla.redhat.com/show_bug.cgi?id=926578 - ---- subversion-1.8.0/build/config.guess.aarch64 -+++ subversion-1.8.0/build/config.guess -@@ -2,9 +2,9 @@ - # Attempt to guess a canonical system name. - # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, --# 2011 Free Software Foundation, Inc. -+# 2011, 2012 Free Software Foundation, Inc. - --timestamp='2011-10-01' -+timestamp='2012-06-10' - - # This file is free software; you can redistribute it and/or modify it - # under the terms of the GNU General Public License as published by -@@ -17,9 +17,7 @@ timestamp='2011-10-01' - # General Public License for more details. - # - # You should have received a copy of the GNU General Public License --# along with this program; if not, write to the Free Software --# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA --# 02110-1301, USA. -+# along with this program; if not, see . - # - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -57,8 +55,8 @@ GNU config.guess ($timestamp) - - Originally written by Per Bothner. - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, --2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free --Software Foundation, Inc. -+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 -+Free Software Foundation, Inc. - - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -@@ -145,7 +143,7 @@ UNAME_VERSION=`(uname -v) 2>/dev/null` | - case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in - *:NetBSD:*:*) - # NetBSD (nbsd) targets should (where applicable) match one or -- # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, -+ # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, - # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently - # switched to ELF, *-*-netbsd* would select the old - # object file format. This provides both forward -@@ -806,6 +804,9 @@ EOF - *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; -+ i*:MSYS*:*) -+ echo ${UNAME_MACHINE}-pc-msys -+ exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 -@@ -860,6 +861,13 @@ EOF - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix - exit ;; -+ aarch64:Linux:*:*) -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; -+ aarch64_be:Linux:*:*) -+ UNAME_MACHINE=aarch64_be -+ echo ${UNAME_MACHINE}-unknown-linux-gnu -+ exit ;; - alpha:Linux:*:*) - case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in - EV5) UNAME_MACHINE=alphaev5 ;; -@@ -894,16 +902,16 @@ EOF - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - cris:Linux:*:*) -- echo cris-axis-linux-gnu -+ echo ${UNAME_MACHINE}-axis-linux-gnu - exit ;; - crisv32:Linux:*:*) -- echo crisv32-axis-linux-gnu -+ echo ${UNAME_MACHINE}-axis-linux-gnu - exit ;; - frv:Linux:*:*) -- echo frv-unknown-linux-gnu -+ echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - hexagon:Linux:*:*) -- echo hexagon-unknown-linux-gnu -+ echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - i*86:Linux:*:*) - LIBC=gnu -@@ -945,7 +953,7 @@ EOF - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - or32:Linux:*:*) -- echo or32-unknown-linux-gnu -+ echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - padre:Linux:*:*) - echo sparc-unknown-linux-gnu -@@ -986,7 +994,7 @@ EOF - echo ${UNAME_MACHINE}-dec-linux-gnu - exit ;; - x86_64:Linux:*:*) -- echo x86_64-unknown-linux-gnu -+ echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; - xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu -@@ -1248,7 +1256,7 @@ EOF - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} - exit ;; -- NSE-?:NONSTOP_KERNEL:*:*) -+ NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} - exit ;; - NSR-?:NONSTOP_KERNEL:*:*) -@@ -1317,6 +1325,9 @@ EOF - i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros - exit ;; -+ x86_64:VMkernel:*:*) -+ echo ${UNAME_MACHINE}-unknown-esx -+ exit ;; - esac - - #echo '(No uname command or uname output not recognized.)' 1>&2 ---- subversion-1.8.0/build/config.sub.aarch64 -+++ subversion-1.8.0/build/config.sub -@@ -2,9 +2,9 @@ - # Configuration validation subroutine script. - # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, --# 2011 Free Software Foundation, Inc. -+# 2011, 2012 Free Software Foundation, Inc. - --timestamp='2011-10-08' -+timestamp='2012-04-18' - - # This file is (in principle) common to ALL GNU software. - # The presence of a machine in this file suggests that SOME GNU software -@@ -21,9 +21,7 @@ timestamp='2011-10-08' - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License --# along with this program; if not, write to the Free Software --# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA --# 02110-1301, USA. -+# along with this program; if not, see . - # - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -76,8 +74,8 @@ version="\ - GNU config.sub ($timestamp) - - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, --2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free --Software Foundation, Inc. -+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 -+Free Software Foundation, Inc. - - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." -@@ -132,6 +130,10 @@ case $maybe_os in - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; -+ android-linux) -+ os=-linux-android -+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown -+ ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] -@@ -223,6 +225,12 @@ case $os in - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; -+ -lynx*178) -+ os=-lynxos178 -+ ;; -+ -lynx*5) -+ os=-lynxos5 -+ ;; - -lynx*) - os=-lynxos - ;; -@@ -247,6 +255,7 @@ case $basic_machine in - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ -+ | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ -@@ -295,7 +304,7 @@ case $basic_machine in - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pyramid \ -- | rx \ -+ | rl78 | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ -@@ -319,8 +328,7 @@ case $basic_machine in - c6x) - basic_machine=tic6x-unknown - ;; -- m6811 | m68hc11 | m6812 | m68hc12 | picochip) -- # Motorola 68HC11/12. -+ m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) - basic_machine=$basic_machine-unknown - os=-none - ;; -@@ -333,7 +341,10 @@ case $basic_machine in - strongarm | thumb | xscale) - basic_machine=arm-unknown - ;; -- -+ xgate) -+ basic_machine=$basic_machine-unknown -+ os=-none -+ ;; - xscaleeb) - basic_machine=armeb-unknown - ;; -@@ -356,6 +367,7 @@ case $basic_machine in - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ -+ | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ -@@ -407,7 +419,7 @@ case $basic_machine in - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pyramid-* \ -- | romp-* | rs6000-* | rx-* \ -+ | rl78-* | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ -@@ -719,7 +731,6 @@ case $basic_machine in - i370-ibm* | ibm*) - basic_machine=i370-ibm - ;; --# I'm not sure what "Sysv32" means. Should this be sysv3.2? - i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 -@@ -816,6 +827,10 @@ case $basic_machine in - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` - ;; -+ msys) -+ basic_machine=i386-pc -+ os=-msys -+ ;; - mvs) - basic_machine=i370-ibm - os=-mvs -@@ -1343,7 +1358,7 @@ case $os in - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ -- | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ -+ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ -@@ -1528,6 +1543,9 @@ case $basic_machine in - c4x-* | tic4x-*) - os=-coff - ;; -+ hexagon-*) -+ os=-elf -+ ;; - tic54x-*) - os=-coff - ;; -@@ -1555,9 +1573,6 @@ case $basic_machine in - ;; - m68000-sun) - os=-sunos3 -- # This also exists in the configure program, but was not the -- # default. -- # os=-sunos4 - ;; - m68*-cisco) - os=-aout diff --git a/subversion.spec b/subversion.spec index dc23c35..b349649 100644 --- a/subversion.spec +++ b/subversion.spec @@ -19,8 +19,8 @@ Summary: A Modern Concurrent Version Control System Name: subversion -Version: 1.8.10 -Release: 6%{?dist} +Version: 1.8.11 +Release: 1%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -36,12 +36,11 @@ Patch1: subversion-1.8.0-rpath.patch Patch2: subversion-1.8.0-pie.patch Patch3: subversion-1.8.0-kwallet.patch Patch4: subversion-1.8.0-rubybind.patch -Patch5: subversion-1.8.0-aarch64.patch Patch8: subversion-1.8.5-swigplWall.patch BuildRequires: autoconf, libtool, python, python-devel, texinfo, which BuildRequires: libdb-devel >= 4.1.25, swig >= 1.3.24, gettext BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0 -BuildRequires: libserf-devel >= 1.2.1, cyrus-sasl-devel +BuildRequires: libserf-devel >= 1.3.0, cyrus-sasl-devel BuildRequires: sqlite-devel >= 3.4.0, file-devel, systemd-units # Any apr-util crypto backend needed BuildRequires: apr-util-openssl @@ -67,6 +66,8 @@ Group: Development/Tools Summary: Libraries for Subversion Version Control system # APR 1.3.x interfaces are required Conflicts: apr%{?_isa} < 1.3.0 +# Enforced at run-time by ra_serf +Conflicts: libserf%{?_isa} < 1.3.0 %description libs The subversion-libs package includes the essential shared libraries @@ -175,7 +176,6 @@ This package includes supplementary tools for use with Subversion. %patch2 -p1 -b .pie %patch3 -p1 -b .kwallet %patch4 -p1 -b .rubybind -%patch5 -p1 -b .aarch64 %patch8 -p1 -b .swigplWall %build @@ -466,6 +466,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Dec 16 2014 Joe Orton - 1.8.11-1 +- update to 1.8.11 (#1174521) +- require newer libserf (#1155670) + * Tue Sep 23 2014 Joe Orton - 1.8.10-6 - prevents assert()ions in library code (#1058693)