[asl] Update to latest upstream. Fixes problem with quoting.

Eric Smith brouhaha at fedoraproject.org
Sun Mar 9 02:37:54 UTC 2014


commit 4f70b9b9be9217c9d120ef65dabaad67a11ebb1b
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Sat Mar 8 19:37:43 2014 -0700

    Update to latest upstream. Fixes problem with quoting.

 .gitignore |    1 +
 asl.spec   |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a302af..4a56c61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ asl-current-142-bld77-clean.tar.bz2
 /asl-current-142-bld88.tar.bz2
 /asl-current-142-bld89.tar.bz2
 /asl-current-142-bld91.tar.bz2
+/asl-current-142-bld92.tar.bz2
diff --git a/asl.spec b/asl.spec
index e617fd9..6c56d69 100644
--- a/asl.spec
+++ b/asl.spec
@@ -6,12 +6,12 @@
 #
 # Spec file for Fedora modified by Eric Smith <eric at brouhaha.com>
 
-%global patchlevel bld91
+%global patchlevel bld92
 
 Name:           asl
 URL:            http://john.ccac.rwth-aachen.de:8000/as/index.html
 Version:        1.42
-Release:        0.18.%{patchlevel}%{?dist}
+Release:        0.19.%{patchlevel}%{?dist}
 Group:          Development/Languages
 License:        GPLv2+
 Summary:        Macro Assembler AS
@@ -91,6 +91,10 @@ 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
+* Sat Mar 08 2014 Eric Smith <spacewar at gmail.com> 1.42-0.19.bld92
+- Updated to latest upstream snapshot, which fixes a problem with
+  string quoting.
+
 * Wed Mar 05 2014 Eric Smith <spacewar at gmail.com> 1.42-0.18.bld91
 - Fixed problem building on EL6; don't require tex(german.sty) on EL6.
 
diff --git a/sources b/sources
index b1beb86..55881ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72be222bdf81e973e871bcd9da4be629  asl-current-142-bld91.tar.bz2
+754b00ef6f147519dada783b3f2458d3  asl-current-142-bld92.tar.bz2


More information about the scm-commits mailing list