Update to new snapshot fixing cast-align
This commit is contained in:
parent
88e6534185
commit
2d090ad82e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libxcrypt-4.0.0-20171109git15447aa.tar.gz
|
||||
/libxcrypt-4.0.0-20180120gitde99d27.tar.gz
|
||||
/libxcrypt-4.0.0-20180120git3436e7b.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global sov %{soc}.%{sol}.%{sof}
|
||||
|
||||
# For building snapshots.
|
||||
%global commit de99d273ece956370657186590ce356f0091f431
|
||||
%global commit 3436e7b2b006b597fd97b581a6dfb7eba541cc9e
|
||||
%global commit_date 20180120
|
||||
%global short_commit %(c=%{commit}; echo ${c:0:7})
|
||||
%global gitrel .%{commit_date}git%{short_commit}
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
Name: libxcrypt
|
||||
Version: 4.0.0
|
||||
Release: 0.202%{?gitrel}%{?dist}
|
||||
Release: 0.203%{?gitrel}%{?dist}
|
||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||
|
||||
# For explicit license breakdown, see the
|
||||
@ -189,6 +189,9 @@ is highly discouraged.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.203.20180120git3436e7b
|
||||
- Update to new snapshot fixing cast-align
|
||||
|
||||
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 4.0.0-0.202.20180120gitde99d27
|
||||
- Update to new snapshot (rhbz#1536752)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxcrypt-4.0.0-20180120gitde99d27.tar.gz) = bea44fb414dc92d12408813835b815432b0aba21f5f040b394f8f276bf2899e530254032c3cb3583170a45ac15c9f8942963e5d85ae77ca560f056f11c27651c
|
||||
SHA512 (libxcrypt-4.0.0-20180120git3436e7b.tar.gz) = cfc6e48edecad7fc8de749ce96c560ef307ba9da4ca6dc1464bb8ea214c9b71202cfe0545125d10fdbaa232d9ce0b3c6f630d04260e8a2d315c0c33786495632
|
||||
|
Loading…
Reference in New Issue
Block a user