[tkgate] * Sat Jul 12 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.0-19.beta10 - Don't ship editor backup fil

corsepiu corsepiu at fedoraproject.org
Sat Jul 12 17:18:25 UTC 2014


commit 610f7da4f6614e498c1f55532100a03454abf4c5
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Apr 13 23:52:29 2014 +0300

    * Sat Jul 12 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.0-19.beta10 - Don't ship editor backup files - Fix bogus dates in %%changelog

 tkgate.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/tkgate.spec b/tkgate.spec
index a769fd4..fc2e0e1 100644
--- a/tkgate.spec
+++ b/tkgate.spec
@@ -1,6 +1,6 @@
 Name:           tkgate
 Version:        2.0
-Release:        18.beta10%{?dist}
+Release:        19.beta10%{?dist}
 Summary:        An event driven digital circuit simulator
 
 Group:          Applications/Engineering
@@ -111,6 +111,8 @@ sed -i "s|TKGATE_LIBDIRS=\"\(.*\)\"|TKGATE_LIBDIRS=\"\1 %{_libdir}\"|" configure
 # E: backup-file-in-package
 find . -type f -name "*~" -exec rm -f  {} ';'
 find . -type f -name "\#*\#" -exec rm -f  {} ';'
+find . -type f \( -name "*.bak" -o -name "*.orig" -o -name "*.old" \) -delete
+find . -type f -name orig-messages -delete
 
 # spurious-executable-perm
 chmod 0755 scripts/tree.tcl
@@ -219,6 +221,10 @@ cp -p site-preferences %{buildroot}%{_datadir}/%{name}/site-preferences
 %exclude %{_datadir}/%{name}/locale/ja
 
 %changelog
+* Sat Jul 12 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.0-19.beta10
+- Don't ship editor backup files
+- Fix bogus dates in %%changelog
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-18.beta10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -252,7 +258,7 @@ cp -p site-preferences %{buildroot}%{_datadir}/%{name}/site-preferences
 * Wed Jan 20 2010 Thibault North <tnorth [AT] fedoraproject DOT org> - 2.0-8.beta10
 - updated to beta 10
 
-* Sat Aug 28 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 2.0-7.beta9
+* Sat Aug 29 2009 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 2.0-7.beta9
 - updated to beta 9
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-6.beta7
@@ -267,7 +273,7 @@ cp -p site-preferences %{buildroot}%{_datadir}/%{name}/site-preferences
 * Tue Feb 24 2009 Thibault North <tnorth [AT] fedoraproject DOT org> - 2.0-1.beta7
 - Updated to beta7
 
-* Thu Feb 20 2009 Thibault North <tnorth [AT] fedoraproject DOT org> - 2.0-3.beta6
+* Thu Feb 19 2009 Thibault North <tnorth [AT] fedoraproject DOT org> - 2.0-3.beta6
 - Updated to beta6
 - Separated locales
 - Compilation fixes for 64 bits arch


More information about the scm-commits mailing list