[svnmailer] Update to 1.0.9

Paul Howarth pghmcfc at fedoraproject.org
Fri Oct 19 13:19:58 UTC 2012


commit 7b0b281fe3129ec82082936525ea03c9e6b69505
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Oct 19 14:07:11 2012 +0100

    Update to 1.0.9
    
    - New upstream release 1.0.9
      - Support subversion 1.7 API
      - Fix compatibility with python ≥ 2.5
      - Fix double escaping of commit messages
      - Add svn-mailer manpage
    - Drop upstreamed patch for #438112

 .gitignore                |    2 +-
 sources                   |    2 +-
 svnmailer-multipart.patch |   45 ---------------------------------------------
 svnmailer.spec            |   19 ++++++++++++-------
 4 files changed, 14 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a102cd1..88894b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-svnmailer-1.0.8.tar.bz2
+/svnmailer-[0-9.]*.tar.bz2
diff --git a/sources b/sources
index b692672..37718d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4ea9caff6db64e7a415ac467e5e4b19  svnmailer-1.0.8.tar.bz2
+447c0daa370cd0ba61797ba5efb87615  svnmailer-1.0.9.tar.bz2
diff --git a/svnmailer.spec b/svnmailer.spec
index 5e65e9f..c40ea21 100644
--- a/svnmailer.spec
+++ b/svnmailer.spec
@@ -9,14 +9,13 @@
 %endif
 
 Name:		svnmailer
-Version:	1.0.8
-Release:	14%{?dist}
+Version:	1.0.9
+Release:	1%{?dist}
 Summary:	Tool to post subversion repository commit information
 Group:		Development/Tools
 License:	ASL 2.0
 URL:		http://opensource.perlig.de/svnmailer/
 Source0:	http://storage.perlig.de/svnmailer/svnmailer-%{version}.tar.bz2
-Patch0:		svnmailer-multipart.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	python python-devel %{svnbinding} >= 1.0.0
@@ -37,15 +36,12 @@ svnmailer tool.
 %prep
 %setup -q
 
-# Fix crash when sending multipart messages (#438112)
-%patch0 -b .multi
-
 %build
 %{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot} --install-data %{_datadir}
 
 # See if there's any egg-info
 if [ -f %{buildroot}%{python_sitelib}/svnmailer*.egg-info ]; then
@@ -59,6 +55,7 @@ rm -rf %{buildroot}
 %files -f egg-info
 %doc README CHANGES CREDITS LICENSE NOTICE
 %{_bindir}/svn-mailer
+%{_mandir}/man1/svn-mailer.1*
 %dir %{python_sitelib}/svnmailer
 %{python_sitelib}/svnmailer/*.py
 %{python_sitelib}/svnmailer/*.pyc
@@ -72,6 +69,14 @@ rm -rf %{buildroot}
 %doc docs/*
 
 %changelog
+* Fri Oct 19 2012 Paul Howarth <paul at city-fan.org> - 1.0.9-1
+- Update to 1.0.9
+  - Support subversion 1.7 API
+  - Fix compatibility with python ≥ 2.5
+  - Fix double escaping of commit messages
+  - Add svn-mailer manpage
+- Drop upstreamed patch for #438112
+
 * Fri Oct 19 2012 Paul Howarth <paul at city-fan.org> - 1.0.8-14
 - Spec clean-up:
   - BR:/R: subversion-python from F-15 onwards


More information about the scm-commits mailing list