#1 update to version 0.9.0
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -7,3 +7,4 @@

  /dbus-0.8.2.crate

  /dbus-0.8.3.crate

  /dbus-0.8.4.crate

+ /dbus-0.9.0.crate

file modified
+31 -5
@@ -1,13 +1,13 @@

  # Generated by rust2rpm 13

- # * Most of the tests require running dbus, so they will fail in build env

+ # * most tests require a running user and / or system bus

  %bcond_with check

  %global debug_package %{nil}

  

  %global crate dbus

  

  Name:           rust-%{crate}

- Version:        0.8.4

- Release:        3%{?dist}

+ Version:        0.9.0

+ Release:        1%{?dist}

  Summary:        Bindings to D-Bus

  

  # Upstream license specification: Apache-2.0/MIT
@@ -66,6 +66,30 @@

  %files       -n %{name}+futures-devel

  %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

  

+ %package     -n %{name}+futures-channel-devel

+ Summary:        %{summary}

+ BuildArch:      noarch

+ 

+ %description -n %{name}+futures-channel-devel %{_description}

+ 

+ This package contains library source intended for building other packages

+ which use "futures-channel" feature of "%{crate}" crate.

+ 

+ %files       -n %{name}+futures-channel-devel

+ %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

+ 

+ %package     -n %{name}+futures-util-devel

+ Summary:        %{summary}

+ BuildArch:      noarch

+ 

+ %description -n %{name}+futures-util-devel %{_description}

+ 

+ This package contains library source intended for building other packages

+ which use "futures-util" feature of "%{crate}" crate.

+ 

+ %files       -n %{name}+futures-util-devel

+ %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

+ 

  %package     -n %{name}+no-string-validation-devel

  Summary:        %{summary}

  BuildArch:      noarch
@@ -93,11 +117,13 @@

  

  %if %{with check}

  %check

- # D-Bus error: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11

- %cargo_test || :

+ %cargo_test

  %endif

  

  %changelog

+ * Sun Oct 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-1

+ - Update to version 0.9.0.

+ 

  * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-3

  - Second attempt - Rebuilt for

    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (dbus-0.8.4.crate) = 1e95fe75d5474ce745917eaa95d015d7706af4b37e010d265be265cc392bd3e0e8eaf03a4b9edefab575051a9af1eeb33d8e96d2c63c6f16c71ad9f6b6f7be8c

+ SHA512 (dbus-0.9.0.crate) = c497189905d0b478d3a919d197216dd77aaf3e336b6459115c9947c576b356d0e133b3f21a93dd5a02ad899a87683741adf0e830aa6e7c9c5a69e58c19a4f26a

no initial comment

Pull-Request has been merged by decathorpe

3 years ago