[weighttp] Drop our downstream patch

Mathieu Bridon bochecha at fedoraproject.org
Tue Nov 26 06:20:17 UTC 2013


commit 2f014282931f7350652c54f58475675a7c3a44a4
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Nov 26 14:16:51 2013 +0800

    Drop our downstream patch
    
    In Rawhide, libev headers were moved back to where upstream intended
    them to be.
    
    As a result, weighttp will find them just fine without our patch.
    
    Note that the libev change was only done in Rawhide (the future Fedora
    21), so this commit should not be merged to Fedora release branches.

 weighttp.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/weighttp.spec b/weighttp.spec
index fae0a23..aa85754 100644
--- a/weighttp.spec
+++ b/weighttp.spec
@@ -4,7 +4,7 @@ License:          MIT
 URL:              http://redmine.lighttpd.net/projects/weighttp/
 
 Version:          0.3
-Release:          5%{?dist}
+Release:          6%{?dist}
 
 # Upstream doesn't release tarballs, so I created this one:
 #     $ git clone git://git.lighttpd.net/weighttp && cd weighttp
@@ -14,8 +14,6 @@ Release:          5%{?dist}
 # Unfortunately, upstream didn't tag it, even though they tagged v0.1 and v0.2
 Source0:          %{name}-%{version}.tar.xz
 
-Patch0:           weighttp-0.3-Tell-waf-where-to-find-the-libev-headers.patch
-
 BuildRequires:    libev-devel
 
 # The build uses a bundled copy of waf, which requires python. If we ever
@@ -42,8 +40,6 @@ provide.
 %prep
 %setup -q
 
-%patch0 -p1
-
 
 %build
 export CFLAGS="%{optflags}"
@@ -67,6 +63,10 @@ export CFLAGS="%{optflags}"
 
 
 %changelog
+* Tue Nov 26 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.3-6
+- Drop our downstream patch, libev headers were moved back to where upstream
+  intended them to be.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list