diff --git a/glibc-2.18.90-83f5c32d21f7.tar.xz b/glibc-2.18.90-83f5c32d21f7.tar.xz deleted file mode 100644 index 9acbe63..0000000 --- a/glibc-2.18.90-83f5c32d21f7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efbd2068042f6ec83e9a0d9f30df5605e949f131c5c9b32482cc2b16690d4a2a -size 12301308 diff --git a/glibc-2.18.90-94c8a4bc574c.tar.xz b/glibc-2.18.90-94c8a4bc574c.tar.xz new file mode 100644 index 0000000..d2f38e7 --- /dev/null +++ b/glibc-2.18.90-94c8a4bc574c.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98084f54fd03dc09774d89c1ceab170b6f1ef9fdd99cad3cf66553be163a3a1d +size 12770204 diff --git a/glibc-testsuite.changes b/glibc-testsuite.changes index 5ff5322..0dec378 100644 --- a/glibc-testsuite.changes +++ b/glibc-testsuite.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 8 12:38:29 UTC 2014 - coolo@suse.com + +- make pwdutils a real buildrequire + Requires(pre) are used during builds, but don't trigger rebuilds. + But to create clearly defined bootstrap projects, it's essential + to know what packages are required for others. So move this requires + to build to a buildrequire + +------------------------------------------------------------------- +Tue Jan 7 14:30:50 UTC 2014 - schwab@suse.de + +- Update to glibc 2.18.90 94c8a4bc574c: + * More bug fixes + * Slovenian translations for glibc messages have been contributed by the + Translation Project's Slovenian team of translators. + ------------------------------------------------------------------- Thu Dec 19 13:45:17 UTC 2013 - schwab@suse.de diff --git a/glibc-testsuite.spec b/glibc-testsuite.spec index bd01f97..83c9bd0 100644 --- a/glibc-testsuite.spec +++ b/glibc-testsuite.spec @@ -1,7 +1,7 @@ # # spec file for package glibc-testsuite # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,7 @@ Group: System/Libraries BuildRequires: fdupes BuildRequires: libselinux-devel BuildRequires: makeinfo +BuildRequires: pwdutils BuildRequires: systemd-rpm-macros BuildRequires: xz %if %{testsuite_build} @@ -109,7 +110,7 @@ BuildRequires: gd-devel Version: 2.18.90 Release: 0 %define glibc_major_version 2.18.90 -%define git_id 83f5c32d21f7 +%define git_id 94c8a4bc574c Url: http://www.gnu.org/software/libc/libc.html BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: glibc-%{version}-%{git_id}.tar.xz diff --git a/glibc-utils.changes b/glibc-utils.changes index 5ff5322..0dec378 100644 --- a/glibc-utils.changes +++ b/glibc-utils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 8 12:38:29 UTC 2014 - coolo@suse.com + +- make pwdutils a real buildrequire + Requires(pre) are used during builds, but don't trigger rebuilds. + But to create clearly defined bootstrap projects, it's essential + to know what packages are required for others. So move this requires + to build to a buildrequire + +------------------------------------------------------------------- +Tue Jan 7 14:30:50 UTC 2014 - schwab@suse.de + +- Update to glibc 2.18.90 94c8a4bc574c: + * More bug fixes + * Slovenian translations for glibc messages have been contributed by the + Translation Project's Slovenian team of translators. + ------------------------------------------------------------------- Thu Dec 19 13:45:17 UTC 2013 - schwab@suse.de diff --git a/glibc-utils.spec b/glibc-utils.spec index badf09d..6e3e200 100644 --- a/glibc-utils.spec +++ b/glibc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package glibc-utils # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,7 @@ Group: Development/Languages/C and C++ BuildRequires: fdupes BuildRequires: libselinux-devel BuildRequires: makeinfo +BuildRequires: pwdutils BuildRequires: systemd-rpm-macros BuildRequires: xz %if %{testsuite_build} @@ -108,7 +109,7 @@ BuildRequires: gd-devel Version: 2.18.90 Release: 0 %define glibc_major_version 2.18.90 -%define git_id 83f5c32d21f7 +%define git_id 94c8a4bc574c Url: http://www.gnu.org/software/libc/libc.html BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: glibc-%{version}-%{git_id}.tar.xz diff --git a/glibc-version.diff b/glibc-version.diff index efb44be..b563a8c 100644 --- a/glibc-version.diff +++ b/glibc-version.diff @@ -8,7 +8,7 @@ Index: glibc-2.17.90/csu/version.c static const char banner[] = -"GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\ +"GNU C Library "PKGVERSION RELEASE" release version "VERSION" (git "GITID"), by Roland McGrath et al.\n\ - Copyright (C) 2013 Free Software Foundation, Inc.\n\ + Copyright (C) 2014 Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ diff --git a/glibc.changes b/glibc.changes index 5ff5322..0dec378 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 8 12:38:29 UTC 2014 - coolo@suse.com + +- make pwdutils a real buildrequire + Requires(pre) are used during builds, but don't trigger rebuilds. + But to create clearly defined bootstrap projects, it's essential + to know what packages are required for others. So move this requires + to build to a buildrequire + +------------------------------------------------------------------- +Tue Jan 7 14:30:50 UTC 2014 - schwab@suse.de + +- Update to glibc 2.18.90 94c8a4bc574c: + * More bug fixes + * Slovenian translations for glibc messages have been contributed by the + Translation Project's Slovenian team of translators. + ------------------------------------------------------------------- Thu Dec 19 13:45:17 UTC 2013 - schwab@suse.de diff --git a/glibc.spec b/glibc.spec index d6b5ad0..5dddd7c 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,7 +1,7 @@ # # spec file for package glibc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,7 @@ Group: System/Libraries BuildRequires: fdupes BuildRequires: libselinux-devel BuildRequires: makeinfo +BuildRequires: pwdutils BuildRequires: systemd-rpm-macros BuildRequires: xz %if %{testsuite_build} @@ -109,7 +110,7 @@ BuildRequires: gd-devel Version: 2.18.90 Release: 0 %define glibc_major_version 2.18.90 -%define git_id 83f5c32d21f7 +%define git_id 94c8a4bc574c Url: http://www.gnu.org/software/libc/libc.html BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: glibc-%{version}-%{git_id}.tar.xz