]> git.pld-linux.org Git - packages/perl-Glib.git/commitdiff
- updated to 1.305 auto/th/perl-Glib-1.305-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Sep 2014 18:10:28 +0000 (20:10 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Sep 2014 18:10:28 +0000 (20:10 +0200)
perl-Glib-test.patch [deleted file]
perl-Glib.spec

diff --git a/perl-Glib-test.patch b/perl-Glib-test.patch
deleted file mode 100644 (file)
index 85ba460..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- Glib-1.300/t/options.t.orig        2013-01-15 07:47:46.000000000 +0100
-+++ Glib-1.300/t/options.t     2013-06-22 21:59:16.662022960 +0200
-@@ -9,7 +9,7 @@
- unless (Glib -> CHECK_VERSION (2, 6, 0)) {
-   plan skip_all => 'the option stuff is new in 2.6';
- } else {
--  plan tests => 33;
-+  plan tests => 29;
- }
- # --------------------------------------------------------------------------- #
-@@ -155,17 +155,6 @@
-     is_deeply ($filename_array, [qw(/usr/bin/bla ./harness)]);
-   }
--  # Test that there is no double-encoding for utf8-encoded strings.
--  {
--    @ARGV = qw(-s ❤ ❤);
--    $context -> parse();
--
--    is ($string, '❤');
--    is (length $string, 1);
--
--    is ($ARGV[0], '❤');
--    is (length $ARGV[0], 1);
--  }
- }
- # --------------------------------------------------------------------------- #
index f030f18d5a443edfb4dc6f01600ed5f931fac754..2a4c20f86cc8cbc97ca4fdd70027ccfea5635ac6 100644 (file)
@@ -8,13 +8,12 @@ Summary:      Perl Glib bindings
 Summary(pl.UTF-8):     Wiązania Glib dla Perla
 Name:          perl-Glib
 # note: versions 1.x[13579]y are unstable, if you want them, please use DEVEL branch
-Version:       1.300
-Release:       3
+Version:       1.305
+Release:       1
 License:       LGPL v2.1+
 Group:         Development/Languages/Perl
 Source0:       http://downloads.sourceforge.net/gtk2-perl/%{pnam}-%{version}.tar.gz
-# Source0-md5: 0f4b4a733816c554a7eb93687a2c7340
-Patch0:                %{name}-test.patch
+# Source0-md5: 75a5d3a93fa8ec8e804a344a2a65507f
 URL:           http://gtk2-perl.sourceforge.net/
 BuildRequires: glib2-devel >= 1:2.12.2
 BuildRequires: perl-ExtUtils-Depends >= 0.300
@@ -45,7 +44,6 @@ Pliki programistyczne wiązań Glib dla Perla.
 
 %prep
 %setup -q -n %{pnam}-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.163494 seconds and 4 git commands to generate.