Accepting request 1089016 from openSUSE:Tools

OBS-URL: https://build.opensuse.org/request/show/1089016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=178
This commit is contained in:
Dominique Leuenberger 2023-05-25 21:52:55 +00:00 committed by Git OBS Bridge
commit 40d586737b
8 changed files with 30 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=1.1.3
pkgver=1.1.4
pkgrel=0
pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64')

View File

@ -8,15 +8,18 @@ ingredients:
packages:
- build
- osc
- python-yaml
- obs-scm-bridge
- obs-service-download_files
- obs-service-format_spec_file
- obs-service-obs_scm
- obs-service-tar_scm
- obs-service-set_version
- obs-service-recompress
- obs-service-set_version
- obs-service-tar_scm
- obs-service-verify_file
- openSUSE-release
- openSUSE-release-ftp
- rsync
script:
- mkdir -p $BUILD_APPDIR/usr/share/pixmaps
- cp /usr/share/pixmaps/appimage.png $BUILD_APPDIR/usr/share/pixmaps
@ -27,7 +30,7 @@ script:
- echo "Icon=appimage" >> $BUILD_APPDIR/usr/share/applications/osc.desktop
- echo "Categories=Development" >> $BUILD_APPDIR/usr/share/applications/osc.desktop
- echo "Type=Application" >> $BUILD_APPDIR/usr/share/applications/osc.desktop
# - sed -i -e 's,^#!/usr/bin/python,#!/usr/bin/env python,' $BUILD_APPDIR/usr/bin/osc
# /usr/bin/python3 would run system python3 with libs from the appimage
# while /usr/bin/env python3 uses the correct binary from the appimage
- sed -i -e 's,^#!/usr/bin/python3,#!/usr/bin/env python3,' $BUILD_APPDIR/usr/bin/osc
- linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2

View File

@ -1,4 +1,4 @@
osc (1.1.3-0) unstable; urgency=low
osc (1.1.4-0) unstable; urgency=low
* Placeholder

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf390a6b6e532ce02bc009368f21212748fa64313d9caee3d3d3f2cbdc55b3c8
size 330955

3
osc-1.1.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8407ccdcaa6089601e3b9f42c03c015d938ba756b1553f65e2eb122ff00b83e5
size 331686

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed May 24 07:02:31 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.1.4
- Command-line:
- Change 'review list' command to display open requests (state: new, review, declined)
- Fix running osc in an AppImage by switching to the correct working directory
- Handle ProtocolError exception
- Library:
- Add 'req_states' parameter to osc.core.get_review_list()
- Connection:
- Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception
-------------------------------------------------------------------
Wed May 10 07:12:59 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 1.1.3-0
Version: 1.1.4-0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -49,7 +49,7 @@
%endif
Name: osc
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later