]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- up to 2.29 auto/th/glibc-2.29-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Feb 2019 06:18:53 +0000 (07:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 1 Feb 2019 06:18:53 +0000 (07:18 +0100)
branch.sh
glibc-no-bash-nls.patch
glibc.spec

index 6ea64bc352cd1de6bb45f599821a53db38638c71..59527550618d98dd7f38e38eb065272a406ec18a 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -2,8 +2,8 @@
 set -e
 url=git://sourceware.org/git/glibc.git
 package=glibc
-tag=glibc-2.28
-branch=release/2.28/master
+tag=glibc-2.29
+branch=release/2.29/master
 out=$package-git.patch
 repo=$package.git
 
index c294ea1b83a646d01213695099bb83aff8736700..4dc3d21c0567cc06f89894cbc1b1bf3a3d0e2e5e 100644 (file)
@@ -3,7 +3,7 @@
 @@ -1,4 +1,4 @@
 -#! @BASH@
 +#!/bin/sh
- # Copyright (C) 1996-2018 Free Software Foundation, Inc.
+ # Copyright (C) 1996-2019 Free Software Foundation, Inc.
  # This file is part of the GNU C Library.
  
 @@ -35,16 +35,16 @@ while test $# -gt 0; do
@@ -14,7 +14,7 @@
 +    printf "Copyright (C) %s Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- " "2018"
+ " "2019"
 -    printf $"Written by %s and %s.
 +    printf "Written by %s and %s.
  " "Roland McGrath" "Ulrich Drepper"
 @@ -1,4 +1,4 @@
 -#! @BASH@
 +#!/bin/sh
- # Copyright (C) 2011-2018 Free Software Foundation, Inc.
+ # Copyright (C) 2011-2019 Free Software Foundation, Inc.
  # This file is part of the GNU C Library.
  
 @@ -72,18 +72,18 @@ while test $# -gt 0; do
 +    printf "Copyright (C) %s Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- " "2018"
+ " "2019"
 -    printf $"Written by %s.\n" "Ulrich Drepper"
 +    printf "Written by %s.\n" "Ulrich Drepper"
      exit 0
index 65fd2a97937fb1a5eacf70d2441e2e9d062a0201..9f8c2d6129f5552cb2e88b642d14bf4b132672ea 100644 (file)
@@ -31,7 +31,7 @@
 %undefine      with_cet
 %endif
 
-%define                core_version    2.28
+%define                core_version    2.29
 %define                llh_version     7:2.6.32.1-1
 
 Summary:       GNU libc
@@ -45,12 +45,12 @@ Summary(tr.UTF-8):  GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       %{core_version}
-Release:       10
+Release:       1
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
-# Source0-md5: c81d2388896379997bc359d4f2084239
+# Source0-md5: e6c279d5b2f0736f740216f152acf974
 Source2:       nscd.init
 Source3:       nscd.sysconfig
 Source4:       nscd.logrotate
@@ -62,7 +62,7 @@ Source7:      %{name}-LD-path.c
 Source9:       nscd.tmpfiles
 # use branch.sh to update glibc-git.patch
 Patch0:                glibc-git.patch
-# Patch0-md5:  9b6b4d90ca7d6edba76adf101fad0694
+# Patch0-md5:  243bcc879aca3b2ae64f05d94e9c8d1a
 # against GNU TP (libc domain)
 #Patch1:               %{name}-pl.po-update.patch
 Patch2:                %{name}-pld.patch
@@ -103,7 +103,7 @@ BuildRequires:      gawk
 %if %{with cet}
 BuildRequires: gcc >= 6:8.0
 %else
-BuildRequires: gcc >= 6:4.7
+BuildRequires  gcc >= 6:5.0
 %endif
 %{?with_memusage:BuildRequires:        gd-devel >= 2.0.1}
 BuildRequires: gettext-tools >= 0.10.36
@@ -111,6 +111,8 @@ BuildRequires:      gettext-tools >= 0.10.36
 BuildRequires: linux-libc-headers >= %{llh_version}
 %{?with_nss_crypt:BuildRequires:       nss-devel >= 1:3.15.1-2}
 BuildRequires: perl-base
+BuildRequires: python3 >= 1:3.4
+BuildRequires: python3-modules >= 1:3.4
 BuildRequires: rpm-build >= 4.3-0.20030610.28
 BuildRequires: rpmbuild(macros) >= 1.567
 BuildRequires: sed >= 4.0.5
This page took 0.264988 seconds and 4 git commands to generate.