Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-theme for openSUSE:Factory checked in at 2026-03-26 21:07:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old) and /work/SRC/openSUSE:Factory/.yast2-theme.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-theme" Thu Mar 26 21:07:10 2026 rev:187 rq:1342604 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes 2023-10-20 23:16:55.542867213 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-theme.new.8177/yast2-theme.changes 2026-03-27 06:53:50.432696435 +0100 @@ -1,0 +2,6 @@ +Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]> + +- jsc#PED-14507 + - Removed reference to update-desktop-files from spec file + - 5.0.2 +------------------------------------------------------------------- Old: ---- yast2-theme-5.0.1.tar.bz2 New: ---- yast2-theme-5.0.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-theme.spec ++++++ --- /var/tmp/diff_new_pack.DlhGph/_old 2026-03-27 06:53:52.204769594 +0100 +++ /var/tmp/diff_new_pack.DlhGph/_new 2026-03-27 06:53:52.220770254 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-theme # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-theme -Version: 5.0.1 +Version: 5.0.2 Release: 0 Source0: %{name}-%{version}.tar.bz2 @@ -25,13 +25,11 @@ BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: pkg-config -BuildRequires: update-desktop-files BuildRequires: yast2-devtools BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) %if 0%{?is_opensuse} BuildRequires: breeze5-icons BuildRequires: oxygen5-icon-theme -BuildRequires: update-desktop-files BuildRequires: yast2-qt-branding %endif ++++++ yast2-theme-5.0.1.tar.bz2 -> yast2-theme-5.0.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-theme-5.0.1/.github/workflows/ci.yml new/yast2-theme-5.0.2/.github/workflows/ci.yml --- old/yast2-theme-5.0.1/.github/workflows/ci.yml 2023-10-20 15:36:17.000000000 +0200 +++ new/yast2-theme-5.0.2/.github/workflows/ci.yml 2026-03-25 18:38:57.000000000 +0100 @@ -1,37 +1,38 @@ - # See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions name: CI -on: [push, pull_request] +on: [ push, pull_request ] jobs: Package: + # skip in master, but run in forks + if: github.ref_name != 'master' || github.repository_owner != 'yast' + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - distro: [ "tumbleweed", "leap_latest" ] + distro: [ "tumbleweed" ] container: image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby steps: + - name: Git Checkout + uses: actions/checkout@v3 - - name: Git Checkout - uses: actions/checkout@v3 - - - name: Prepare System - run: zypper --non-interactive in --no-recommends breeze5-icons npm-default + - name: Prepare System + run: zypper --non-interactive in --no-recommends breeze5-icons npm-default - # if the included files are not up to date and there is a change in the - # generated file then the package build later fails - - name: Build QSS and CSS files - run: rake generate + # if the included files are not up to date and there is a change in the + # generated file then the package build later fails + - name: Build QSS and CSS files + run: rake generate - - name: Stylelint - run: cd src && npx gulp lint + - name: Stylelint + run: cd src && npx gulp lint - - name: Package Build - run: yast-ci-ruby + - name: Package Build + run: yast-ci-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-theme-5.0.1/.github/workflows/submit.yml new/yast2-theme-5.0.2/.github/workflows/submit.yml --- old/yast2-theme-5.0.1/.github/workflows/submit.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-theme-5.0.2/.github/workflows/submit.yml 2026-03-25 18:38:57.000000000 +0100 @@ -0,0 +1,29 @@ +# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions + +name: OBS + +on: + # only when committing to master + push: + branches: master + + # allow running manually from GitHub Web + workflow_dispatch: + +jobs: + submit: + # do not run in forks + if: github.repository_owner == 'yast' + + runs-on: ubuntu-latest + + # the default timeout is 6 hours, do not wait for that long if osc gets stucked + timeout-minutes: 30 + + steps: + - name: Submit the package + # see https://github.com/yast/actions/blob/master/submit/action.yml + uses: yast/actions/submit@master + with: + obs_user: ${{ secrets.OBS_USER }} + obs_password: ${{ secrets.OBS_PASSWORD }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-theme-5.0.1/package/yast2-theme.changes new/yast2-theme-5.0.2/package/yast2-theme.changes --- old/yast2-theme-5.0.1/package/yast2-theme.changes 2023-10-20 15:36:17.000000000 +0200 +++ new/yast2-theme-5.0.2/package/yast2-theme.changes 2026-03-25 18:38:57.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Mar 10 09:00:28 UTC 2026 - Michal Filka <[email protected]> + +- jsc#PED-14507 + - Removed reference to update-desktop-files from spec file + - 5.0.2 +------------------------------------------------------------------- Fri Oct 20 07:53:13 UTC 2023 - Ladislav Slezák <[email protected]> - Dropped unmaintained "gulp-stylelint" internal development dependency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-theme-5.0.1/package/yast2-theme.spec new/yast2-theme-5.0.2/package/yast2-theme.spec --- old/yast2-theme-5.0.1/package/yast2-theme.spec 2023-10-20 15:36:17.000000000 +0200 +++ new/yast2-theme-5.0.2/package/yast2-theme.spec 2026-03-25 18:38:57.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-theme -Version: 5.0.1 +Version: 5.0.2 Release: 0 Source0: %{name}-%{version}.tar.bz2 @@ -24,14 +24,12 @@ BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: pkg-config -BuildRequires: update-desktop-files BuildRequires: yast2-devtools BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) %if 0%{?is_opensuse} BuildRequires: yast2-qt-branding BuildRequires: oxygen5-icon-theme BuildRequires: breeze5-icons -BuildRequires: update-desktop-files %endif Requires: hicolor-icon-theme
