[libmsn] 4.2.1 BR: pkgconfig(libssl)

Rex Dieter rdieter at fedoraproject.org
Mon Dec 5 19:47:28 UTC 2011


commit 73179a46da038304402bbc20efd1b217864fc856
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Dec 5 13:48:21 2011 -0600

    4.2.1
    BR: pkgconfig(libssl)

 .gitignore                   |    1 +
 libmsn-4.2-xmlParser_h.patch |   12 ------------
 libmsn.spec                  |   15 +++++++--------
 sources                      |    2 +-
 4 files changed, 9 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b0a6a9..09ecaf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libmsn-4.2.tar.bz2
+/libmsn-4.2.1.tar.bz2
diff --git a/libmsn.spec b/libmsn.spec
index bd9a019..6e9041a 100644
--- a/libmsn.spec
+++ b/libmsn.spec
@@ -1,8 +1,8 @@
 
 Name:		libmsn
 Summary:	Library for connecting to the MSN Messenger service
-Version:	4.2
-Release:	3%{?dist}
+Version:	4.2.1
+Release:	1%{?dist}
 
 Group:		System Environment/Libraries
 License:	GPLv2
@@ -10,11 +10,8 @@ URL:		http://sourceforge.net/projects/libmsn/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## upstreamable patches
-Patch50: libmsn-4.2-xmlParser_h.patch
-
 BuildRequires:	cmake
-BuildRequires:	openssl-devel
+BuildRequires:	pkgconfig(libssl)	
 BuildRequires:	pkgconfig
 
 %description
@@ -33,8 +30,6 @@ developing applications that use %{name}.
 %prep
 %setup -q -n %{name}-%{version}
 
-%patch50 -p1 -b .xmlParser_h
-
 
 %build
 
@@ -74,6 +69,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 05 2011 Rex Dieter <rdieter at fedoraproject.org> 4.2.1-1
+- 4.2.1
+- BR: pkgconfig(libssl)
+
 * Wed Nov 23 2011 Rex Dieter <rdieter at fedoraproject.org> 4.2-3
 - -devel: drop hard/manual openssl-dep, handled better via pkgconfig deps now
 
diff --git a/sources b/sources
index 6badf14..daa71ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8887196051d2960a9279a5e00c8416a4  libmsn-4.2.tar.bz2
+38e46e589720eefd71f92b6b76993bf0  libmsn-4.2.1.tar.bz2


More information about the scm-commits mailing list