commit perl-Goo-Canvas for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Goo-Canvas for openSUSE:Factory 
checked in at 2016-10-10 16:20:08

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


Package is "perl-Goo-Canvas"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Goo-Canvas.new/perl-Goo-Canvas.changes 
2016-10-10 16:20:11.0 +0200
@@ -0,0 +1,39 @@
+---
+Wed Mar  6 06:12:34 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---
+Mon Aug 22 10:05:32 UTC 2011 - vci...@novell.com
+
+- added goo_canvas_cairo_PATTERN_from_pixbuf prototype
+- renamed patches to include version number
+- licence correction
+
+---
+Fri Aug 19 14:51:00 CEST 2011 - p...@suse.de
+
+- Add missing prototype for goo_canvas_cairo_surface_from_pixbuf.
+- Fix documentation.
+
+---
+Wed Aug 17 15:07:45 UTC 2011 - sascha.ma...@open-slx.de
+
+- Used constant our Macros
+- Deleted BR disallowing of the BuildChecks 
+
+---
+Fri Aug  5 13:08:24 UTC 2011 - sascha.ma...@open-slx.de
+
+- Changed License to the perl itself ones 
+
+---
+Tue Jul 21 13:34:03 UTC 2011 - r...@ilmi.fi
+- Making this work on openSUSE Factory
+
+
+---
+Thu Mar 21 13:34:03 UTC 2010 - r...@ilmi.fi
+- Added to this repo
+
+

New:

  Goo-Canvas-0.06-add_missing_prototype.patch
  Goo-Canvas-0.06-fix_documentation.patch
  Goo-Canvas-0.06.tar.gz
  perl-Goo-Canvas.changes
  perl-Goo-Canvas.spec



Other differences:
--
++ perl-Goo-Canvas.spec ++
#
# spec file for package perl-Goo-Canvas
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 open-slx GmbH 
#
# 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-Goo-Canvas
Version:0.06
Release:0
%define cpan_name Goo-Canvas
Summary:Goo::Canvas Perl module
License:GPL-2.0+ or Artistic-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Goo-Canvas/
#Source:
http://www.cpan.org/authors/id/Y/YE/YEWENBIN/Goo-Canvas-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Patch0: Goo-Canvas-0.06-add_missing_prototype.patch
Patch1: Goo-Canvas-0.06-fix_documentation.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cairo-devel
BuildRequires:  glib2-devel
BuildRequires:  gtk2-devel
BuildRequires:  perl
BuildRequires:  perl-Cairo
BuildRequires:  perl-Glib
BuildRequires:  perl-Gtk2
BuildRequires:  perl-macros
BuildRequires:  pkg-config

%if %suse_version <= 1140
BuildRequires:  goocanvas-devel
%else
BuildRequires:  libgoocanvas3-devel
%endif

%{perl_requires}

%description
Goo::Canvas Perl module

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

%build
export CFLAGS="%{optflags}"
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} NOECHO=""

%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)

%changelog
++ Goo-Canvas-0.06-add_missing_prototype.patch ++
Index: xs/goocanvas.xs
===
--- xs/goocanvas.xs.orig
+++ xs/goocanvas.xs
@@ -1,4 +1,8 @@
 #include "goocanvas-perl.h"
+#include 
+
+extern cairo_pattern_t* goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf* 
pixbuf);
+extern cairo_surface_t* goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf* 
pixbuf);
 
 MODULE = Goo::Canvas   PACKAGE = Goo::Canvas   PREFIX = goo_canvas_
 =head1 SYNOPSIS
Index: xs/goocanvasgroup.xs

commit perl-Goo-Canvas for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Goo-Canvas for openSUSE:Factory 
checked in at 2013-03-07 07:33:39

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


Package is perl-Goo-Canvas, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Goo-Canvas/perl-Goo-Canvas.changes  
2011-09-23 12:37:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Goo-Canvas.new/perl-Goo-Canvas.changes 
2013-03-07 07:33:40.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  6 06:12:34 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Goo-Canvas.spec ++
--- /var/tmp/diff_new_pack.Gpgi6i/_old  2013-03-07 07:33:41.0 +0100
+++ /var/tmp/diff_new_pack.Gpgi6i/_new  2013-03-07 07:33:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Goo-Canvas
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 open-slx GmbH sascha.ma...@open-slx.de
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,24 +17,28 @@
 #
 
 
-
 Name:   perl-Goo-Canvas
 Version:0.06
-Release:1
-License:GPL-2.0+ or SUSE-Artistic-1.0+
+Release:0
 %define cpan_name Goo-Canvas
 Summary:Goo::Canvas Perl module
-Url:http://search.cpan.org/dist/Goo-Canvas/
+License:GPL-2.0+ or Artistic-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Goo-Canvas/
 #Source:
http://www.cpan.org/authors/id/Y/YE/YEWENBIN/Goo-Canvas-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 Patch0: Goo-Canvas-0.06-add_missing_prototype.patch
 Patch1: Goo-Canvas-0.06-fix_documentation.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cairo-devel
+BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
 BuildRequires:  perl
+BuildRequires:  perl-Cairo
+BuildRequires:  perl-Glib
+BuildRequires:  perl-Gtk2
 BuildRequires:  perl-macros
-BuildRequires:  perl-Cairo perl-Glib perl-Gtk2
-BuildRequires:  cairo-devel glib2-devel gtk2-devel pkg-config
+BuildRequires:  pkg-config
 
 %if %suse_version = 1140
 BuildRequires:  goocanvas-devel

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



commit perl-Goo-Canvas for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Goo-Canvas for openSUSE:Factory 
checked in at 2011-12-06 18:42:07

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


Package is perl-Goo-Canvas, Maintainer is 

Changes:




Other differences:
--
++ perl-Goo-Canvas.spec ++
--- /var/tmp/diff_new_pack.zlx3sD/_old  2011-12-06 19:09:51.0 +0100
+++ /var/tmp/diff_new_pack.zlx3sD/_new  2011-12-06 19:09:51.0 +0100
@@ -21,7 +21,7 @@
 Name:   perl-Goo-Canvas
 Version:0.06
 Release:1
-License:GPL-2.0+ or Artistic-1.0+
+License:GPL-2.0+ or SUSE-Artistic-1.0+
 %define cpan_name Goo-Canvas
 Summary:Goo::Canvas Perl module
 Url:http://search.cpan.org/dist/Goo-Canvas/

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



commit perl-Goo-Canvas for openSUSE:Factory

2011-08-24 Thread h_root

Hello community,

here is the log from the commit of package perl-Goo-Canvas for openSUSE:Factory
checked in at Wed Aug 24 16:22:44 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Goo-Canvas/perl-Goo-Canvas.changes
2011-08-22 12:11:40.0 +0200
@@ -0,0 +1,34 @@
+---
+Mon Aug 22 10:05:32 UTC 2011 - vci...@novell.com
+
+- added goo_canvas_cairo_PATTERN_from_pixbuf prototype
+- renamed patches to include version number
+- licence correction
+
+---
+Fri Aug 19 14:51:00 CEST 2011 - p...@suse.de
+
+- Add missing prototype for goo_canvas_cairo_surface_from_pixbuf.
+- Fix documentation.
+
+---
+Wed Aug 17 15:07:45 UTC 2011 - sascha.ma...@open-slx.de
+
+- Used constant our Macros
+- Deleted BR disallowing of the BuildChecks 
+
+---
+Fri Aug  5 13:08:24 UTC 2011 - sascha.ma...@open-slx.de
+
+- Changed License to the perl itself ones 
+
+---
+Tue Jul 21 13:34:03 UTC 2011 - r...@ilmi.fi
+- Making this work on openSUSE Factory
+
+
+---
+Thu Mar 21 13:34:03 UTC 2010 - r...@ilmi.fi
+- Added to this repo
+
+

calling whatdependson for head-i586


New:

  Goo-Canvas-0.06-add_missing_prototype.patch
  Goo-Canvas-0.06-fix_documentation.patch
  Goo-Canvas-0.06.tar.gz
  perl-Goo-Canvas.changes
  perl-Goo-Canvas.spec



Other differences:
--
++ perl-Goo-Canvas.spec ++
#
# spec file for package perl-Goo-Canvas
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 open-slx GmbH sascha.ma...@open-slx.de
#
# 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-Goo-Canvas
Version:0.06
Release:1
License:GPL-2.0+ or Artistic-1.0+
%define cpan_name Goo-Canvas
Summary:Goo::Canvas Perl module
Url:http://search.cpan.org/dist/Goo-Canvas/
Group:  Development/Libraries/Perl
#Source:
http://www.cpan.org/authors/id/Y/YE/YEWENBIN/Goo-Canvas-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Patch0: Goo-Canvas-0.06-add_missing_prototype.patch
Patch1: Goo-Canvas-0.06-fix_documentation.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl-Cairo perl-Glib perl-Gtk2
BuildRequires:  cairo-devel glib2-devel gtk2-devel pkg-config

%if %suse_version = 1140
BuildRequires:  goocanvas-devel
%else
BuildRequires:  libgoocanvas3-devel
%endif

%{perl_requires}

%description
Goo::Canvas Perl module

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

%build
export CFLAGS=%{optflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} NOECHO=

%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)

%changelog
++ Goo-Canvas-0.06-add_missing_prototype.patch ++
Index: xs/goocanvas.xs
===
--- xs/goocanvas.xs.orig
+++ xs/goocanvas.xs
@@ -1,4 +1,8 @@
 #include goocanvas-perl.h
+#include cairo/cairo.h
+
+extern cairo_pattern_t* goo_canvas_cairo_pattern_from_pixbuf(GdkPixbuf* 
pixbuf);
+extern cairo_surface_t* goo_canvas_cairo_surface_from_pixbuf(GdkPixbuf* 
pixbuf);
 
 MODULE = Goo::Canvas   PACKAGE = Goo::Canvas   PREFIX = goo_canvas_
 =head1 SYNOPSIS
Index: xs/goocanvasgroup.xs
===
--- xs/goocanvasgroup.xs.orig
+++ xs/goocanvasgroup.xs
@@ -1,4 +1,6 @@
 #include goocanvas-perl.h
+#include cairo/cairo.h
+extern cairo_surface_t *goo_canvas_cairo_pattern_from_pixbuf (GdkPixbuf 
*pixbuf);
 
 MODULE = Goo::Canvas::GroupPACKAGE = Goo::Canvas::Group   PREFIX = 
goo_canvas_group_
 
++ Goo-Canvas-0.06-fix_documentation.patch ++
Index: xs/goocanvas.xs
===
---