- updated to 1.301

* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2013-07-27 12:17:58 +00:00 committed by Git OBS Bridge
parent c57aa9290c
commit 09f72b6fc9
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee3f8e979297cd4ad7c6d151d401d68725cd2631c3013c2ccc768153a337e539
size 284245

3
Glib-1.301.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1df55a02c4d173ff4e417503b67e6d7896409966a1560d3bb2b4e50f658a9376
size 284547

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 27 11:58:52 UTC 2013 - coolo@suse.com
- updated to 1.301
* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 5 05:48:40 UTC 2013 - coolo@suse.com Wed Jun 5 05:48:40 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Glib Name: perl-Glib
Version: 1.300 Version: 1.301
Release: 0 Release: 0
%define cpan_name Glib %define cpan_name Glib
Summary: Perl wrappers for the GLib utility and Object libraries Summary: Perl wrappers for the GLib utility and Object libraries
@ -26,18 +26,18 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Glib/ Url: http://search.cpan.org/dist/Glib/
Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# MANUAL
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::Depends) >= 0.300
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
BuildRequires: pkgconfig(glib-2.0)
#BuildRequires: perl(Glib) #BuildRequires: perl(Glib)
#BuildRequires: perl(Glib::Object::Subclass) #BuildRequires: perl(Glib::Object::Subclass)
#BuildRequires: perl(Gtk2) #BuildRequires: perl(Gtk2)
Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::Depends) >= 0.300
Requires: perl(ExtUtils::PkgConfig) >= 1.000 Requires: perl(ExtUtils::PkgConfig) >= 1.000
%{perl_requires} %{perl_requires}
# MANUAL
BuildRequires: pkgconfig(glib-2.0)
%description %description
This wrapper attempts to provide a perlish interface while remaining as This wrapper attempts to provide a perlish interface while remaining as