From 93ec60972219d0224bc28e934d632350212934d8c484f6d67fb58f6c8ea12196 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 27 Feb 2023 12:47:02 +0000 Subject: [PATCH] Accepting request 1067817 from home:dirkmueller:Factory - use disabled services to be compatible with factory policy OBS-URL: https://build.opensuse.org/request/show/1067817 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-erlware_commons?expand=0&rev=6 --- _service | 2 +- _servicedata | 4 +--- erlang-erlware_commons.changes | 5 +++++ erlang-erlware_commons.spec | 11 +++++------ 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/_service b/_service index 4ab59b6..0952a3a 100644 --- a/_service +++ b/_service @@ -8,10 +8,10 @@ enable v1.6.0 + *.tar xz - diff --git a/_servicedata b/_servicedata index e4d01c5..1464710 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,4 @@ - git://github.com/erlware/erlware_commons.git - 32e62781bbbd33934800c63ae0686cd41fd7da8f https://github.com/erlware/erlware_commons.git - 916539338fab7c6084f6fee78ea4b20158feb8fd \ No newline at end of file + ad559ae1f5f4cabdcc59899e20f4d3db78177574 diff --git a/erlang-erlware_commons.changes b/erlang-erlware_commons.changes index 7a4a760..887fb94 100644 --- a/erlang-erlware_commons.changes +++ b/erlang-erlware_commons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 26 16:42:48 UTC 2023 - dmueller@suse.com + +- use disabled services to be compatible with factory policy + ------------------------------------------------------------------- Thu Mar 31 11:51:45 UTC 2022 - mvetter@suse.com diff --git a/erlang-erlware_commons.spec b/erlang-erlware_commons.spec index f2cb826..0c1af3e 100644 --- a/erlang-erlware_commons.spec +++ b/erlang-erlware_commons.spec @@ -1,7 +1,7 @@ # # spec file for package erlang-erlware_commons # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,22 @@ %define app_name erlware_commons -Name: erlang-%{app_name} -Version: 0 -Release: 0 %define app_ver %(echo "%{version}" | cut -d "+" -f1) +Name: erlang-%{app_name} +Version: 1.6.0 +Release: 0 Summary: A project focused on all aspects of reusable Erlang components License: MIT Group: Development/Libraries/Other URL: https://github.com/erlware/erlware_commons Source: %{app_name}-%{version}.tar.xz -Requires: erlang BuildRequires: erlang BuildRequires: erlang-cf BuildRequires: erlang-rebar # make the tests happy BuildRequires: git +Requires: erlang Requires: erlang-cf -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.