diff --git a/.gitignore b/.gitignore index ec30c8d..25cb748 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libktorrent-1.0.4.tar.bz2 +/libktorrent-1.1beta1.tar.bz2 diff --git a/libktorrent.spec b/libktorrent.spec index af65997..9c63d67 100644 --- a/libktorrent.spec +++ b/libktorrent.spec @@ -1,13 +1,14 @@ +%define pre beta1 Name: libktorrent -Version: 1.0.4 -Release: 1%{?dist} +Version: 1.1 +Release: 0.1.%{pre}%{?dist} Summary: Library providing torrent downloading code Group: System Environment/Libraries License: GPLv2+ URL: http://ktorrent.org/ -Source0: http://ktorrent.org/downloads/4.0.4%{?pre}/libktorrent-%{version}%{?pre}.tar.bz2 +Source0: http://ktorrent.org/downloads/4.1%{?pre}/libktorrent-%{version}%{?pre}.tar.bz2 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: boost-devel @@ -15,8 +16,9 @@ BuildRequires: gettext BuildRequires: gmp-devel BuildRequires: kdelibs4-devel BuildRequires: qca2-devel +BuildRequires: libgcrypt-devel -%{?_kde4_version:Requires: kdelibs4 >= %{_kde4_version}} +%{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}} %description %{summary}. @@ -65,7 +67,7 @@ rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc ChangeLog COPYING -%{_kde4_libdir}/libktorrent.so.2* +%{_kde4_libdir}/libktorrent.so.3* %files devel %defattr(-,root,root,-) @@ -75,6 +77,10 @@ rm -rf %{buildroot} %changelog +* Thu Dec 30 2010 Alexey Kurov - 1.1-0.1.beta1 +- libktorrent-1.1beta1 +- BR: libgcrypt-devel + * Mon Oct 18 2010 Rex Dieter - 1.0.4-1 - libktorrent-1.0.4 diff --git a/sources b/sources index b64521f..85640bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3a51222b0c78e23fd2cf330ed10c8b0 libktorrent-1.0.4.tar.bz2 +86ec2b0152548a3f9a0ce810582d4314 libktorrent-1.1beta1.tar.bz2