New version
- Use only version as a tag of the last release (vpodzime) - Do not require the glib-2.0 pkgconfig package (vpodzime) - Do not lie about tag creation (vpodzime)
This commit is contained in:
parent
f540a162e8
commit
4b49c3a711
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/libbytesize-0.11.tar.gz
|
||||
/libbytesize-1.0.tar.gz
|
||||
/libbytesize-1.1.tar.gz
|
||||
/libbytesize-1.2.tar.gz
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
%endif
|
||||
|
||||
Name: libbytesize
|
||||
Version: 1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for working with sizes in bytes
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/storaged-project/libbytesize
|
||||
@ -107,6 +107,11 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 29 2017 Vratislav Podzimek <vpodzime@redhat.com> - 1.2-1
|
||||
- Use only version as a tag of the last release (vpodzime)
|
||||
- Do not require the glib-2.0 pkgconfig package (vpodzime)
|
||||
- Do not lie about tag creation (vpodzime)
|
||||
|
||||
* Thu Sep 28 2017 Troy Dawson <tdawson@redhat.com> - 1.1-2
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libbytesize-1.1.tar.gz) = 901ee970387038fb3ca5a8a54eab8d09e4a0e1da562545a2d1a14137c33b2abe8af18662f222d4c5e48e5da2580443ef557822bc41bc30ca18743bdec8c56fea
|
||||
SHA512 (libbytesize-1.2.tar.gz) = d61ff297d1f533aee120bfcfdc3969c6a87428da322a6410707c301ff9b005da5d4f813ea15282eab5eb8435b009646d2cff29ac5247e2664af3ecaef54867a6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user