[meanwhile] Drop empty NEWS from docs, escape macros in %changelog.

Ville Skyttä scop at fedoraproject.org
Thu Jan 16 20:52:13 UTC 2014


commit 8f56d8b0f6f696f8f65ef318fe6650d2a5d833ad
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Jan 16 22:52:23 2014 +0200

    Drop empty NEWS from docs, escape macros in %changelog.

 meanwhile.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/meanwhile.spec b/meanwhile.spec
index 4cdf59b..f10bf50 100644
--- a/meanwhile.spec
+++ b/meanwhile.spec
@@ -1,6 +1,6 @@
 Name:           meanwhile
 Version:        1.1.0
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Lotus Sametime Community Client library
 License:        LGPLv2+
 URL:            http://%{name}.sourceforge.net
@@ -79,7 +79,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/
 %postun -p /sbin/ldconfig
 
 %files
-%doc AUTHORS ChangeLog COPYING README TODO LICENSE NEWS
+%doc AUTHORS ChangeLog COPYING README TODO LICENSE
 %{_libdir}/lib%{name}.so.*
 
 %files devel
@@ -91,6 +91,9 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/
 %doc docs/*
 
 %changelog
+* Thu Jan 16 2014 Ville Skyttä <ville.skytta at iki.fi> - 1.1.0-14
+- Drop empty NEWS from docs, escape macros in %%changelog.
+
 * Tue Dec 03 2013 Tony Breeds <tony at bakeyournoodle.com> - 1.1.0-13
 - Closes #1037196
 
@@ -127,7 +130,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Fri Jan 29 2010 Josh Boyer <jwboyer at gmail.com> - 1.1.0-4
-- Remove lib%{name}.a (#556084)
+- Remove lib%%{name}.a (#556084)
 
 * Tue Jan 12 2010 Dan Winship <danw at redhat.com> - 1.1.0-3
 - Fix Source tag to indicate a CVS snapshot build.
@@ -137,4 +140,4 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}-doc-%{version}/
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Fri Mar 13 2009 Josh Boyer <jwboyer at gmail.com> - 1.1.0-1
-- Update to %{name}_v1_1_0 branch from upstream CVS. Fixes bug 490088
+- Update to %%{name}_v1_1_0 branch from upstream CVS. Fixes bug 490088


More information about the scm-commits mailing list