Merge branch 'master' into epel7
This commit is contained in:
commit
68dbd92ad7
3 changed files with 16 additions and 3 deletions
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,6 +1,6 @@
|
|||
%global majorversion 1
|
||||
%global minorversion 0
|
||||
%global patchversion 4
|
||||
%global minorversion 1
|
||||
%global patchversion 0
|
||||
%global majorminorversion %{majorversion}.%{minorversion}
|
||||
|
||||
Name: libmodulemd
|
||||
|
|
@ -18,6 +18,7 @@ BuildRequires: pkgconfig(gobject-2.0)
|
|||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(yaml-0.1)
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: python3-gobject-base
|
||||
|
||||
# Patches
|
||||
|
||||
|
|
@ -71,6 +72,17 @@ 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
|
||||
|
||||
* Tue Feb 27 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.4-1
|
||||
- Update to 1.0.4
|
||||
- Rework version autodetection
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (modulemd-1.0.4.tar.xz) = c71daae3e88a17a8b5c014bc24e30a0d0f7c8b37d412cc8e4229295d5e6783f93c720973cc26fd1270b18e70fd6839d53e6882666e4a48181c2d4a5cc2fcea66
|
||||
SHA512 (modulemd-1.1.0.tar.xz) = ff13cceee124f85596ed1641f5543b9e461b3b10a2703185f263c293838e6dd830b1ad1aaaabc634c930d1aabb56ef022bcb1254bf80a7b9413664b7806bd813
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue