Hello community,
here is the log from the commit of package perl-CommonMark for openSUSE:Factory
checked in at 2019-07-26 17:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CommonMark (Old)
and /work/SRC/openSUSE:Factory/.perl-CommonMark.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CommonMark"
Fri Jul 26 17:34:37 2019 rev:1 rq:718850 version:0.290000
Changes:
--------
New Changes file:
--- /dev/null 2019-07-18 00:53:00.979475821 +0200
+++
/work/SRC/openSUSE:Factory/.perl-CommonMark.new.4126/perl-CommonMark.changes
2019-07-26 17:34:40.500079015 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Jul 25 11:30:00 CET 2019 - [email protected]
+
+- initial version (0.290000)
+
New:
----
CommonMark-0.290000.tar.gz
cpanspec.yml
perl-CommonMark.changes
perl-CommonMark.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CommonMark.spec ++++++
#
# spec file for package perl-CommonMark
#
# 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/
#
Name: perl-CommonMark
Version: 0.290000
Release: 4.1
%define cpan_name CommonMark
Summary: Interface to the CommonMark C library
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/N/NW/NWELLNHOF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::CheckLib)
BuildRequires: cmark-devel >= 0.28.3
Requires: cmark >= 0.28.3
%{perl_requires}
%description
This module is a wrapper around the official CommonMark C library
_libcmark_. It closely follows the original API.
The main module provides some entry points to parse documents and
convenience functions for node creation. The bulk of features is available
through CommonMark::Node objects of which the parse tree is made.
CommonMark::Iterator is a useful class to walk through the nodes in a tree.
CommonMark::Parser provides a push parser interface.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes
%license LICENSE
%changelog
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module