Hello community,

here is the log from the commit of package lua-markdown for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:44:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/lua-markdown (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.lua-markdown.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-markdown"

Wed Feb 19 18:44:02 2020 rev:1 rq:775631 version:0.331

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.lua-markdown.new.26092/lua-markdown.changes   
2020-02-19 18:44:03.222516862 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Oct 28 13:40:09 CET 2019 - Matej Cepl <[email protected]>
+
+- Initial import of lua rock Markdown version 0.33

New:
----
  _multibuild
  lua-markdown.changes
  lua-markdown.spec
  markdown-0.33.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua-markdown.spec ++++++
#
# spec file for package lua_markdown
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define flavor @BUILD_FLAVOR@
%define mod_name markdown
%define upversion 0.33
Version:        0.331
Release:        0
Summary:        Markdown text-to-html markup system
License:        MIT
URL:            https://github.com/mpeterv/markdown
Source:         
https://github.com/mpeterv/markdown/archive/%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz
BuildRequires:  %{flavor}-devel
Requires:       %{flavor}
BuildArch:      noarch
%if "%{flavor}" == "lua53"
Provides:       lua-markdown = %{version}
Obsoletes:      lua-markdown < %{version}
%endif
%if "%{flavor}" == ""
Name:           lua-markdown
ExclusiveArch:  do_not_build
%else
Name:           %{flavor}-markdown
%endif

%description
A pure-lua implementation of the Markdown text-to-html markup system.

%prep
%setup -q -n %{mod_name}-%{upversion}
sed -i '\|%{_bindir}/env |d' markdown.lua

%build
/bin/true

%install
install -v -D -m 0644 -p -t %{buildroot}%{lua_noarchdir} markdown.lua

%check
lua%{lua_version} markdown-tests.lua

%files
%license LICENSE
%doc README.md
%{lua_noarchdir}/markdown*

%changelog
++++++ _multibuild ++++++
<multibuild>
<package>lua51</package>
<package>lua53</package>
</multibuild>

Reply via email to