commit perl-Chart for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Chart for openSUSE:Factory 
checked in at 2015-05-06 11:19:18

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


Package is "perl-Chart"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes2014-10-06 
22:04:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Chart.new/perl-Chart.changes   
2015-05-06 11:19:19.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 09:12:02 UTC 2015 - co...@suse.com
+
+- updated to 2.4.10
+   see /usr/share/doc/packages/perl-Chart/
+
+---

Old:

  Chart-2.4.5.tar.gz

New:

  Chart-2.4.10.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Chart.spec ++
--- /var/tmp/diff_new_pack.wtAEQK/_old  2015-05-06 11:19:20.0 +0200
+++ /var/tmp/diff_new_pack.wtAEQK/_new  2015-05-06 11:19:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Chart
 #
-# Copyright (c) 2014 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
@@ -17,24 +17,25 @@
 
 
 Name:   perl-Chart
+Version:2.4.10
+Release:0
 %define cpan_name Chart
-Summary:Series of charting modules
-License:Artistic-1.0 or GPL-1.0+
+Summary:Series of Charting Modules
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.4.5
-Release:0
 Url:http://search.cpan.org/dist/Chart/
-Source: 
http://search.cpan.org/CPAN/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CH/CHARTGRP/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(GD) >= 2
 Requires:   perl(GD) >= 2
+%{perl_requires}
 
 %description
-These manpages give you the most important information about Chart. There
+These man-pages give you the most important information about Chart. There
 is also a complete documentation (Documentation.pdf) within the Chart
 package. Look at it to get more information. This module is an attempt to
 build a general purpose graphing module that is easily modified and
@@ -47,8 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: spurious-executable-perm
-%{__chmod} 0644 TODO
+find . -type f -print0 | xargs -0 chmod 644
 
 rm -f pm_to_blib
 
@@ -61,18 +61,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Documentation.pdf README rgb.txt TODO
+%defattr(-,root,root,755)
+%doc doc Documentation.pdf README TODO
 
 %changelog

++ Chart-2.4.5.tar.gz -> Chart-2.4.10.tar.gz ++
 24435 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#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_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



commit perl-Chart for openSUSE:Factory

2014-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Chart for openSUSE:Factory 
checked in at 2014-10-06 22:04:51

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


Package is "perl-Chart"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes2012-04-17 
07:48:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Chart.new/perl-Chart.changes   
2014-10-06 22:04:53.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  3 17:47:13 UTC 2014 - crrodrig...@opensuse.org
+
+- Cleanup buildRequires, none of the libraries are used
+  by this (noarch) package
+
+---



Other differences:
--
++ perl-Chart.spec ++
--- /var/tmp/diff_new_pack.BsgQxB/_old  2014-10-06 22:04:54.0 +0200
+++ /var/tmp/diff_new_pack.BsgQxB/_new  2014-10-06 22:04:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Chart
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -28,13 +28,8 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  freetype2-devel
-BuildRequires:  gd-devel
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  xorg-x11-devel
 BuildRequires:  perl(GD) >= 2
 Requires:   perl(GD) >= 2
 

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



commit perl-Chart for openSUSE:Factory

2012-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Chart for openSUSE:Factory 
checked in at 2012-04-17 07:48:02

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


Package is "perl-Chart", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes2012-02-08 
15:41:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Chart.new/perl-Chart.changes   
2012-04-17 07:48:05.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  1 15:26:36 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 2.4.5: no upstream changelog available
+
+---

Old:

  Chart-2.4.4.tar.gz

New:

  Chart-2.4.5.tar.gz



Other differences:
--
++ perl-Chart.spec ++
--- /var/tmp/diff_new_pack.hp6Uur/_old  2012-04-17 07:48:06.0 +0200
+++ /var/tmp/diff_new_pack.hp6Uur/_new  2012-04-17 07:48:06.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   perl-Chart
 %define cpan_name Chart
 Summary:Series of charting modules
-Version:2.4.4
-Release:0
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Version:2.4.5
+Release:0
 Url:http://search.cpan.org/dist/Chart/
 Source: 
http://search.cpan.org/CPAN/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
 BuildArch:  noarch
@@ -34,9 +33,9 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  perl
-BuildRequires:  perl(GD) >= 2
 BuildRequires:  perl-macros
 BuildRequires:  xorg-x11-devel
+BuildRequires:  perl(GD) >= 2
 Requires:   perl(GD) >= 2
 
 %description
@@ -79,6 +78,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc Documentation.pdf HowTo-test.txt README rgb.txt TODO
+%doc Documentation.pdf README rgb.txt TODO
 
 %changelog

++ Chart-2.4.4.tar.gz -> Chart-2.4.5.tar.gz ++
 7134 lines of diff (skipped)

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



commit perl-Chart for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Chart for openSUSE:Factory 
checked in at 2012-02-08 15:40:58

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


Package is "perl-Chart", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes2011-12-07 
14:38:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Chart.new/perl-Chart.changes   
2012-02-08 15:41:00.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 05:59:31 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 2.4.4: no upstream changelog available
+
+---

Old:

  Chart-2.4.3.tar.gz

New:

  Chart-2.4.4.tar.gz



Other differences:
--
++ perl-Chart.spec ++
--- /var/tmp/diff_new_pack.TkzOPp/_old  2012-02-08 15:41:07.0 +0100
+++ /var/tmp/diff_new_pack.TkzOPp/_new  2012-02-08 15:41:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Chart
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,10 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   perl-Chart
 %define cpan_name Chart
 Summary:Series of charting modules
-Version:2.4.3
+Version:2.4.4
 Release:0
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl

++ Chart-2.4.3.tar.gz -> Chart-2.4.4.tar.gz ++
 6522 lines of diff (skipped)

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



commit perl-Chart for openSUSE:Factory

2011-12-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Chart for openSUSE:Factory 
checked in at 2011-12-07 14:38:25

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


Package is "perl-Chart", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes2011-09-23 
12:36:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Chart.new/perl-Chart.changes   
2011-12-07 14:38:26.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 22:50:48 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 2.4.3:
+  * corrections to imagemap production in Composite.pm and Lines.pm
+
+---

Old:

  Chart-2.4.2.tar.bz2

New:

  Chart-2.4.3.tar.gz



Other differences:
--
++ perl-Chart.spec ++
--- /var/tmp/diff_new_pack.sGxseD/_old  2011-12-07 14:38:28.0 +0100
+++ /var/tmp/diff_new_pack.sGxseD/_new  2011-12-07 14:38:28.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Chart (Version 2.4.2)
+# spec file for package perl-Chart
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,28 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   perl-Chart
 %define cpan_name Chart
 Summary:Series of charting modules
-Version:2.4.2
-Release:2
-License:GPL+ or Artistic
+Version:2.4.3
+Release:0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Chart/
-#Source: 
http://www.cpan.org/modules/by-module/Chart/Chart-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: 
http://search.cpan.org/CPAN/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
-BuildRequires:  freetype2-devel gd-devel
-BuildRequires:  libjpeg-devel libpng-devel
-BuildRequires:  xorg-x11-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  gd-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(GD) >= 2
+BuildRequires:  perl-macros
+BuildRequires:  xorg-x11-devel
 Requires:   perl(GD) >= 2
 
 %description
@@ -51,12 +49,6 @@
 it from the bottom up to be easy to modify. Like GIFgraph, Chart uses
 Lincoln Stein's GD module for all of its graphics primitives calls.
 
-Authors:
-
-David Bonner
-Peter Clark
-Chart-Group at BKG
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 # rpmlint: spurious-executable-perm
@@ -81,7 +73,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

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