diff --git a/Glib-1.300.tar.gz b/Glib-1.300.tar.gz deleted file mode 100644 index dc9ec8e..0000000 --- a/Glib-1.300.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee3f8e979297cd4ad7c6d151d401d68725cd2631c3013c2ccc768153a337e539 -size 284245 diff --git a/Glib-1.301.tar.gz b/Glib-1.301.tar.gz new file mode 100644 index 0000000..8db5b58 --- /dev/null +++ b/Glib-1.301.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df55a02c4d173ff4e417503b67e6d7896409966a1560d3bb2b4e50f658a9376 +size 284547 diff --git a/perl-Glib.changes b/perl-Glib.changes index 5978541..2721a4b 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -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 diff --git a/perl-Glib.spec b/perl-Glib.spec index b1cc2ec..dc171d2 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -17,7 +17,7 @@ Name: perl-Glib -Version: 1.300 +Version: 1.301 Release: 0 %define cpan_name Glib 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/ Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -# MANUAL BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 -BuildRequires: pkgconfig(glib-2.0) #BuildRequires: perl(Glib) #BuildRequires: perl(Glib::Object::Subclass) #BuildRequires: perl(Gtk2) Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::PkgConfig) >= 1.000 %{perl_requires} +# MANUAL +BuildRequires: pkgconfig(glib-2.0) %description This wrapper attempts to provide a perlish interface while remaining as