Sync from SUSE:SLFO:Main mage revision 744e6a93dc9c70166b26038273e8adc5

This commit is contained in:
Adrian Schröter 2024-10-03 17:38:20 +02:00
parent 67b29c8a09
commit c9ab9ab846
6 changed files with 44 additions and 30 deletions

View File

@ -1,15 +0,0 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/magefile/mage</param>
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
<param name="revision">v1.11.0</param>
<param name="scm">git</param>
</service>
<service name="set_version" mode="manual" />
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

BIN
mage-v1.11.0~git0.07afc7d.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sat Jan 6 16:23:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.15.0:
* Update CI (#466)
* fix erroneous docstring of sh.Exec() (#452)
* Update jQuery to 3.5.0 (#458)
* -d dir contains magefiles stop with "No .go files marked with the
mage build tag..." (#447) (#448)
* mage: cancel context on SIGINT (#313)
* give props to netlify on the main page
* Update site to build with newer hugo
* bring docs for use of directives up to date
* add blog post about v1.13
* fix author links
* Add variadic support to mg.F
* feat: rename templated imports to avoid collisions
* Website: fixing typos
* refactor(listGoFiles): remove go list dependency
* doc: add MacPorts install info
* feat: allow mage:import alias to be defined for multiple imports
* Detect deps that have already been invoked
* Replace godoc.org URLs
* Add magefiles directory support
* ci: migrate from travis to github action (#391)
* evidently goreleaseer has changed in the last 4 years :) (#394)
* Fix the rollback mechanism for tags during a release (#392)
* sh.run(): quoted strings before join (#306)
* Add asdf installation instructions to docs (#383)
* #288 add brew and scoop install to docs (#376)
* #378 bump travisci go16 (#379)
* Create issue templates (#374)
* fix: deterministic compiled mainfile (#348)
* make -h work with imported targets (#335)
* fix test for go 1.16 (#330)
-------------------------------------------------------------------
Fri Jan 7 01:29:18 UTC 2022 - Jeff Mahoney <jeffm@suse.com>

View File

@ -1,5 +0,0 @@
name: mage
version: v1.11.0~git0.07afc7d
mtime: 1609218707
commit: 07afc7d24f4d6d6442305d49552f04fbda5ccb3e

View File

@ -1,7 +1,7 @@
#
# spec file for package mage
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,15 @@
Name: mage
Version: v1.11.0~git0.07afc7d
Version: 1.15.0
Release: 0
Summary: A make-like build tool using Go
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
License: Apache-2.0
URL: https://github.com/magefile/mage
Source: mage-%{version}.tar.xz
Source: https://github.com/magefile/mage/archive/refs/tags/v%{version}.tar.gz
BuildRequires: go
BuildRequires: golang(API) >= 1.12
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.12
%description

BIN
v1.15.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.