Hello community,
here is the log from the commit of package erlang-sd_notify for
openSUSE:Factory checked in at 2020-09-28 14:29:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang-sd_notify (Old)
and /work/SRC/openSUSE:Factory/.erlang-sd_notify.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "erlang-sd_notify"
Mon Sep 28 14:29:04 2020 rev:4 rq:838188 version:1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang-sd_notify/erlang-sd_notify.changes
2019-12-21 12:34:45.735459701 +0100
+++
/work/SRC/openSUSE:Factory/.erlang-sd_notify.new.4249/erlang-sd_notify.changes
2020-09-28 14:29:18.310160144 +0200
@@ -1,0 +2,38 @@
+Tue Sep 22 07:53:15 UTC 2020 - [email protected]
+
+- Update to version 1.1:
+ * update rpm to 1.1
+ * Remove the build directory mamually
+ * Update travis
+ * Remove old erlang versions
+ * Clean rebar before start tests
+ * Clean rebar before start tests
+ * Change Rebar to rebar3
+ * Add support for Rebar3
+ * Enable Erlang 23 on CentOS
+ * Add API proposed by Max Lapshin
+ * Unset NOTIFY_SOCKET env if requested
+ * Don't check Erlang/OTP versions anymore
+ * Switch to native Unix sockets
+ * whitespace
+ * Enable Erlang 22 on CentOS
+ * whitespace
+ * Use latest Erlang 20/21
+ * make clean
+ * Docker images for 20 and 21
+ * Docker images for 20 and 21
+ * Docker images for 20 and 21
+ * trigger build
+ * Update README.md
+ * Remove docker image build 18-19-20
+ * Rollback
+ * Change rpm repositories
+ * Fix docker file
+ * Fix docker file for ubuntu
+ * Add instructions for OpenSUSE/SLES
+ * test erlang 20 and 21
+ * add erlang 20 and 21 dockerfiles
+ * rename dir 19 to 19.3
+ * use ubuntu 16.04, update erlang version
+
+-------------------------------------------------------------------
Old:
----
erlang-sd_notify-1.0.tar.bz2
New:
----
erlang-sd_notify-1.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ erlang-sd_notify.spec ++++++
--- /var/tmp/diff_new_pack.DU3gfz/_old 2020-09-28 14:29:19.190160908 +0200
+++ /var/tmp/diff_new_pack.DU3gfz/_new 2020-09-28 14:29:19.194160911 +0200
@@ -1,7 +1,7 @@
#
# spec file for package erlang-sd_notify
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,14 @@
%define app_name sd_notify
Name: erlang-%{app_name}
-Version: 1.0
+Version: 1.1
Release: 0
%define app_ver {%version}
Summary: Erlang interface to systemd notify subsystem
License: MIT
-Url: https://github.com/systemd/erlang-sd_notify
-Source0: erlang-%{app_name}-%{version}.tar.bz2
+URL: https://github.com/systemd/erlang-sd_notify
+Source0: erlang-%{app_name}-%{version}.tar.xz
BuildRequires: erlang-rebar
-BuildRequires: pkgconfig(libsystemd) >= 219
Requires: erlang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -38,23 +37,19 @@
%setup -q
%build
-export LDFLAGS=-lsystemd
%rebar compile
%install
-mkdir -p %{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/{ebin,priv}
+mkdir -p %{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/ebin
install -m 644 -p ebin/%{app_name}.app
%{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/ebin
install -m 644 -p ebin/%{app_name}.beam
%{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/ebin
-install -m 755 -p priv/%{app_name}_drv.so
%{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/priv
%files
%defattr(-,root,root,-)
%doc LICENSE
%dir %{erlang_libdir}/%{app_name}-%{app_ver}
%dir %{erlang_libdir}/%{app_name}-%{app_ver}/ebin
-%dir %{erlang_libdir}/%{app_name}-%{app_ver}/priv
%{erlang_libdir}/%{app_name}-%{app_ver}/ebin/%{app_name}.app
%{erlang_libdir}/%{app_name}-%{app_ver}/ebin/*.beam
-%{erlang_libdir}/%{app_name}-%{app_ver}/priv/%{app_name}_drv.so
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.DU3gfz/_old 2020-09-28 14:29:19.222160935 +0200
+++ /var/tmp/diff_new_pack.DU3gfz/_new 2020-09-28 14:29:19.222160935 +0200
@@ -2,13 +2,13 @@
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/systemd/erlang-sd_notify</param>
<param name="scm">git</param>
- <param name="revision">v1.0</param>
- <param name="versionformat">1.0</param>
+ <param name="revision">v1.1</param>
+ <param name="versionformat">1.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">erlang-sd_notify-*.tar</param>
- <param name="compression">bz2</param>
+ <param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">erlang-sd_notify</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.DU3gfz/_old 2020-09-28 14:29:19.242160952 +0200
+++ /var/tmp/diff_new_pack.DU3gfz/_new 2020-09-28 14:29:19.242160952 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/systemd/erlang-sd_notify</param>
- <param
name="changesrevision">f0ac281370a1351c14bc055e390dd1c0c08995d9</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">6fd479855d4f6e499c1e9a7aaf2234a0c9dfbd50</param></service></servicedata>
\ No newline at end of file