[hop] Update to 2.4.0-rc2

Michel Alexandre Salim salimma at fedoraproject.org
Thu Oct 25 11:50:40 UTC 2012


commit 86f4ca8739109f500f629689e26567b77179dc8b
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Oct 25 18:48:52 2012 +0700

    Update to 2.4.0-rc2

 .gitignore |    2 +-
 hop.spec   |   17 ++++++++++++-----
 sources    |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4adeff..38a2d79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/hop-2.3.0.tar.gz
+/hop-2.4.0-rc2.tar.gz
diff --git a/hop.spec b/hop.spec
index 775cae9..de865b9 100644
--- a/hop.spec
+++ b/hop.spec
@@ -3,21 +3,25 @@
 
 %global s2js_obsEVR 20110717-4
 
+%global prerel rc2
+%global fullver %{version}-%{prerel}
+
 Name:           hop
-Version:        2.3.0
-Release:        3%{?dist}
+Version:        2.4.0
+Release:        %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 Summary:        A web development kit
 
 License:        GPLv2+
 URL:            http://hop.inria.fr/
-Source0:        ftp://ftp-sop.inria.fr/indes/fp/Hop/hop-%{version}.tar.gz
+Source0:        ftp://ftp-sop.inria.fr/indes/fp/Hop/hop-%{fullver}.tar.gz
 
 # Bigloo is not available on ppc64
 ExcludeArch:    ppc64
 
-BuildRequires:  bigloo
+BuildRequires:  bigloo >= 3.8d
 BuildRequires:  avahi-devel
 BuildRequires:  openssl-devel
+BuildRequires:  pcre-devel
 BuildRequires:  sqlite-devel
 #Requires:       
 # obsolete the last stand-alone scheme2js release
@@ -50,7 +54,7 @@ HOP features:
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{fullver}
 # fix ChangeLog encoding
 iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.utf8
 touch -r ChangeLog ChangeLog.utf8
@@ -92,6 +96,9 @@ strip $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_libdir}/hop/*/lib*.so.*
 
 
 %changelog
+* Thu Oct 25 2012 Michel Salim <salimma at fedoraproject.org> - 2.4.0-0.1.rc2
+- Update to 2.4.0-rc2
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c4696d..c0ae15c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61c3ce4bffe29df15378df4ecb272466  hop-2.3.0.tar.gz
+ed852598993162d9bb6aae06408878af  hop-2.4.0-rc2.tar.gz


More information about the scm-commits mailing list