OBS User unknown 2007-05-20 19:32:22 +00:00 committed by Git OBS Bridge
parent a75063564a
commit d1f9fc9e7d
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 20 16:47:28 CEST 2007 - stbinner@suse.de
- fix package requires
-------------------------------------------------------------------
Mon May 14 17:37:05 CEST 2007 - coolo@suse.de

View File

@ -17,7 +17,7 @@ License: GNU General Public License (GPL)
Group: Productivity/Networking/Other
Summary: KDE BitTorrent Client
Version: 2.1.4
Release: 12
Release: 14
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %{version}
Source: %{name}-%{rversion}.tar.gz
@ -26,7 +26,7 @@ Patch4: no-geoip-db.diff
Patch10: ktorrent-fix-columns.diff
Patch15: ktorrent-fix-compiler_warning.diff
Patch16: disable-DHT.diff
Requires: %{name} = %{version}
Requires: %{name}-lang = %{version}
%description
Torrent is a BitTorrent program for KDE. Its main features are: *
@ -104,6 +104,8 @@ make DESTDIR=$RPM_BUILD_ROOT install
/opt/kde3/share/servicetypes/*.desktop
%changelog
* Sun May 20 2007 - stbinner@suse.de
- fix package requires
* Mon May 14 2007 - coolo@suse.de
- split translations into special package
* Tue Apr 24 2007 - stbinner@suse.de