]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/commitdiff
- up to 3.2.13 auto/ac/php-pear-HTML_QuickForm-3_2_13-1 auto/th/php-pear-HTML_QuickForm-3_2_13-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 2 Nov 2011 21:15:22 +0000 (21:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bug-18171.patch -> 1.2
    php-pear-HTML_QuickForm.spec -> 1.54

bug-18171.patch [deleted file]
php-pear-HTML_QuickForm.spec

diff --git a/bug-18171.patch b/bug-18171.patch
deleted file mode 100644 (file)
index 53676b2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- /usr/share/pear/HTML/QuickForm/date.php~   2010-09-06 18:13:32.000000000 +0300
-+++ /usr/share/pear/HTML/QuickForm/date.php    2011-01-07 14:29:28.506057805 +0200
-@@ -55,8 +55,8 @@
-     var $_options = array(
-         'language'         => 'en',
-         'format'           => 'dMY',
--        'minYear'          => 2001,
--        'maxYear'          => 2010,
-+        'minYear'          => 2005,
-+        'maxYear'          => 2020,
-         'addEmptyOption'   => false,
-         'emptyOptionValue' => '',
-         'emptyOptionText'  => '&nbsp;',
index d5ffc3fdf1367c858828256e4bfb4a1fd6d4b8dd..0150a5d0fb6589a86ea2d136bace206485bb1b63 100644 (file)
@@ -1,20 +1,19 @@
+%define                status          stable
+%define                pearname HTML_QuickForm
 %include       /usr/lib/rpm/macros.php
-%define                _status         stable
-%define                _pearname HTML_QuickForm
-Summary:       %{_pearname} - methods for creating, validating, processing HTML forms
-Summary(pl.UTF-8):     %{_pearname} - metody do tworzenia, kontroli i przetwarzania formularzy HTML
-Name:          php-pear-%{_pearname}
-Version:       3.2.12
-Release:       2
+Summary:       %{pearname} - methods for creating, validating, processing HTML forms
+Summary(pl.UTF-8):     %{pearname} - metody do tworzenia, kontroli i przetwarzania formularzy HTML
+Name:          php-pear-%{pearname}
+Version:       3.2.13
+Release:       1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 5742a1e1a7400120bf48ffcd4acaf1d8
-Patch0:                bug-18171.patch
+Source0:       http://pear.php.net/get/%{pearname}-%{version}.tgz
+# Source0-md5: 88ed99cc2d6a1fd3b066b3941c7d0a8f
 URL:           http://pear.php.net/package/HTML_QuickForm/
-BuildRequires: php-pear-PEAR >= 1:1.4.0
+BuildRequires: php-pear-PEAR >= 1:1.5.4
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
-BuildRequires: rpmbuild(macros) >= 1.300
+BuildRequires: rpmbuild(macros) >= 1.580
 Requires:      php-common >= 3:4.2
 Requires:      php-pear >= 4:1.0-9.1
 Requires:      php-pear-HTML_Common >= 1.2.1
@@ -37,7 +36,7 @@ validating, processing HTML forms. Features:
 - Allows you to customize the look of your form in many ways.
 - Template-like form elements customization...
 
-In PEAR status of this package is: %{_status}.
+In PEAR status of this package is: %{status}.
 
 %description -l pl.UTF-8
 Klasa HTML_QuickForm zawiera metody to tworzenia, kontroli poprawności
@@ -55,11 +54,10 @@ i przetwarzania formularzy HTML. Cechy:
 - pozwala na zmianę wyglądu formularza na wiele sposobów
 - modyfikacja elementów formularzy poprzez wzorce.
 
-Ta klasa ma w PEAR status: %{_status}.
+Ta klasa ma w PEAR status: %{status}.
 
 %prep
 %pear_package_setup
-%patch0 -p1
 mv docs/HTML_QuickForm/docs examples
 
 %install
This page took 0.078286 seconds and 4 git commands to generate.