Hello community,

here is the log from the commit of package perl-Gnome2 for openSUSE:Factory 
checked in at 2013-11-29 07:03:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Gnome2 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Gnome2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Gnome2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Gnome2/perl-Gnome2.changes  2012-01-04 
07:26:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gnome2.new/perl-Gnome2.changes     
2013-11-29 07:03:54.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 07:34:01 UTC 2013 - [email protected]
+
+- updated to 1.044, for changes upstream refers to
+  http://git.gnome.org/browse/perl-Gnome2/
+
+-------------------------------------------------------------------

Old:
----
  Gnome2-1.042.tar.gz

New:
----
  Gnome2-1.044.tar.gz

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

Other differences:
------------------
++++++ perl-Gnome2.spec ++++++
--- /var/tmp/diff_new_pack.VLt23V/_old  2013-11-29 07:03:54.000000000 +0100
+++ /var/tmp/diff_new_pack.VLt23V/_new  2013-11-29 07:03:54.000000000 +0100
@@ -1,8 +1,7 @@
 #
 # spec file for package perl-Gnome2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Sascha Manns <[email protected]>
+# Copyright (c) 2013 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
@@ -18,61 +17,73 @@
 
 
 Name:           perl-Gnome2
-Version:        1.042
+Version:        1.044
 Release:        0
-Summary:        Gnome2 Perl module
+%define cpan_name Gnome2
+Summary:        Perl interface to the 2.x series of the GNOME libraries
 License:        LGPL-2.1+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Gnome2/
-Source0:        Gnome2-%{version}.tar.gz
-BuildRequires:  libgnomeui-devel
+Source:         
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(ExtUtils::PkgConfig)
-BuildRequires:  perl(Glib)
-BuildRequires:  perl(Gnome2::Canvas)
-BuildRequires:  perl(Gnome2::VFS)
-BuildRequires:  perl(Gtk2)
-%if 0%{?suse_version} && 0%{?suse_version} < 1140
 BuildRequires:  perl-macros
-%endif
-Requires:       libgnomeui >= %(pkg-config --modversion libgnomeui-2.0)
-Requires:       perl(Glib)
-Requires:       perl(Gnome2::VFS)
-Requires:       perl(Gtk2)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} < 1140
-Requires:       perl = %{perl_version}
-%else
+# MANUAL
+BuildRequires:  libgnomeui-devel
+BuildRequires:  perl(ExtUtils::Depends) >= 0.20
+BuildRequires:  perl(ExtUtils::PkgConfig) >= 1.03
+BuildRequires:  perl(Glib) >= 1.04
+BuildRequires:  perl(Gnome2::Canvas) >= 1.00
+BuildRequires:  perl(Gnome2::VFS) >= 1.00
+BuildRequires:  perl(Gtk2) >= 1.00
+#BuildRequires: perl(Glib::GenPod)
+#BuildRequires: perl(Gnome2)
+Requires:       perl(ExtUtils::Depends) >= 0.20
+Requires:       perl(ExtUtils::PkgConfig) >= 1.03
+Requires:       perl(Glib) >= 1.04
+Requires:       perl(Gnome2::Canvas) >= 1.00
+Requires:       perl(Gnome2::VFS) >= 1.00
+Requires:       perl(Gtk2) >= 1.00
 %{perl_requires}
-%endif
 
 %description
-Perl bindings to the 2.x series of the Gnome widget set.  This module allows
-you to write graphical user interfaces in a perlish and object-oriented way,
-freeing you from the casting and memory management in C, yet remaining very
-close in spirit to original API.
+Since this module tries to stick very closely to the C API, the
+documentation found at
+
+  http://developer.gnome.org/libgnome
+
+and
+
+  http://developer.gnome.org/libgnomeui
+
+is the canonical reference.
+
+In addition to that, there's also the automatically generated API
+documentation: the Gnome2::index manpage(3pm).
+
+The mapping described in the Gtk2::api manpage(3pm) also applies to this
+module.
+
+To discuss this module, ask questions and flame/praise the authors, join
[email protected] at lists.gnome.org.
 
 %prep
-%setup -q -n Gnome2-%{version}
+%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
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%dir %{perl_vendorarch}/Gnome2/Bonobo
-%dir %{perl_vendorarch}/Gnome2/Config
-%dir %{perl_vendorarch}/Gnome2/Install
-%doc AUTHORS ChangeLog LICENSE MANIFEST MANIFEST.SKIP NEWS README TODO
+%defattr(-,root,root,755)
+%doc AUTHORS ChangeLog.pre-git doctypes examples gnome.typemap LICENSE maps 
NEWS perl-Gnome2.doap README TODO
 
 %changelog

++++++ Gnome2-1.042.tar.gz -> Gnome2-1.044.tar.gz ++++++
++++ 6087 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to