forked from pool/stgit
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0d5ec33682 | |||
| 1f8ae9c958 | |||
| e998b1eddc |
25
_service
Normal file
25
_service
Normal file
@@ -0,0 +1,25 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://github.com/stacked-git/stgit.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">stgit</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">stgit</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/stacked-git/stgit.git</param>
|
||||
<param name="changesrevision">229b77961a0f9c8d2a4e0c71e56af334e02fed43</param></service></servicedata>
|
||||
3
stgit-2.4.12.tar.zst
Normal file
3
stgit-2.4.12.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4a242c6819c694e2943f6f919ed4fc750a36d8da93df54b0228835d53d603d0
|
||||
size 538016
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9e65ac5cfb941fc823ae3a068f2c8d1df50a5f9a65d7e2462546d7c11e2ac42
|
||||
size 604533
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 07:31:00 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 2.4.12:
|
||||
* fix(squash): preserve consensus author
|
||||
* chore: update changelog for 2.4.12
|
||||
* feat(push): revert overzealous modified status
|
||||
* chore: update windows-sys to 0.59.0
|
||||
* chore: update syn to 2.0.77
|
||||
* chore: update cc to 1.1.18
|
||||
* chore: update filetime to 0.2.25
|
||||
* chore: update schannel to 0.1.24
|
||||
* chore: update gix-path to 0.10.11
|
||||
* chore: update serde_json to 1.0.128
|
||||
- Switch to _service for fetching sources
|
||||
- Adresses boo#1230691 CVE-2024-45405
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 09:43:01 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
4
stgit.obsinfo
Normal file
4
stgit.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: stgit
|
||||
version: 2.4.12
|
||||
mtime: 1726433745
|
||||
commit: 229b77961a0f9c8d2a4e0c71e56af334e02fed43
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: stgit
|
||||
Version: 2.4.2
|
||||
Version: 2.4.12
|
||||
Release: 0
|
||||
Summary: Stacked GIT - Source Code Management Tool
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://stacked-git.github.io
|
||||
Source0: https://github.com/ctmarinas/stgit/releases/download/v%{version}/stgit-%{version}.tar.gz
|
||||
Source0: stgit-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: cargo-packaging
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:971a1e90cb366ab231e6cbce79b555f2f51f25b02939515561544cbb8dfed4ce
|
||||
size 49954005
|
||||
oid sha256:3cd3009d354ef73cda4ab2009429576267d3b9277fe2008f90cef1a3c7f80ec3
|
||||
size 19080216
|
||||
|
||||
Reference in New Issue
Block a user