[libhtp] Update to 0.3.0 release

Mathieu Bridon bochecha at fedoraproject.org
Fri Aug 17 07:47:17 UTC 2012


commit 3c107fd4c1775f10b9790c9489de5933aaa2596b
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Aug 17 15:47:08 2012 +0800

    Update to 0.3.0 release

 .gitignore  |    1 +
 libhtp.spec |   16 ++++++++--------
 sources     |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 737d33e..a888420 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libhtp-0.3.0-20120126.git53e5901.tar.xz
+/libhtp-0.3.0.tar.xz
diff --git a/libhtp.spec b/libhtp.spec
index a05f08a..d94ba03 100644
--- a/libhtp.spec
+++ b/libhtp.spec
@@ -1,21 +1,17 @@
-%global        snapdate   20120126
-%global        snaphash   53e5901
-%global        snapver    %{snapdate}.git%{snaphash}
-
 Name:          libhtp
 
 # Note: This is a pre-release VCS snapshot
 Version:       0.3.0
-Release:       0.5.%{snapver}%{?dist}
+Release:       1%{?dist}
 
 Summary:       Security-aware parser for the HTTP protocol and the related bits and pieces
-License:       ASL 2.0
+License:       BSD
 URL:           http://www.libhtp.org
 
 # Upstream doesn't publish release tarballs yet, so we make one:
 #     $ git clone git://github.com/ironbee/libhtp.git && cd libhtp
-#     $ git archive --format=tar --prefix=libhtp-0.3.0/ 53e5901 | xz -z >libhtp-0.3.0-20120126.git53e5901.tar.xz
-Source0:       %{name}-%{version}-%{snapver}.tar.xz
+#     $ git archive --format=tar --prefix=libhtp-0.3.0/ 0.3.0 | xz -z >libhtp-0.3.0.tar.xz
+Source0:       %{name}-%{version}.tar.xz
 
 # Upstream doesn't publish release tarballs yet, so we need the autotools stuff
 BuildRequires: autoconf automake libtool
@@ -96,6 +92,10 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
 
 
 %changelog
+* Fri Aug 17 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0 release.
+- License changed from ASL 2.0 to BSD.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-0.5.20120126.git53e5901
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7d784d2..32b0ee2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01ce1bb5809128d791ea717f98f93f16  libhtp-0.3.0-20120126.git53e5901.tar.xz
+b53279a7b0b41c09b133f217526bfbdb  libhtp-0.3.0.tar.xz


More information about the scm-commits mailing list