commit perl-Text-Markdown for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2017-10-03 23:18:34

Comparing /work/SRC/openSUSE:Factory/perl-Text-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Markdown.new (New)


Package is "perl-Text-Markdown"

Tue Oct  3 23:18:34 2017 rev:11 rq:530650 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes
2015-05-27 12:48:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
2017-10-03 23:18:35.639365636 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 03:28:55 UTC 2017 - co...@suse.com
+
+- patch Makefile.PL to build with perl 5.26
+
+---



Other differences:
--
++ perl-Text-Markdown.spec ++
--- /var/tmp/diff_new_pack.ymo6VI/_old  2017-10-03 23:18:36.379261508 +0200
+++ /var/tmp/diff_new_pack.ymo6VI/_new  2017-10-03 23:18:36.391259819 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Markdown
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Markdown/
-Source0:
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,6 +58,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -82,6 +85,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes License.text README Readme.text Todo
+%doc Changes README Readme.text Todo
+%license License.text
 
 %changelog

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.ymo6VI/_old  2017-10-03 23:18:36.555236742 +0200
+++ /var/tmp/diff_new_pack.ymo6VI/_new  2017-10-03 23:18:36.567235054 +0200
@@ -16,9 +16,8 @@
  if [ $1 -eq 0 ] ; then
 update-alternatives --remove markdown %{_bindir}/Markdown.pl
  fi
-#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_prep: |-
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
 post_install: |-
  # update-alternatives
  mkdir -p %{buildroot}%{_sysconfdir}/alternatives




commit perl-Text-Markdown for openSUSE:Factory

2015-05-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2015-05-27 12:48:57

Comparing /work/SRC/openSUSE:Factory/perl-Text-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Markdown.new (New)


Package is "perl-Text-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes
2011-12-12 17:03:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
2015-05-27 12:48:58.0 +0200
@@ -1,0 +2,10 @@
+Thu May 21 11:09:35 UTC 2015 - co...@suse.com
+
+- translate previous change into cpanspec.yml
+
+---
+Thu May 21 09:40:02 UTC 2015 - mailaen...@opensuse.org
+
+- add a Debian compatible symlink with update-alternatives
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Text-Markdown.spec ++
--- /var/tmp/diff_new_pack.PwsH19/_old  2015-05-27 12:48:59.0 +0200
+++ /var/tmp/diff_new_pack.PwsH19/_new  2015-05-27 12:48:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Markdown
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,18 +24,26 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Markdown/
-Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl-macros
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Text::Diff)
-BuildRequires:  perl-macros
 %{perl_requires}
+# MANUAL BEGIN
+%post
+update-alternatives \
+   --install %{_bindir}/markdown markdown %{_bindir}/Markdown.pl 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+   update-alternatives --remove markdown %{_bindir}/Markdown.pl
+fi
+# MANUAL END
 
 %description
 Markdown is a text-to-HTML filter; it translates an easy-to-read /
@@ -61,11 +69,17 @@
 %install
 %perl_make_install
 %perl_process_packlist
+# MANUAL BEGIN
+# update-alternatives
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/markdown
+ln -sf %{_sysconfdir}/alternatives/markdown %{buildroot}%{_bindir}/markdown
+
+echo "%ghost %{_sysconfdir}/alternatives/markdown" >> %{name}.files
+echo "%{_bindir}/markdown" >> %{name}.files
+# MANUAL END
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes License.text README Readme.text Todo

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 %post
 update-alternatives \
--install %{_bindir}/markdown markdown %{_bindir}/Markdown.pl 30

 %postun
 if [ $1 -eq 0 ] ; then
update-alternatives --remove markdown %{_bindir}/Markdown.pl
 fi
#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_install: |-
 # update-alternatives
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 touch %{buildroot}%{_sysconfdir}/alternatives/markdown
 ln -sf %{_sysconfdir}/alternatives/markdown %{buildroot}%{_bindir}/markdown

 echo "%ghost %{_sysconfdir}/alternatives/markdown" >> %{name}.files
 echo "%{_bindir}/markdown" >> %{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



commit perl-Text-Markdown for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2011-12-12 16:58:43

Comparing /work/SRC/openSUSE:Factory/perl-Text-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Markdown.new (New)


Package is "perl-Text-Markdown", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes
2011-11-21 12:49:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
2011-12-12 17:03:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  9 08:41:49 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ perl-Text-Markdown.spec ++
--- /var/tmp/diff_new_pack.joPxo6/_old  2011-12-12 17:03:39.0 +0100
+++ /var/tmp/diff_new_pack.joPxo6/_new  2011-12-12 17:03:39.0 +0100
@@ -16,26 +16,25 @@
 #
 
 
-
 Name:   perl-Text-Markdown
 Version:1.31
-Release:1
-License:BSD
+Release:0
 %define cpan_name Text-Markdown
 Summary:Convert Markdown syntax to (X)HTML
-Url:http://search.cpan.org/dist/Text-Markdown/
+License:BSD-3-Clause
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Text-Markdown/
 Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-macros
-BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(LWP::Simple)
+BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Text::Diff)
+BuildRequires:  perl-macros
 %{perl_requires}
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Text-Markdown for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2011-11-21 12:48:57

Comparing /work/SRC/openSUSE:Factory/perl-Text-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Markdown.new (New)


Package is "perl-Text-Markdown", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes
2011-09-23 12:39:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new/perl-Text-Markdown.changes   
2011-11-21 12:49:04.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 20 10:57:12 UTC 2011 - lnus...@suse.de
+
+- remove superfluous build deps. They come in via
+  inc/Module/Install/Metadata.pm but are optional.
+
+---



Other differences:
--
++ perl-Text-Markdown.spec ++
--- /var/tmp/diff_new_pack.vQjMf9/_old  2011-11-21 12:49:04.0 +0100
+++ /var/tmp/diff_new_pack.vQjMf9/_new  2011-11-21 12:49:04.0 +0100
@@ -30,16 +30,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(inc::Module::Install)
-BuildRequires:  perl(JSON)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Parse::CPAN::Meta)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Text::Diff)
-BuildRequires:  perl(YAML::Tiny)
 %{perl_requires}
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Text-Markdown for openSUSE:Factory

2011-09-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory
checked in at Thu Sep 1 17:14:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Text-Markdown/perl-Text-Markdown.changes  
2011-09-01 13:11:30.0 +0200
@@ -0,0 +1,26 @@
+---
+Thu Sep  1 10:35:54 UTC 2011 - co...@suse.com
+
+- updated to 1.31, tons of changes
+
+---
+Wed Dec  1 13:35:46 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue May  4 12:49:22 UTC 2010 - ch...@computersalat.de
+
+- recreated by cpanspec 1.78
+- added Authors
+
+---
+Mon May  3 08:15:45 UTC 2010 - lnus...@suse.de
+
+- make noarch
+
+---
+Thu Feb  7 15:13:51 CET 2008 - lnus...@suse.de
+
+- initial version 1.0.3
+

calling whatdependson for head-i586


New:

  Text-Markdown-1.31.tar.gz
  perl-Text-Markdown.changes
  perl-Text-Markdown.spec



Other differences:
--
++ perl-Text-Markdown.spec ++
#
# spec file for package perl-Text-Markdown
#
# Copyright (c) 2011 SUSE LINUX Products 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 http://bugs.opensuse.org/
#



Name:   perl-Text-Markdown
Version:1.31
Release:1
License:BSD
%define cpan_name Text-Markdown
Summary:Convert Markdown syntax to (X)HTML
Url:http://search.cpan.org/dist/Text-Markdown/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(inc::Module::Install)
BuildRequires:  perl(JSON)
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(LWP::Simple)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Parse::CPAN::Meta)
BuildRequires:  perl(Test::Differences)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Text::Diff)
BuildRequires:  perl(YAML::Tiny)
%{perl_requires}

%description
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML. Markdown's text format is
most similar to that of plain text email, and supports features such as
headers, *emphasis*, code blocks, blockquotes, and links.

Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level HTML
tags (like  and  as well).

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes License.text README Readme.text Todo

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org