summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Weyl <cweyl@fedoraproject.org>2010-01-14 17:14:53 +0000
committerChris Weyl <cweyl@fedoraproject.org>2010-01-14 17:14:53 +0000
commit3265846cad4e4eac8f3c80209ced4f82be9479c4 (patch)
treec1a8268ac58d91dbd256b67a2aed2b537763e5d4
parent- trim trailing spaces (diff)
downloadlibssh2-freefilesync-3265846cad4e4eac8f3c80209ced4f82be9479c4.tar.gz
libssh2-freefilesync-3265846cad4e4eac8f3c80209ced4f82be9479c4.tar.bz2
libssh2-freefilesync-3265846cad4e4eac8f3c80209ced4f82be9479c4.zip
- update to 1.2.2
- drop old patch now in upstream - add new pkgconfig file to -devel
-rw-r--r--.cvsignore2
-rw-r--r--libssh2.spec16
-rw-r--r--sources2
3 files changed, 12 insertions, 8 deletions
diff --git a/.cvsignore b/.cvsignore
index 52f6e48..4d467a1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-libssh2-1.2.tar.gz
+libssh2-1.2.2.tar.gz
diff --git a/libssh2.spec b/libssh2.spec
index 93d4666..b97c8d4 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,16 +1,14 @@
Name: libssh2
-Version: 1.2
-Release: 2%{?dist}
+Version: 1.2.2
+Release: 1%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
License: BSD
-URL: http://www.libssh2.org/
+URL: http://www.libssh2.org
Source0: http://libssh2.org/download/libssh2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0: transport_c_7a9d369.patch
-
BuildRequires: openssl-devel
BuildRequires: zlib-devel
@@ -34,6 +32,7 @@ developing applications that use %{name}.
Summary: Documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
%description docs
The %{name}-docs package contains man pages and examples for
@@ -42,7 +41,6 @@ developing applications that use %{name}.
%prep
%setup -q
-%patch0 -p1
# make sure things are UTF-8...
for i in ChangeLog NEWS ; do
@@ -95,8 +93,14 @@ rm -rf %{buildroot}
%doc COPYING
%{_includedir}/*
%{_libdir}/*.so
+%{_libdir}pkgconfig/*
%changelog
+* Thu Jan 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.2.2-1
+- update to 1.2.2
+- drop old patch now in upstream
+- add new pkgconfig file to -devel
+
* Mon Sep 21 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.2-2
- patch based on 683aa0f6b52fb1014873c961709102b5006372fc
- disable tests (*sigh*)
diff --git a/sources b/sources
index 71db5eb..9919209 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-751f4b5b5d8091f84cfe25fa52226cf9 libssh2-1.2.tar.gz
+fa8d9cd425bdd62f57244fc61fb54da7 libssh2-1.2.2.tar.gz
bgstack15