[mercurial] Minor changes

Neal Becker nbecker at fedoraproject.org
Tue Dec 16 00:41:05 UTC 2014


commit 4fd08efdd1db5517bf9bfb438d383606b1402bc5
Author: Neal D. Becker <ndbecker2 at gmail.com>
Date:   Mon Dec 15 19:41:18 2014 -0500

    Minor changes

 mercurial.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/mercurial.spec b/mercurial.spec
index d05ce39..f72756d 100644
--- a/mercurial.spec
+++ b/mercurial.spec
@@ -15,7 +15,7 @@ URL: http://www.selenic.com/mercurial/
 #Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 Source0: http://www.selenic.com/mercurial/release/%{name}-%{upstreamversion}.tar.gz
 Source1: mercurial-site-start.el
-Patch0: mercurial-i18n.patch
+#Patch0: mercurial-i18n.patch
 #Patch1: docutils-0.8.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python python-devel
@@ -84,7 +84,7 @@ documentation.
 %prep
 #%setup -q
 %setup -q -n %{name}-%{upstreamversion}
-%patch0 -p0
+#%patch0 -p0
 #%patch1 -p1
 
 %build
@@ -160,7 +160,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html *.cgi contrib/*.fcgi contrib/*.wsgi
 %doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
-%doc %attr(644,root,root) contrib/*.svg contrib/sample.hgrc
+%doc %attr(644,root,root) contrib/*.svg
 %config(noreplace) %{_sysconfdir}/bash_completion.d/mercurial.sh
 %{_datadir}/zsh/site-functions/_mercurial
 %{_bindir}/hg-ssh
@@ -195,6 +195,10 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Dec 16 2014 nbecker <ndbecker2 at gmail.com> - 3.2-1
 - Update to 3.2.2
 
+* Sun Oct 19 2014 nbecker <ndbecker2 at gmail.com> - 3.2-1.rc
+- Patch0 no longer needed?
+- Drop sample.hgrc (from upstream)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list