50 Commits

Author SHA256 Message Date
a5fcb95841 Accepting request 1310773 from home:adkorte:branches:hardware:sdr
- Remove -lboost_system from pkgconfig template as well
  % boost.patch

OBS-URL: https://build.opensuse.org/request/show/1310773
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=63
2025-10-12 08:11:57 +00:00
1fd1b2f862 Accepting request 1307769 from home:anag_factory:branches:hardware:sdr
-  Remove BuildRequires on libboost_system-devel,
   removed on boost 1.89 (bsc#1249599)
   * Patch boost.patch

OBS-URL: https://build.opensuse.org/request/show/1307769
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=61
2025-09-29 12:43:01 +00:00
7f568ca512 Accepting request 1303011 from home:wkazubski:test:science
- Update to version 4.9.0.0
  * Highlights / Main Changes
    + Support for USRP B206mini-i
    + Support for OBX daughterboard
  * New Features
    + OBX daughterboard and B206mini support added.
    + X3x0: Add support for the gps_iface feature. This allows
      sending arbitrary commands to the GPS module.
    + rfnoc_modtool: Add a new subcommand, make-yaml, that
      generates a block YAML file from some user inputs. When
      calling rfnoc_modtool add without a valid block YAML file,
      the tool will now automatically call make-yaml to generate
      a new YAML file.
    + Added support for processing multiple samples per cycle in
      FFT block.
    + LabVIEW/USRP: New repository containing example applications
      which demonstrate how to use NI LabVIEW with USRP devices
      via the UHD APIs. (https://github.com/ni/labview-usrp-examples)
    + Improved RFNoC OOT Block support:
      New repository containing official RFNoC OOT Blocks
      (https://github.com/EttusResearch/rfnoc-oot-blocks)
      . Added new RFNoC Aurora Block for TX and RX remote streaming
        applications to and from Aurora capable compute nodes like
        FPGA Coprocessors.
  * API Changes
    + uhd::math::gcd and uhd::math::lcm are removed from the public
      headers. Use std::gcd and std::lcm instead if C++17 is
      available, or boost::math::gcd and boost::math::lcm if not.
    + When calling recv() on an RX streamer connected to an RFNoC
      device, we no longer artificially inflate the timeout value.
      The old behaviour was in some cases abused to detect overruns,
      but this is not a reliable method and is now explicitly
      declared unsupported.
  * Bug Fixes
    + RFNoC
      . Calling recv() on an RX streamer connected to an RFNoC
        device with azero timeout value now correctly returns
        immediately.
      . rfnoc-gain: Moved the fpga/ subdirectory under rfnoc/.
        This way, the directory structure inside the OOT module is
        identical to the directory structure after installation.
    + X410:
      . Fixed NCO reset mechanism that caused ADC self-cal errors
        to occur during reopening of a UHD session when timed tune
        commands were previously used.
  * Removals / Deprecations
    + Removed tools/uhd_dump. This tool is obsolete, the USRP X3x0
      is not even compatible with it any more. Dumps can be recorded
      and analyzed with wireshark and the UHD dissectors in here.
    + Removed network_relay example.
- Remove uhd-new-boost.patch and uhd-fix-build-gcc15.patch patches
  (applied upstream)

OBS-URL: https://build.opensuse.org/request/show/1303011
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=60
2025-09-10 07:26:41 +00:00
2686400076 Accepting request 1291474 from home:wkazubski:branches:hardware:sdr
- Add uhd-fix-build-gcc15.patch to allow building with latest gcc
- Fix build far Factory_ARM

OBS-URL: https://build.opensuse.org/request/show/1291474
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=58
2025-07-10 05:41:34 +00:00
2c962931ae Accepting request 1280448 from home:fstrba:branches:hardware:sdr
Fix build with boost 1.88.0

OBS-URL: https://build.opensuse.org/request/show/1280448
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=54
2025-05-27 07:01:09 +00:00
53dc581e74 Accepting request 1255166 from home:sfalken:branches:hardware:sdr
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS from cmake4
- Remove Group: Declarations, no longer used

OBS-URL: https://build.opensuse.org/request/show/1255166
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=52
2025-03-22 08:34:52 +00:00
ae69aa0048 Accepting request 1244353 from home:wkazubski:test:science
- Fix location of python examples

OBS-URL: https://build.opensuse.org/request/show/1244353
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=50
2025-02-08 20:58:08 +00:00
0caee34e7b Accepting request 1243555 from home:bmwiedemann:branches:hardware:sdr
Add reproducible.patch to drop build date for reproducible builds (boo#1047218)

Please try to upstream the patch.

OBS-URL: https://build.opensuse.org/request/show/1243555
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=48
2025-02-06 18:48:11 +00:00
ac35c30f12 Accepting request 1243485 from home:wkazubski:test:science
- Update to version 4.8.0.0
  * Highlights / Main Changes:
    + Addition of rfnoc_modtool and further improvements to RFNoC
      Image Builder toolsets. This further improves the ability to
      design RFNoC blocks and create custom FPGA bitfiles.
    + Replaced RFNoC FFT block with a new version
  See: https://github.com/EttusResearch/uhd/releases for all changes
- Python 3.7+ is required for building python bindings.

OBS-URL: https://build.opensuse.org/request/show/1243485
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=47
2025-02-05 19:09:39 +00:00
115b9b9147 Accepting request 1184048 from home:wkazubski:test:science
- Update to version 4.7.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes
- Patches fix-boost1.85-one.patch and fix-boost1.85-two.patch
  removed (applied upstream)

OBS-URL: https://build.opensuse.org/request/show/1184048
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=45
2024-07-15 07:51:11 +00:00
536bb33e79 Accepting request 1170272 from home:anag+factory:branches:hardware:sdr
- Fix build with boost 1.85, add patches fix-boost1.85-one.patch
  and fix-boost1.85-two.patch

OBS-URL: https://build.opensuse.org/request/show/1170272
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=42
2024-04-26 12:20:57 +00:00
70ccb73775 Accepting request 1126531 from home:wkazubski:test:science
- Update to version 4.6.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes

OBS-URL: https://build.opensuse.org/request/show/1126531
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=40
2023-11-15 08:04:41 +00:00
46aa93a2b2 Accepting request 1110958 from home:wkazubski:test:science
- Update to version 4.5.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes

OBS-URL: https://build.opensuse.org/request/show/1110958
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=38
2023-09-14 11:44:17 +00:00
3c316bb216 Accepting request 1062635 from home:wkazubski:test:science
- Update to version 4.4.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes

OBS-URL: https://build.opensuse.org/request/show/1062635
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=36
2023-02-06 17:17:59 +00:00
c8c43a2054 Accepting request 1003778 from home:wkazubski:test:science
- Update to version 4.3.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes

OBS-URL: https://build.opensuse.org/request/show/1003778
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=34
2022-09-15 19:23:56 +00:00
52e4f5d248 Accepting request 991797 from home:wkazubski:test:science
- Update to version 4.2.0.1
  See: https://github.com/EttusResearch/uhd/releases for all changes

OBS-URL: https://build.opensuse.org/request/show/991797
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=32
2022-08-02 05:34:46 +00:00
a33e0f843e Accepting request 972252 from home:wkazubski:test:science
- Update to version 4.2.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes

OBS-URL: https://build.opensuse.org/request/show/972252
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=30
2022-04-24 11:51:44 +00:00
7fc7afeb8f Accepting request 942197 from home:wkazubski:test:science
- Update to version 4.1.0.5
  See: https://github.com/EttusResearch/uhd/releases for all changes
-----------------------------------------------------------------
- Update to version 4.1.0.4
  * This release corrects an oversight in the 4.1.0.3 release by
    updating the version string reported by UHD.
  * uhd
    + Update version in UHDVersion.cmake

OBS-URL: https://build.opensuse.org/request/show/942197
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=29
2021-12-23 10:27:22 +00:00
52919768f0 Accepting request 921945 from home:wkazubski:test:science
- Update to version 4.1.0.3
  * This release addresses one issue in UHD regarding RX and TX
    antenna configuration on the ZBX daughterboard.
  * uhd
    + zbx: Prevent TX antenna config from disrupting RX
- Update to version 4.1.0.2
  * This release fixes some minor issues in UHD:
    + Some streaming issues with the B2xx, notably good data packets
      being dropped in the event of an overrun and USB overflow
      issues when using the sc12 data type, have been resolved.
    + The semantics of calling recv() on a streamer with 0 for 
      nsamps_per_buff was inadvertently changed in a previous
      commit. The original correct semantics (return immediately
      without regard for the timeout and availability of samples)
      have been restored.
    + Certain link establishment timeout cases could result in an
      exception being thrown while another exception is in flight,
      thus triggering process termination. The codepath triggering
      the errant second exception has been corrected to avoid this
      situation.
  * b200
    + Fix overflow handling
  * fpga
    + Re-order error and data packets
    + Fix sc16 to sc12 converter
  * host
    + Add static_assert to prevent meta_range_t(0,0)
  * mpm
    + x4xx: update mboard_max_rev
  * mpmd
    * Add discoverable feature for trig i/o mode
  * sim
    + Update chdr_16sc_to_sc12 testbench
  * tests
    + Add recv(0) case to rx_streamer_test
  * uhd
    + transport: Avoid exceptions in disconnect_receiver()
    + streamer: Restore original recv(0) semantics
  * x4xx_bist
    + use get_mpm_client in gpio bist

OBS-URL: https://build.opensuse.org/request/show/921945
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=28
2021-09-30 08:07:12 +00:00
5f8a1d8bf3 Accepting request 907487 from home:wkazubski:test:science
- Update to version 4.1.0.1
  * cmake
    + remove redundant include
    + correctly set and unset any CMAKE_REQUIRED variables
    + fix finding PkgConfig to work robustly (without CMake warnings)
  * core
    + remove boost::math in favor of std cmath
  * docs
    + x4xx: Update information on CPLD updating
    + usrp_x4xx: improve filesystem update instructions
  * mpm
    + zbx: Fix revision compat check
    + Update usrp_update_fs to support X410
    * max10_cpld_flash_ctrl: improve programming log
    + Skip DTS compatibility check if DTS is not being updated
- Remove patch uhd-add-includes-for-boost.patch since boost::math
  was replaced by std cmath

OBS-URL: https://build.opensuse.org/request/show/907487
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=27
2021-07-22 07:35:43 +00:00
8462a463dd Accepting request 903830 from home:wkazubski:test:science
- Update to version 4.1.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes
- Remove not longer needed patch uhd_fix_boost.patch (applied 
  upstream)
- Add a patch uhd-add-includes-for-boost.patch to fix a build for
  Tumbleweed
- Enabled Python3 API
- New binary packages python3-uhd and uhd-utils

OBS-URL: https://build.opensuse.org/request/show/903830
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=26
2021-07-05 07:30:00 +00:00
43d8ac2b0e Accepting request 890934 from home:StefanBruens:branches:hardware:sdr
- Fix build with Boost 1.76, replace boost::math usage with
  equivalent stdlib functionality. Add uhd_fix_boost.patch.

OBS-URL: https://build.opensuse.org/request/show/890934
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=24
2021-05-06 11:12:18 +00:00
9a4404cdcc Accepting request 853559 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Fix build on %arm by disabling Neon

OBS-URL: https://build.opensuse.org/request/show/853559
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=22
2020-12-07 11:46:32 +00:00
3555cd72a2 Accepting request 834695 from home:mnhauke:sdr-devel
- Update to version 4.0.0.0
  See: https://github.com/EttusResearch/uhd/releases for all changes
- Use github source URLs
- Fix URL
- Switch to python3
- Disable tests for now since compilation of the test programs fail
  with recent comilers / boost versions.
- Remove not longer needed patches:
  * fix-for-armv6l-armv7l-build-failure.patch
  * uhd-fix-for-boost-1_66.patch
  * uhd-fix-for-boost-1_67.patch

OBS-URL: https://build.opensuse.org/request/show/834695
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=20
2020-09-16 06:08:48 +00:00
45cc713149 Accepting request 769735 from home:dimstar:Factory
Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769735
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=18
2020-02-03 17:11:15 +00:00
9a6d7e9d81 Accepting request 687898 from home:wkazubski:test:science
- Fixed build for Boost 1.69

OBS-URL: https://build.opensuse.org/request/show/687898
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=16
2019-03-23 20:40:42 +00:00
90d32b6918 Accepting request 661780 from home:mnhauke:sdr-devel
- Disable support for GPSD in uhd for now.
  gps support is not yet adapted to the latest gpsd API.

OBS-URL: https://build.opensuse.org/request/show/661780
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=14
2018-12-29 20:27:36 +00:00
f1f692bb0a Accepting request 612903 from home:adamm:branches:hardware:sdr
- fixed build with Boost 1.67 (bsc#1089820)
  uhd-fix-for-boost-1_67.patch
- drop _constraints and use memory-constraints package instead.
- re-enabled package tests

OBS-URL: https://build.opensuse.org/request/show/612903
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=12
2018-05-29 15:47:19 +00:00
7aee89e91f Accepting request 564006 from home:mnhauke:sdr-devel
- Force usage of python2 during build

OBS-URL: https://build.opensuse.org/request/show/564006
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=10
2018-01-16 15:10:32 +00:00
beada18e7f Accepting request 561344 from home:mnhauke:sdr-devel
- Adjust _constraints to set required memory to 6Gb

OBS-URL: https://build.opensuse.org/request/show/561344
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=8
2018-01-03 14:54:03 +00:00
2b260a6875 Accepting request 560457 from home:wkazubski:test:science
- fixed build with boost-1.66
  patch uhd-fix-for-boost-1_66.patch backported from git
- Updated sources to version 3.9.7
- enabled GPSD support
- Force docutils to use python2 on Tumbleweed
- Directly invoke ldconfig and don't suppress output from groupadd.
- use individual libboost-*-devel packages instead of boost-devel
- Add fix-for-armv6l-armv7l-build-failure.patch, adds -mfpu=neon compiler flag to package
  Fixes build failure on armv6l and armv7l architectures
- Update sources to version 3.9.5
- %pre script requires /usr/sbin/groupadd from "shadow" package
- Update sources to version 3.9.4
- Update sources to version 3.9.3
- Update sources to version 3.9.2
- Drop 0003-uhd-C-API-wrapper-fix-commit-30f87afcba71a07.patch:
  included upstream
- Add patch for correctly installing the C-API header files
  * 0003-uhd-C-API-wrapper-fix-commit-30f87afcba71a07.patch
- Update sources to version 3.9.1
- arm-neon.patch patch removed
- Update sources to version 3.9.0
- Update sources to version 3.8.5
- arm-neon.patch: don't use 32-bit arm code on 64-bit arm
- Add _constraints to set required memory to 3Gb
- Update sources to version 3.8.4
- Update sources to version 3.8.2
- Update to version 3.8.1
  * firmware images are from 3.8.2
- Update to version 3.7.3
  * firmware images are from 3.7.2
- Update to version 3.7.2
  * bugfix release
- Cleanup spec file
- Remove OBS source service
- Use %cmake macros
- Move udev rules to uhd-udev package according to shared library
  packaging policy
- Remove buildtime from documentation
- Update to version 3.7.0
- Changes to spec file: 
  * Use full path when calling groupadd
- uhd-devel needs boost
- Update to version 3.5.4
- Changes to spec file:
  * Update udev paths for openSUSE 13.1 and ensure udev rules are
    updated when package is installed / updated / uninstalled.
  * Add %check section (currently disabled due to failures in 13.1)
  * Find file dupes also in %_bindir
- Update to version 3.5.2
- Added Ettus firmware images (version 3.5.2)
- Changes to spec file:
  * pass %optflags to cmake according to
    http://en.opensuse.org/openSUSE:Build_system_recipes
  * fixed search for duplicate files
 
- updated to 3.5.0
- fixed some rpmlint warnings
- install udev rule (from Fedora)
- updated to 3.4.3
- packaged libuhd version 3.4.2

OBS-URL: https://build.opensuse.org/request/show/560457
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=7
2017-12-28 23:47:47 +00:00
6dc301b2b4 Accepting request 511986 from home:wkazubski:test:science
Update to recent release 3.9.7

OBS-URL: https://build.opensuse.org/request/show/511986
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/uhd?expand=0&rev=5
2017-07-22 17:52:28 +00:00
b0cba37be9 Accepting request 492978 from hardware:sdr
1

OBS-URL: https://build.opensuse.org/request/show/492978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=19
2017-05-08 17:03:13 +00:00
5a1b432cca Accepting request 454462 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/454462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=18
2017-02-07 11:03:56 +00:00
Ludwig Nussel
7b29e14440 Accepting request 445688 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/445688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=17
2016-12-29 21:43:30 +00:00
6aaa96dc73 Accepting request 433537 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/433537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=16
2016-10-13 09:30:05 +00:00
100299a17b Accepting request 407210 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/407210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=15
2016-07-14 07:46:09 +00:00
3df634b17b Accepting request 397264 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/397264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=14
2016-05-23 14:39:36 +00:00
f57a80927e Accepting request 381525 from hardware
- Update sources to version 3.9.3

OBS-URL: https://build.opensuse.org/request/show/381525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=13
2016-04-01 11:02:43 +00:00
c4d55bdce4 Accepting request 354695 from hardware
- Update sources to version 3.9.2
- Drop 0003-uhd-C-API-wrapper-fix-commit-30f87afcba71a07.patch:
  included upstream

OBS-URL: https://build.opensuse.org/request/show/354695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=12
2016-01-21 22:43:50 +00:00
d7219da2a0 Accepting request 351051 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/351051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=11
2016-01-01 18:48:02 +00:00
af0646aa48 Accepting request 338541 from hardware
Remove removed file, fix changes, and forward changes.

OBS-URL: https://build.opensuse.org/request/show/338541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=10
2015-10-19 20:51:10 +00:00
dbc10fef0e Accepting request 324190 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/324190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=9
2015-08-21 05:41:10 +00:00
d00cfa7f29 Accepting request 322129 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/322129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=8
2015-08-14 12:46:07 +00:00
428f9cbce9 Accepting request 312973 from hardware
OBS-URL: https://build.opensuse.org/request/show/312973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=7
2015-06-23 09:59:42 +00:00
Stephan Kulow
36c3371cb3 Accepting request 307477 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/307477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=6
2015-05-16 17:01:52 +00:00
5d48bb1bf9 Accepting request 287853 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/287853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=5
2015-02-27 10:09:27 +00:00
Stephan Kulow
39852b7744 Accepting request 258679 from hardware
- Update to version 3.7.3
  * firmware images are from 3.7.2

OBS-URL: https://build.opensuse.org/request/show/258679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=4
2014-10-29 20:10:27 +00:00
Stephan Kulow
361ff9557b Accepting request 247634 from hardware
- Update to version 3.7.2
  * bugfix release

OBS-URL: https://build.opensuse.org/request/show/247634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=3
2014-09-05 11:00:08 +00:00
Stephan Kulow
9fceb16b41 Accepting request 246330 from hardware
OBS-URL: https://build.opensuse.org/request/show/246330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uhd?expand=0&rev=1
2014-08-27 05:46:05 +00:00