SHA256
1
0
forked from pool/rtl-sdr

Accepting request 615652 from home:mrdocs:branches:hardware:sdr

If i586 on TW or Factory fails to build, it is not the package's fault. See recent opensuse-factory email list for the build error. 

- Update to 0.5.4
  * No change log found in source or wiki
  * Drop git-requirement

OBS-URL: https://build.opensuse.org/request/show/615652
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl-sdr?expand=0&rev=16
This commit is contained in:
Martin Pluskal 2018-06-11 07:17:12 +00:00 committed by Git OBS Bridge
parent 2a9cdc7c7e
commit 9007ebd245
6 changed files with 14 additions and 26 deletions

View File

@ -1,15 +0,0 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">git://git.osmocom.org/rtl-sdr.git</param>
<param name="scm">git</param>
<param name="package-meta">yes</param>
<param name="changesgenerate">enable</param>
<param name="filename">rtl-sdr</param>
<param name="versionformat">0.5.3+git.%cd</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.osmocom.org/rtl-sdr.git</param>
<param name="changesrevision">b04c2f9f035c5aede43d731e5d58e4725d2f8bb4</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0985aee556e72f08faed08246c4f23763bbd290ae92e2f16b00e280c5b1fa261
size 490188

3
rtl-sdr-0.5.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f38da8a230de5fc997f83a19cff7f8c1a66b62a9cf70ddc997d44696b97ea1df
size 120539

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 10 02:17:13 UTC 2018 - plinnell@opensuse.org
- Update to 0.5.4
* No change log found in source or wiki
* Drop git-requirement
-------------------------------------------------------------------
Fri Dec 15 15:49:56 UTC 2017 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rtl-sdr
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -20,17 +20,16 @@
%define libname librtlsdr%{sover}
%define rtlsdr_group rtlsdr
Name: rtl-sdr
Version: 0.5.3+git.20170919
Version: 0.5.4
Release: 0
Summary: Support programs for RTL2832
License: GPL-2.0+
Group: Productivity/Hamradio/Other
Url: http://sdr.osmocom.org/trac/wiki/rtl-sdr
#Git-Clone: https://git.osmocom.org/rtl-sdr
Source: %{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.gz
Patch0: 0001-Better-udev-handling.patch
BuildRequires: cmake
BuildRequires: git-core
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(udev)