[cssparser] Update to upstream 0.9.14.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon May 12 11:19:39 UTC 2014


commit 5a41da8e2d84ad83add5718885488c86bf4d4439
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon May 12 14:19:25 2014 +0300

    Update to upstream 0.9.14.

 .gitignore         |    1 +
 cssparser.spec     |    5 ++++-
 fetch-cssparser.sh |    4 ++--
 sources            |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc281d5..b5702a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ cssparser-0.9.6.tar.xz
 /cssparser-0.9.11.tar.xz
 /cssparser-0.9.12.tar.xz
 /cssparser-0.9.13.tar.xz
+/cssparser-0.9.14.tar.xz
diff --git a/cssparser.spec b/cssparser.spec
index 64f075a..1522693 100644
--- a/cssparser.spec
+++ b/cssparser.spec
@@ -1,5 +1,5 @@
 Name:           cssparser
-Version:        0.9.13
+Version:        0.9.14
 Release:        1%{?dist}
 Summary:        CSS Parser
 License:        LGPLv2+ 
@@ -48,6 +48,9 @@ API documentation for %{name}.
 %doc LICENSE.txt
 
 %changelog
+* Mon May 12 2014 Alexander Kurtakov <akurtako at redhat.com> 0.9.14-1
+- Update to upstream 0.9.14.
+
 * Fri Feb 21 2014 Alexander Kurtakov <akurtako at redhat.com> 0.9.13-1
 - Update to latest upstream release.
 
diff --git a/fetch-cssparser.sh b/fetch-cssparser.sh
index 72a5516..a17621d 100644
--- a/fetch-cssparser.sh
+++ b/fetch-cssparser.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 svn export https://cssparser.svn.sourceforge.net/svnroot/cssparser/tags/cssparser-0.9.13/cssparser/
-mv cssparser/ cssparser-0.9.13/
+mv cssparser/ cssparser-0.9.14/
 
-tar caf cssparser-0.9.13.tar.xz cssparser-0.9.13/
+tar caf cssparser-0.9.14.tar.xz cssparser-0.9.14/
diff --git a/sources b/sources
index 800e069..fe29182 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79bf4011efb65aa1ec443eb90fd88840  cssparser-0.9.13.tar.xz
+d8ad78908b352179298257c330499a11  cssparser-0.9.14.tar.xz


More information about the scm-commits mailing list