[mongoose/f14] Updated to upstream 3.0 release.

Rafael Azenha Aquini aquini at fedoraproject.org
Mon Jul 25 21:11:42 UTC 2011


commit 88128b052fb40c52dc75bf55c0107d9830f468d3
Author: Rafael Aquini <aquini at linux.com>
Date:   Mon Jul 25 18:06:17 2011 -0300

    Updated to upstream 3.0 release.

 .gitignore                                 |    1 +
 mongoose-use-openssl-versioned-shlib.patch |   29 ----------------------------
 mongoose.spec                              |   15 +++++++------
 sources                                    |    1 +
 4 files changed, 10 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51b3542..ae02cb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mongoose-2.8.tgz
+/mongoose-3.0.tgz
diff --git a/mongoose.spec b/mongoose.spec
index b339717..7288f14 100644
--- a/mongoose.spec
+++ b/mongoose.spec
@@ -1,18 +1,14 @@
 Name:      mongoose
 Group:     Applications/System 
 Summary:   An easy-to-use self-sufficient web server
-Version:   2.11
-Release:   0%{?dist}
+Version:   3.0
+Release:   1%{?dist}
 License:   MIT
 URL:       http://code.google.com/p/mongoose
 Source0:   http://mongoose.googlecode.com/files/mongoose-%{version}.tgz
 Source1:   mongoose.conf
 BuildRequires: openssl-devel
 
-# Build changes
-# http://code.google.com/p/mongoose/issues/detail?id=181
-Patch0:    mongoose-use-openssl-versioned-shlib.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -27,7 +23,6 @@ of demos, quick tests, file sharing, and Web programming.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1 -b .libssl
 %{__install} -p -m 0644  %{SOURCE1} .
 
 %build
@@ -51,6 +46,12 @@ LIBV=$(find '%{_libdir}' | grep -E '/libssl.so.[0-9]?[0-9]?$' | sed -e 's!%{_lib
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Jul 25 2011 Rafael Azenha Aquini <aquini at linux dot com> - 3.0-1
+- Rebuilt for Fedora's inclusion, after scracth-build successful tests. 
+
+* Mon Jul 25 2011 Rafael Azenha Aquini <aquini at linux dot com> - 3.0-0
+- Packaged mongoose's upstream 3.0 release. 
+
 * Tue Sep 28 2010 Rafael Azenha Aquini <aquini at linux dot com> - 2.11-0
 - Packaged the mongoose's upstream 2.11 release. 
 
diff --git a/sources b/sources
index e69de29..5d04585 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+98a8bdb7f955404ec7ef1996445411cc  mongoose-3.0.tgz


More information about the scm-commits mailing list