From 663e8f693137800d00ae2db2b6cbfa27c9981efa Mon Sep 17 00:00:00 2001 From: Caitlyn O'Hanna Date: Jul 10 2012 16:59:30 +0000 Subject: Update to newest --- diff --git a/.gitignore b/.gitignore index a9c64d8..2ae1636 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pysvn-1.6.3.tar.gz /pysvn-1.7.5.tar.gz +/pysvn-1.7.6.tar.gz diff --git a/pysvn.spec b/pysvn.spec index cdac684..fd79e5b 100644 --- a/pysvn.spec +++ b/pysvn.spec @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pysvn -Version: 1.7.5 -Release: 3%{dist} +Version: 1.7.6 +Release: 1%{dist} Summary: Pythonic style bindings for Subversion Group: Development/Languages License: ASL 1.1 @@ -17,17 +17,13 @@ BuildRequires: neon-devel BuildRequires: apr-devel BuildRequires: openssl-devel -# PATCHES # -Patch0001: allow-norpath.patch -Patch0002: pysvn-test.patch - %description Pythonic style bindings for Subversion + %prep %setup -q -n %{name}-%{version} -%patch0001 -p0 -%patch0002 -p1 -R + %build pushd Source @@ -35,19 +31,23 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose %{__sed} -i -e 's/-Wall -fPIC -fexceptions -frtti/%{optflags} -fPIC -frtti/' Makefile %{__make} %{?_smp_mflags} + %install %{__rm} -rf %{buildroot} %{__install} -d -m 755 %{buildroot}%{python_sitearch}/%{name} %{__install} -p -m 644 Source/pysvn/__init__.py %{buildroot}%{python_sitearch}/%{name} %{__install} -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{python_sitearch}/%{name} + %check pushd Tests %{__make} %{?_smp_mflags} + %clean %{__rm} -rf %{buildroot} + %files %defattr(-, root, root, -) %doc Docs/pysvn.html Docs/pysvn_prog_guide.html Docs/pysvn_prog_ref.html @@ -56,7 +56,11 @@ pushd Tests %doc LICENSE.txt %{python_sitearch}/%{name} + %changelog +* Thu Jul 10 2012 Caitlyn O'Hanna - 1.7.6-1 +- Update to newest, per request of upstream maintainer. + * Tue Feb 28 2012 Fedora Release Engineering - 1.7.5-3 - Rebuilt for c++ ABI breakage diff --git a/sources b/sources index 765d025..88495c3 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3334718248ec667b17d333aac73d5680 pysvn-1.7.5.tar.gz +010a80f0058713209d62e96b20afbde9 pysvn-1.7.6.tar.gz