[asl] Update to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Thu Jun 7 00:11:57 UTC 2012


commit 5f740ae081ce5dc5627f7d138ff7fd064568688d
Author: Eric Smith <eric at brouhaha.com>
Date:   Wed Jun 6 17:15:59 2012 -0700

    Update to latest upstream.

 .gitignore |    1 +
 asl.spec   |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cf1761..4d61901 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ asl-current-142-bld77-clean.tar.bz2
 /asl-current-142-bld79.tar.bz2
 /asl-current-142-bld81.tar.bz2
 /asl-current-142-bld82.tar.bz2
+/asl-current-142-bld83.tar.bz2
diff --git a/asl.spec b/asl.spec
index 56ce480..e4c9334 100644
--- a/asl.spec
+++ b/asl.spec
@@ -6,7 +6,7 @@
 #
 # Spec file for Fedora modified by Eric Smith <eric at brouhaha.com>
 
-%global patchlevel bld82
+%global patchlevel bld83
 
 Name:           asl
 URL:            http://john.ccac.rwth-aachen.de:8000/as/index.html
@@ -32,7 +32,9 @@ used in workstations and PCs in the target list.
 %prep
 # It's a shame that the directory name has 142 instead of 1.42, and Bld82
 # instead of bld82. Makes use of variable substitution difficult.
-%setup -q -n asl-142-Bld82
+# Also, sometimes the directory name is just "asl-current"
+#%setup -q -n asl-142-Bld82
+%setup -q -n asl-current
 
 %patch0 -p0 -b .m-def
 %patch1 -p0 -b .sysdefs
@@ -85,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(de) %doc doc/as-DE.html doc/as-DE.txt doc/as-DE.ps doc/as-DE.pdf doc/as-DE.dvi
 
 %changelog -n asl
+* Wed Jun 06 2012 Eric Smith <eric at brouhaha.com> 1.42-0.11.bld83
+- updated to latest upstream snapshot
+
 * Sat Jan 21 2012 Eric Smith <eric at brouhaha.com> 1.42-0.10.bld82
 - updated to latest upstream snapshot
 
diff --git a/sources b/sources
index 6ccdfcb..0eea542 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03dbd1b759bbe980d076c9f7d2feb1cb  asl-current-142-bld82.tar.bz2
+897b40e4a0daee57dcc9a76341b95427  asl-current-142-bld83.tar.bz2


More information about the scm-commits mailing list