Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package obs-scm-bridge for openSUSE:Factory 
checked in at 2025-12-10 15:33:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-scm-bridge (Old)
 and      /work/SRC/openSUSE:Factory/.obs-scm-bridge.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-scm-bridge"

Wed Dec 10 15:33:00 2025 rev:24 rq:1321804 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/obs-scm-bridge/obs-scm-bridge.changes    
2025-07-31 17:50:24.826657688 +0200
+++ /work/SRC/openSUSE:Factory/.obs-scm-bridge.new.1939/obs-scm-bridge.changes  
2025-12-10 15:33:50.126617001 +0100
@@ -1,0 +2,5 @@
+Tue Dec  2 14:59:18 UTC 2025 - Antonio Teixeira <[email protected]>
+
+- Add PKGBUILD to enable Arch Linux builds 
+
+-------------------------------------------------------------------

New:
----
  PKGBUILD

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ obs-scm-bridge.spec ++++++
--- /var/tmp/diff_new_pack.S5KkIe/_old  2025-12-10 15:33:50.886649156 +0100
+++ /var/tmp/diff_new_pack.S5KkIe/_new  2025-12-10 15:33:50.894649494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-scm-bridge
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -39,6 +39,14 @@
 # these are just recommends in build package, but we need it here
 Requires:       perl(Date::Parse)
 Requires:       git-lfs
+%if 0%{?opensuse_version}
+BuildRequires:  git-core >= 2.46
+Requires:       git-core >= 2.46
+%else
+BuildRequires:  git >= 2.46
+Requires:       git >= 2.46
+%endif
+Requires:       perl(LWP::Protocol::https)
 Requires:       perl(LWP::UserAgent)
 Requires:       perl(Net::SSL)
 Requires:       perl(Pod::Usage)

++++++ PKGBUILD ++++++
pkgname=obs-scm-bridge
pkgver=0.7.4
pkgrel=0
pkgdesc='A help service to work with git repositories in OBS'
arch=('any')
url='https://github.com/openSUSE/obs-scm-bridge'
license=('GPL-2.0-or-later')
depends=('build>=20211125' 'git' 'git-lfs' 'perl' 'perl-crypt-ssleay' 
'perl-libwww' 'perl-lwp-protocol-https' 'perl-timedate' 'perl-uri' 
'perl-xml-parser' 'perl-yaml-libyaml' 'python' 'python-yaml')
backup=('etc/obs/services/scm-bridge/critical-instances')
source=($pkgname-$pkgver.tar.xz)
sha256sums=('SKIP')

package() {
    cd "$pkgname-$pkgver"
    make DESTDIR=$pkgdir install

    mkdir -p $pkgdir/etc/obs/services/scm-bridge
    echo "src.opensuse.org" > 
$pkgdir/etc/obs/services/scm-bridge/critical-instances
}

check() {
    cd "$pkgname-$pkgver"

    # the test suite requires online resources unfortunatly
    # so let's at least test if our python version understands our syntax
    python3 ./obs_scm_bridge --help
}

Reply via email to