Auto-sync with upstream master.
This commit is contained in:
parent
2b8a8117dc
commit
b2bf60e825
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/glibc-2.22-709-g8a71d2e.tar.gz
|
/glibc-2.22-709-g8a71d2e.tar.gz
|
||||||
|
/glibc-2.22-713-g5163b4b.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.22-709-g8a71d2e
|
%define glibcsrcdir glibc-2.22-713-g5163b4b
|
||||||
%define glibcversion 2.22.90
|
%define glibcversion 2.22.90
|
||||||
%define glibcrelease 31%{?dist}
|
%define glibcrelease 32%{?dist}
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -1943,6 +1943,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 02 2016 Florian Weimer <fweimer@redhat.com> - 2.22.90-32
|
||||||
|
- Auto-sync with upstream master.
|
||||||
|
|
||||||
* Thu Jan 28 2016 Florian Weimer <fweimer@redhat.com> - 2.22.90-31
|
* Thu Jan 28 2016 Florian Weimer <fweimer@redhat.com> - 2.22.90-31
|
||||||
- Add workaround for GCC PR69537.
|
- Add workaround for GCC PR69537.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
0ff0913a81aeb866506d697d15554c80 glibc-2.22-709-g8a71d2e.tar.gz
|
5441ade6acb19c032dfecda08fc04863 glibc-2.22-713-g5163b4b.tar.gz
|
||||||
|
@ -92,6 +92,7 @@ rm -rf "$srcdir"
|
|||||||
echo "+ Source prep is clean, so we're good to go."
|
echo "+ Source prep is clean, so we're good to go."
|
||||||
fedpkg new-sources "$srcdir.tar.gz"
|
fedpkg new-sources "$srcdir.tar.gz"
|
||||||
git commit -a -m "Auto-sync with upstream $branch."
|
git commit -a -m "Auto-sync with upstream $branch."
|
||||||
|
exit 0
|
||||||
fedpkg push
|
fedpkg push
|
||||||
fedpkg build
|
fedpkg build
|
||||||
echo "+ Done!"
|
echo "+ Done!"
|
||||||
|
Loading…
Reference in New Issue
Block a user