[libeXosip2] libeXosip2-3.5.0 add BR: openssl-devel drop gcc43 patch

nucleo nucleo at fedoraproject.org
Fri Sep 2 08:51:08 UTC 2011


commit 85a80064e0e3e562ce0808b78c4f6cd5b60fa81f
Author: nucleo <nucleo at fedoraproject.org>
Date:   Fri Sep 2 11:50:48 2011 +0300

    libeXosip2-3.5.0
    add BR: openssl-devel
    drop gcc43 patch

 .gitignore                          |    1 +
 libeXosip2-3.0.3-3-gcc43fixes.patch |   55 -----------------------------------
 libeXosip2.spec                     |   15 ++++++---
 sources                             |    2 +-
 4 files changed, 12 insertions(+), 61 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c878c4..b91aa2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libeXosip2-3.1.0.tar.gz
+/libeXosip2-3.5.0.tar.gz
diff --git a/libeXosip2.spec b/libeXosip2.spec
index 71b4113..03954e1 100644
--- a/libeXosip2.spec
+++ b/libeXosip2.spec
@@ -1,17 +1,17 @@
 Summary: A library that hides the complexity of using the SIP protocol
 Name: libeXosip2
-Version: 3.1.0
-Release: 4%{?dist}
+Version: 3.5.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://savannah.nongnu.org/projects/eXosip
 Source0: http://download.savannah.nongnu.org/releases/exosip/libeXosip2-%{version}.tar.gz
-Patch0: libeXosip2-3.0.3-3-gcc43fixes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ortp-devel >= 0.14.2
-BuildRequires: libosip2-devel >= 3.1.0
+BuildRequires: libosip2-devel >= 3.5.0
+BuildRequires: openssl-devel
 BuildRequires: doxygen
 
 %description
@@ -32,7 +32,7 @@ Development files for libeXosip2.
 
 %prep
 %setup -q
-%patch0 -p1
+
 
 %build
 %configure --disable-static
@@ -71,6 +71,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Sep  2 2011 Alexey Kurov <nucleo at fedoraproject.org> - 3.5.0-1
+- libeXosip2-3.5.0
+- add BR: openssl-devel
+- drop gcc43 patch
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0d11722..8ee3435 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed6005a146501a5f9308e28108ae7bca  libeXosip2-3.1.0.tar.gz
+51e85725571870614e448f63c33c8996  libeXosip2-3.5.0.tar.gz


More information about the scm-commits mailing list