diff --git a/_service b/_service index 3b00b8d..16d53c6 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://github.com/manderson26/envy + https://github.com/markan/envy @PARENT_TAG@+git%cd.%h git enable diff --git a/_servicedata b/_servicedata index b46bf27..8e99895 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ https://github.com/manderson26/envy - 8ba233bae37d87c319f3b4c5ae6973576986b36c \ No newline at end of file + 8ba233bae37d87c319f3b4c5ae6973576986b36c + https://github.com/markan/envy + dbb2a4c5e3becb212598cfe719eb73d3cf402d8e \ No newline at end of file diff --git a/envy-0.5.0+git20151105.8ba233b.tar.bz2 b/envy-0.5.0+git20151105.8ba233b.tar.bz2 deleted file mode 100644 index a0073df..0000000 --- a/envy-0.5.0+git20151105.8ba233b.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd707164fc8f97f4d34f11a2ec0d61791e3ccee00ee12e1ac0de4c8c1aea4af3 -size 7764 diff --git a/envy-0.5.0+git20160408.0148fb4.tar.bz2 b/envy-0.5.0+git20160408.0148fb4.tar.bz2 new file mode 100644 index 0000000..fe2b5cf --- /dev/null +++ b/envy-0.5.0+git20160408.0148fb4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cbe72eb28e304a49c105e5c6277f5ed9a9af3d8b4adf4b9446536ca4283c68 +size 8129 diff --git a/erlang-envy.changes b/erlang-envy.changes index ded9ebf..8df2254 100644 --- a/erlang-envy.changes +++ b/erlang-envy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 02 16:13:32 UTC 2022 - mvetter@suse.com + +- Update to version 0.5.0+git20160408.0148fb4: + * Allow undefined as the default value + * add new proplist_get to validate values out of a proplist + * fix envy:get in host_to_ip/3 to put default in the right place + * Add envy:one_of helper method + * Added travis.yml + * Improved envy:get's -specs + * Experimental code to add parsing support to envy. + * Remove debugval output, fix copyright. + * Centralize type constraint declaration + * envy_type_validator is a type spec, not an atom +- Run spec-cleaner +- Update URL + ------------------------------------------------------------------- Sat Mar 19 19:11:41 UTC 2016 - matwey.kornilov@gmail.com diff --git a/erlang-envy.spec b/erlang-envy.spec index 09d2db0..a6fd8f7 100644 --- a/erlang-envy.spec +++ b/erlang-envy.spec @@ -1,7 +1,7 @@ # # spec file for package erlang-envy # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define app_name envy -Name: erlang-%{app_name} -Version: 0.5.0+git20151105.8ba233b -Release: 0 %define app_ver %(echo "%{version}" | cut -d "+" -f1) +Name: erlang-%{app_name} +Version: 0.5.0+git20160408.0148fb4 +Release: 0 Summary: An enhancement for application:get_env License: Apache-2.0 Group: Development/Libraries/Other -Url: https://github.com/manderson26/envy +URL: https://github.com/markan/envy Source: %{app_name}-%{version}.tar.bz2 -Requires: erlang BuildRequires: erlang BuildRequires: erlang-rebar -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: erlang %description An enhancement for application:get_env to provide data validation and sensible error messages. @@ -38,7 +37,7 @@ An enhancement for application:get_env to provide data validation and sensible e %setup -q -n %{app_name}-%{version} %build -%rebar_set_vsn_cache %{app_ver} +%{rebar_set_vsn_cache %{app_ver}} %rebar compile %install @@ -51,8 +50,8 @@ done %rebar eunit %files -%defattr(-,root,root) -%doc README.md LICENSE +%license LICENSE +%doc README.md %dir %{erlang_libdir}/%{app_name}-%{app_ver} %dir %{erlang_libdir}/%{app_name}-%{app_ver}/ebin %{erlang_libdir}/%{app_name}-%{app_ver}/ebin/%{app_name}.app