#18 Add some requires to tests sub-package
Closed 3 years ago by mfabian. Opened 3 years ago by mfabian.
rpms/ mfabian/ibus-typing-booster f33  into  master

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

  /ibus-typing-booster-2.10.0.tar.gz

  /ibus-typing-booster-2.10.1.tar.gz

  /ibus-typing-booster-2.10.2.tar.gz

+ /ibus-typing-booster-2.10.3.tar.gz

file modified
+9 -1
@@ -1,5 +1,5 @@ 

  Name:       ibus-typing-booster

- Version:    2.10.2

+ Version:    2.10.3

  Release:    1%{?dist}

  Summary:    A completion input method

  License:    GPLv3+, ASL 2.0
@@ -80,6 +80,8 @@ 

  %package tests

  Summary:        Tests for the %{name} package

  Requires:       %{name} = %{version}-%{release}

+ Requires:       python3-mock

+ Requires:       gnome-desktop-testing

  

  %description tests

  The %{name}-tests package contains tests that can be used to verify
@@ -230,6 +232,12 @@ 

  %{_datadir}/applications/emoji-picker.desktop

  

  %changelog

+ * Sun Jan 24 2021 Mike FABIAN <mfabian@redhat.com> - 2.10.3-1

+ - Update to 2.10.3

+ - Update emoji annotations from CLDR

+ - Translation update from Weblate for ja, zh_CN

+   (zh_CN is 100% complete now)

+ 

  * Thu Dec 17 2020 Mike FABIAN <mfabian@redhat.com> - 2.10.2-1

  - Update to 2.10.2

  - Add vi-telex to the default input methods for vi_VN locale

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

- SHA512 (ibus-typing-booster-2.10.2.tar.gz) = 168ff2528e9b57120936dc69b6d8f32d495508de7e5a0cec9782b1b108b4acca9ba42c9a2f680f2b56c4ec01eae805b22cc5ba34e1a59c449715f589be51c542

+ SHA512 (ibus-typing-booster-2.10.3.tar.gz) = b76ab10345dc9d6494b6c33bec92027262f67c75aafc71d97c779304e8ba52c96646f89e355b7c9eb3b4ddc0fec1d313d804593e8aad873953bf20ad60e5d81c

@@ -1,4 +1,6 @@ 

  role_pkgs_req:

+   - gnome-desktop-testing

+   - ibus-desktop-testing

    - rsync

    - xorg-x11-server-Xvfb

    - m17n-lib

no initial comment

2 new commits added

  • Add "Requires: python3-mock, gnome-desktop-testing" to tests sub-package
  • Update to 2.10.3
3 years ago

2 new commits added

  • Add "Requires: python3-mock, gnome-desktop-testing" to tests sub-package
  • Update to 2.10.3
3 years ago

2 new commits added

  • Add “Requires: python3-mock, gnome-desktop-testing” to tests sub-package
  • Update to 2.10.3
3 years ago

Pull-Request has been closed by mfabian

3 years ago