From 5df541da9f34c549a4c17e2c46dbb886fc2bd18097812bde0e64105b824aa1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 16 Apr 2015 17:52:27 +0000 Subject: [PATCH] Accepting request 296231 from home:Fisiu:branches:devel:libraries:c_c++ - Update to 1.0.4: * so many changes since last package version, all of them can be found in ChangeLog file. * Bump so version to 8. OBS-URL: https://build.opensuse.org/request/show/296231 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=41 --- libtorrent-rasterbar-0.16.19.tar.gz | 3 --- libtorrent-rasterbar-1.0.4.tar.gz | 3 +++ libtorrent-rasterbar.changes | 8 ++++++++ libtorrent-rasterbar.spec | 20 ++++++++++---------- 4 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 libtorrent-rasterbar-0.16.19.tar.gz create mode 100644 libtorrent-rasterbar-1.0.4.tar.gz diff --git a/libtorrent-rasterbar-0.16.19.tar.gz b/libtorrent-rasterbar-0.16.19.tar.gz deleted file mode 100644 index 6bacefa..0000000 --- a/libtorrent-rasterbar-0.16.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982 -size 3030253 diff --git a/libtorrent-rasterbar-1.0.4.tar.gz b/libtorrent-rasterbar-1.0.4.tar.gz new file mode 100644 index 0000000..e53ac71 --- /dev/null +++ b/libtorrent-rasterbar-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f567823133b1493b9717afc8334eed691bf0ab452d4a2e0f644989f13ce9db0 +size 3297242 diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 2afe19e..424169f 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 6 11:05:12 UTC 2015 - fisiu@opensuse.org + +- Update to 1.0.4: + * so many changes since last package version, all of them can be found in + ChangeLog file. + * Bump so version to 8. + ------------------------------------------------------------------- Thu Feb 19 19:04:57 UTC 2015 - p.drouand@gmail.com diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index bc2b88b..caeb732 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -1,7 +1,7 @@ # # spec file for package libtorrent-rasterbar # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%define _soname 7 +%define _soname 8 # for setting those bcond_with* configs see # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/ # optionally build with examples %bcond_with examples Name: libtorrent-rasterbar -Version: 0.16.19 +Version: 1.0.4 Release: 0 Summary: Libtorrent is a C++ implementation of the BitTorrent protocol License: BSD-3-Clause @@ -58,8 +58,8 @@ Summary: Libtorrent is a C++ implementation of the BitTorrent protocol Group: System/Libraries %description -n %{name}%{_soname} -libtorrent is a C++ library that aims to be a good alternative to all the other -bittorrent implementations around. It is a library and not a full featured client, +libtorrent is a C++ library that aims to be a good alternative to all the other +bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client. The main goals of libtorrent are: @@ -134,11 +134,11 @@ export LDFLAGS="%{optflags} -lrt" make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install -rm -v %{buildroot}%{_libdir}/*.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print # move doc to separate package mkdir -p %{buildroot}%{_defaultdocdir}/%{name} -install -m 644 docs/* %{buildroot}%{_defaultdocdir}/%{name}/ +cp -r docs/* %{buildroot}%{_defaultdocdir}/%{name}/ %if %{with examples} # drop tests binaries from -tools subpackage @@ -173,8 +173,8 @@ rm -v %{buildroot}%{_bindir}/utp_test %files -n python-%{name} %defattr(-,root,root) -%py_sitedir/libtorrent.so -%py_sitedir/python_libtorrent-%{version}-py%{py_ver}.egg-info +%{py_sitedir}/libtorrent.so +%{py_sitedir}/python_libtorrent-%{version}-py%{py_ver}.egg-info %files devel %defattr(-,root,root)