[Pkg-php-commits] [php/debian-sid] remove debian patch 117-4_digit_year_big_endian.patch

Sean Finney seanius at debian.org
Sat Sep 19 22:12:25 UTC 2009


fix incorporated upstream
---
 .../gentoo/117-4_digit_year_big_endian.patch       |   11 -----------
 debian/patches/series                              |    1 -
 2 files changed, 0 insertions(+), 12 deletions(-)
 delete mode 100644 debian/patches/gentoo/117-4_digit_year_big_endian.patch

diff --git a/debian/patches/gentoo/117-4_digit_year_big_endian.patch b/debian/patches/gentoo/117-4_digit_year_big_endian.patch
deleted file mode 100644
index 04049d1..0000000
--- a/debian/patches/gentoo/117-4_digit_year_big_endian.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pkg-php.orig/ext/date/php_date.c
-+++ pkg-php/ext/date/php_date.c
-@@ -803,7 +803,7 @@ static char *date_format(char *format, i
- 			/* year */
- 			case 'L': length = slprintf(buffer, 32, "%d", timelib_is_leap((int) t->y)); break;
- 			case 'y': length = slprintf(buffer, 32, "%02d", (int) t->y % 100); break;
--			case 'Y': length = slprintf(buffer, 32, "%s%04ld", t->y < 0 ? "-" : "", llabs(t->y)); break;
-+			case 'Y': length = slprintf(buffer, 32, "%s%04lld", t->y < 0 ? "-" : "", llabs(t->y)); break;
- 
- 			/* time */
- 			case 'a': length = slprintf(buffer, 32, "%s", t->h >= 12 ? "pm" : "am"); break;
diff --git a/debian/patches/series b/debian/patches/series
index 53ad71a..33a871a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -40,4 +40,3 @@ gentoo/009_ob-memory-leaks.patch
 mssql-null-exception.patch
 exif_read_data-segfault.patch
 sybase-alias.patch
-gentoo/117-4_digit_year_big_endian.patch
-- 
1.5.6.5





More information about the Pkg-php-commits mailing list