bounce versionn to 0.4.1
This commit is contained in:
parent
e9897554bf
commit
dc0eb9931c
@ -1 +1,2 @@
|
|||||||
libssh-0.4.0.tar.gz
|
libssh-0.4.1.tar.gz
|
||||||
|
libssh-0.4.1.tar.gz.asc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library implementing the SSH2 protocol (0xbadc0de version)
|
Summary: A library implementing the SSH2 protocol (0xbadc0de version)
|
||||||
|
|
||||||
@ -8,6 +8,7 @@ License: LGPLv2+
|
|||||||
#original URL: http://0xbadc0de.be/?part=libssh
|
#original URL: http://0xbadc0de.be/?part=libssh
|
||||||
URL: http://www.libssh.org/
|
URL: http://www.libssh.org/
|
||||||
Source0: http://www.libssh.org/files/rc/%{name}-%{version}.tar.gz
|
Source0: http://www.libssh.org/files/rc/%{name}-%{version}.tar.gz
|
||||||
|
Source1: http://www.libssh.org/files/rc/%{name}-%{version}.tar.gz.asc
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -66,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2010 Jan F. Chadima <jchadima@redhat.com> - 0.4.1-1
|
||||||
|
- bounce versionn to 0.4.1 (#565870)
|
||||||
|
|
||||||
* Fri Dec 11 2009 Jan F. Chadima <jchadima@redhat.com> - 0.4.0-1
|
* Fri Dec 11 2009 Jan F. Chadima <jchadima@redhat.com> - 0.4.0-1
|
||||||
- bounce versionn to 0.4.0 (#541010)
|
- bounce versionn to 0.4.0 (#541010)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user