Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
3da2527a8d | ||
|
d8903c6c1a | ||
afe5bc997a | |||
6d0fe17d70 |
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## Build Results
|
||||
|
||||
Current state of elixir in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of elixir in the devel project build (devel:languages:erlang)
|
||||
|
||||

|
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/dottorblaster/obs-service-elixir_mix_deps</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.2.0</param>
|
||||
<param name="revision">v0.3.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/dottorblaster/obs-service-elixir_mix_deps</param>
|
||||
<param name="changesrevision">ccda25f6feaffed4088a8c5d2cd1639736763800</param></service></servicedata>
|
||||
<param name="changesrevision">e114ef92c803de71a458752bb834954abe152d64</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd84a1221f270c6816d5bca59421fdca2a5eb754ea5ad96b5203d3d11a878e0
|
||||
size 15013
|
BIN
obs-service-elixir_mix_deps-0.3.0~0.tar.zst
(Stored with Git LFS)
Normal file
BIN
obs-service-elixir_mix_deps-0.3.0~0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,5 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 10:58:04 UTC 2024 - alessio.biancalana@suse.com
|
||||
Fri Jun 06 14:18:43 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
||||
|
||||
- Update to version 0.3.0~0:
|
||||
* doc: change rpmspec to spec annotation in README
|
||||
* doc: replace examples with actual ex_doc usage from Factory
|
||||
* Bump clap from 4.5.38 to 4.5.39
|
||||
* Bump clap from 4.5.36 to 4.5.38
|
||||
* Bump assert_cmd from 2.0.16 to 2.0.17
|
||||
* Bump anyhow from 1.0.97 to 1.0.98
|
||||
* Bump clap from 4.5.34 to 4.5.36
|
||||
* Bump flate2 from 1.1.0 to 1.1.1
|
||||
* Bump thiserror from 2.0.9 to 2.0.12
|
||||
* Bump clap from 4.5.23 to 4.5.34
|
||||
* Bump anyhow from 1.0.95 to 1.0.97
|
||||
* Bump zstd from 0.13.2 to 0.13.3
|
||||
* Bump flate2 from 1.0.35 to 1.1.0
|
||||
* Bump tar from 0.4.43 to 0.4.44
|
||||
* Move dependabot config to the right location
|
||||
* Add dependabot
|
||||
* Start working on 0.3.0
|
||||
* End to end testing using assert_cmd
|
||||
* Bump deps, 2024 12 25
|
||||
* Add CI badge to the README file
|
||||
* Give the CI job the right name
|
||||
* Add Factory build status badge
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 30 19:03:19 UTC 2024 - Alessio Biancalana <alessio.biancalana@suse.com>
|
||||
|
||||
- Change the URL from the original one to the actual official openSUSE git repo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 10:58:04 UTC 2024 - Alessio Biancalana <alessio.biancalana@suse.com>
|
||||
|
||||
- Update to version 0.2.0~0:
|
||||
* Add outdir to the service file
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: obs-service-elixir_mix_deps
|
||||
version: 0.2.0~0
|
||||
mtime: 1732639995
|
||||
commit: ccda25f6feaffed4088a8c5d2cd1639736763800
|
||||
version: 0.3.0~0
|
||||
mtime: 1749194972
|
||||
commit: e114ef92c803de71a458752bb834954abe152d64
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-service-elixir_mix_deps
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,11 +18,11 @@
|
||||
|
||||
Name: obs-service-elixir_mix_deps
|
||||
# This will be set by osc services, that will run after this.
|
||||
Version: 0.2.0~0
|
||||
Version: 0.3.0~0
|
||||
Release: 0
|
||||
Summary: OBS Source Service for Elixir software packaging
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/dottorblaster/obs-service-elixir_mix_deps
|
||||
URL: https://github.com/openSUSE/obs-service-elixir_mix_deps
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user