[libhtp] New upstream snapshot.

Mathieu Bridon bochecha at fedoraproject.org
Fri Jan 27 03:05:03 UTC 2012


commit 74d34720604e1f491237847716bba980ea7cdcb1
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Oct 21 15:04:50 2011 +0800

    New upstream snapshot.
    
    This fixes the two issues I had reported and had to work around in the spec:
      - Spurious executable permissions on *.c and *.h files
        https://github.com/ironbee/libhtp/issues/17
      - Wrong end-of-line encoding for COPYING
        https://github.com/ironbee/libhtp/issues/18

 libhtp.spec |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/libhtp.spec b/libhtp.spec
index cf8378f..d73cada 100644
--- a/libhtp.spec
+++ b/libhtp.spec
@@ -1,5 +1,5 @@
-%global        snapdate   20111010
-%global        snaphash   198963d
+%global        snapdate   20111021
+%global        snaphash   537ac17
 %global        snapver    %{snapdate}.git%{snaphash}
 
 Name:          libhtp
@@ -14,16 +14,12 @@ 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/ 198963d | xz -z >libhtp-0.3.0-20111010.git198963d.tar.xz
+#     $ git archive --format=tar --prefix=libhtp-0.3.0/ 537ac17 | xz -z >libhtp-0.3.0-20111021.git537ac17.tar.xz
 Source0:       %{name}-%{version}-%{snapver}.tar.xz
 
 # Upstream doesn't publish release tarballs yet, so we need the autotools stuff
 BuildRequires: autoconf automake libtool
 
-# Wrong end-of-line encoding for COPYING
-#     => https://github.com/ironbee/libhtp/issues/18
-BuildRequires: dos2unix
-
 BuildRequires: zlib-devel
 
 %description
@@ -48,15 +44,6 @@ Development headers and libraries for %{name}.
 %prep
 %setup -q
 
-# Spurious executable permissions on *.c and *.h files
-#     => https://github.com/ironbee/libhtp/issues/17
-find . -name '*.c' -exec chmod -x '{}' \;
-find . -name '*.h' -exec chmod -x '{}' \;
-
-# Wrong end-of-line encoding for COPYING
-#     => https://github.com/ironbee/libhtp/issues/18
-dos2unix COPYING
-
 
 %build
 # Upstream doesn't publish release tarballs yet, so we need to run autoreconf
@@ -92,6 +79,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' \;
 
 
 %changelog
+* Fri Oct 21 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.3.0-0.1.20111021.git537ac17
+- New upstream snapshot, to fix the two issues I was working around in the spec:
+  - Spurious executable permissions on *.c and *.h files
+    https://github.com/ironbee/libhtp/issues/17
+  - Wrong end-of-line encoding for COPYING
+    https://github.com/ironbee/libhtp/issues/18
 - Remove useless Group tag, I like my spec files uncluttered.
 
 * Tue Oct 04 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 0.3.0-0.1.20111010.git198963d


More information about the scm-commits mailing list