From 1d9f795d0fa8ef838709f9cf92f1cba0217cf6867bcae43409998d4af3684fa4 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 2 Feb 2017 05:04:13 +0000 Subject: [PATCH 1/2] Accepting request 454009 from home:jengelh:branches:hardware - SRPM group assignment fix. Trim DLL/library format baggage from description. OBS-URL: https://build.opensuse.org/request/show/454009 OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=10 --- libimobiledevice.changes | 6 ++++++ libimobiledevice.spec | 11 ++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/libimobiledevice.changes b/libimobiledevice.changes index 8f123f2..da54a1a 100644 --- a/libimobiledevice.changes +++ b/libimobiledevice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 2 01:32:19 UTC 2017 - jengelh@inai.de + +- SRPM group assignment fix. Trim DLL/library format baggage + from description. + ------------------------------------------------------------------- Sun Jan 22 12:33:19 UTC 2017 - i@marguerite.su diff --git a/libimobiledevice.spec b/libimobiledevice.spec index d13ae30..2502dc0 100644 --- a/libimobiledevice.spec +++ b/libimobiledevice.spec @@ -22,7 +22,7 @@ Version: 1.2.0+git20170122.45fda81 Release: 0 Summary: Native protocols library for iOS devices License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://www.libimobiledevice.org #Source: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.xz @@ -43,8 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libimobiledevice is a software library that talks the protocols to support -iOS devices. Unlike other projects, it does not depend on using any existing -`.dll` or `.so` libraries from Apple. +iOS devices. It does not depend on any existing libraries from Apple. %package -n %{name}%{soname} Summary: Native protocols library for iOS devices @@ -58,8 +57,7 @@ Obsoletes: libiphone0 < 0.9.6 %description -n %{name}%{soname} libimobiledevice is a software library that talks the protocols to support -iOS devices. Unlike other projects, it does not depend on using any existing -`.dll` or `.so` libraries from Apple. +iOS devices. It does not depend on any existing libraries from Apple. %package devel Summary: Development files for %{name} @@ -82,8 +80,7 @@ Obsoletes: %{name}-tools < %{version} %description -n imobiledevice-tools libimobiledevice is a software library that talks the protocols to support -iOS devices. Unlike other projects, it does not depend on using any existing -`.dll` or `.so` libraries from Apple. +iOS devices. It does not depend on any existing libraries from Apple. %package -n python-imobiledevice Summary: Python bindings for %{name} From 8517c5e3f0b7726d48c9dfcad84e8c443454745196196b0339aa5863b57334aa Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 2 Feb 2017 10:26:36 +0000 Subject: [PATCH 2/2] Accepting request 454119 from home:MargueriteSu:branches:hardware OBS-URL: https://build.opensuse.org/request/show/454119 OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice?expand=0&rev=11 --- _service | 17 +++++++++++++++++ libimobiledevice.changes | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 _service diff --git a/_service b/_service new file mode 100644 index 0000000..bce4200 --- /dev/null +++ b/_service @@ -0,0 +1,17 @@ + + + https://github.com/libimobiledevice/libimobiledevice + git + libimobiledevice + .git + 1.2.0+git%cd.%h + master + + + libimobiledevice-*.tar + xz + + + libimobiledevice + + diff --git a/libimobiledevice.changes b/libimobiledevice.changes index da54a1a..4b64e0e 100644 --- a/libimobiledevice.changes +++ b/libimobiledevice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 10:12:12 UTC 2017 - i@marguerite.su + +- added _service file to clearly show the package origin + ------------------------------------------------------------------- Thu Feb 2 01:32:19 UTC 2017 - jengelh@inai.de