Update to version 1.1.0
- Adds support for handling modulemd-defaults YAML documents - Adds peek()/dup() routines to all object properties - Adds Modulemd.Module.dup_nsvc() to retrieve the canonical form of the unique module identifier. - Adds support for boolean types in the XMD section Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
b8df168786
commit
5c87b190bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/modulemd-1.0.2.tar.xz
|
||||
/modulemd-1.0.3.tar.xz
|
||||
/modulemd-1.0.4.tar.xz
|
||||
/modulemd-1.1.0.tar.xz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 0
|
||||
%global patchversion 4
|
||||
%global minorversion 1
|
||||
%global patchversion 0
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
|
||||
Name: libmodulemd
|
||||
Version: %{majorminorversion}%{?patchversion:.%{patchversion}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Module metadata manipulation library
|
||||
|
||||
License: MIT
|
||||
@ -18,9 +18,7 @@ BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(yaml-0.1)
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
|
||||
Obsoletes: python2-modulemd < 1.3.4
|
||||
Obsoletes: python3-modulemd < 1.3.4
|
||||
BuildRequires: python3-gobject-base
|
||||
|
||||
# Patches
|
||||
|
||||
@ -71,6 +69,14 @@ export LC_CTYPE=C.utf8
|
||||
%{_datadir}/gtk-doc/html/modulemd/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 14 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
|
||||
- Update to version 1.1.0
|
||||
- Adds support for handling modulemd-defaults YAML documents
|
||||
- Adds peek()/dup() routines to all object properties
|
||||
- Adds Modulemd.Module.dup_nsvc() to retrieve the canonical form of the unique module identifier.
|
||||
- Adds support for boolean types in the XMD section
|
||||
- Revert obsoletion of pythonX-modulemd packages for now
|
||||
|
||||
* Tue Mar 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-2
|
||||
- Obsolete unsupported pythonX-modulemd packages
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modulemd-1.0.4.tar.xz) = c71daae3e88a17a8b5c014bc24e30a0d0f7c8b37d412cc8e4229295d5e6783f93c720973cc26fd1270b18e70fd6839d53e6882666e4a48181c2d4a5cc2fcea66
|
||||
SHA512 (modulemd-1.1.0.tar.xz) = ff13cceee124f85596ed1641f5543b9e461b3b10a2703185f263c293838e6dd830b1ad1aaaabc634c930d1aabb56ef022bcb1254bf80a7b9413664b7806bd813
|
||||
|
Loading…
x
Reference in New Issue
Block a user