Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package obs-service-download_url for 
openSUSE:Factory checked in at 2021-09-14 21:14:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-download_url (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-download_url.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-download_url"

Tue Sep 14 21:14:43 2021 rev:6 rq:918871 version:0.1.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-download_url/obs-service-download_url.changes
        2020-10-13 16:17:14.586278127 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_url.new.1899/obs-service-download_url.changes
      2021-09-14 21:15:03.380444293 +0200
@@ -1,0 +2,5 @@
+Mon Aug 23 13:53:50 UTC 2021 - Enrico Belleri <[email protected]>
+
+- replace mentions of curl with wget
+
+-------------------------------------------------------------------

New:
----
  PKGBUILD

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

Other differences:
------------------
++++++ obs-service-download_url.spec ++++++
--- /var/tmp/diff_new_pack.Hf9hkZ/_old  2021-09-14 21:15:04.312445209 +0200
+++ /var/tmp/diff_new_pack.Hf9hkZ/_new  2021-09-14 21:15:04.316445212 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-download_url
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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:           obs-service-download_url
-Summary:        An OBS source service: curl download tool
+Summary:        An OBS source service: wget download tool
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
 URL:            http://openbuildservice.org
@@ -31,7 +31,7 @@
 %description
 This is a source service for openSUSE Build Service.
 
-It supports downloading files from given URLs via curl
+It supports downloading files from given URLs via wget
 
 %prep
 %setup -q

++++++ PKGBUILD ++++++
pkgname=obs-service-download_url
pkgver=0.1.3
pkgrel=0
pkgdesc="An OBS source service: wget download tool"
arch=(any)
license=(GPL-2.0+)
url=https://github.com/openSUSE/$pkgname
source=($pkgname-$pkgver.tar.gz)
sha256sums=('SKIP')
depends=(wget)

package() {
  cd "$srcdir/$pkgname-$pkgver"
  mkdir -p $pkgdir/usr/lib/obs/service
  install -m 0755 download_url $pkgdir/usr/lib/obs/service
  install -m 0644 download_url.service $pkgdir/usr/lib/obs/service
}
++++++ debian.control ++++++
--- /var/tmp/diff_new_pack.Hf9hkZ/_old  2021-09-14 21:15:04.432445326 +0200
+++ /var/tmp/diff_new_pack.Hf9hkZ/_new  2021-09-14 21:15:04.436445330 +0200
@@ -10,4 +10,4 @@
 Architecture: all
 Depends: ${misc:Depends}
 Description: This is a source service for openSUSE Build Service.
- It supports downloading files from given URLs via curl
+ It supports downloading files from given URLs via wget

Reply via email to