Release 1.0.3
- RPM components are properly emitted when no module components exist - Parser works around late determination of modulemd version Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
94a473c9d1
commit
21ac191743
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/modulemd-1.0.0.tar.xz
|
/modulemd-1.0.0.tar.xz
|
||||||
/modulemd-1.0.1.tar.xz
|
/modulemd-1.0.1.tar.xz
|
||||||
/modulemd-1.0.2.tar.xz
|
/modulemd-1.0.2.tar.xz
|
||||||
|
/modulemd-1.0.3.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%global majorversion 1
|
%global majorversion 1
|
||||||
%global minorversion 0
|
%global minorversion 0
|
||||||
%global patchversion 2
|
%global patchversion 3
|
||||||
%global majorminorversion %{majorversion}.%{minorversion}
|
%global majorminorversion %{majorversion}.%{minorversion}
|
||||||
|
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
@ -23,7 +23,8 @@ BuildRequires: pkgconfig(gtk-doc)
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
C Library for manipulating module metadata files.
|
C Library for manipulating module metadata files.
|
||||||
See https://pagure.io/modulemd for more details.
|
See https://github.com/fedora-modularity/libmodulemd/blob/master/README.md for
|
||||||
|
more details.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libmodulemd
|
Summary: Development files for libmodulemd
|
||||||
@ -67,6 +68,10 @@ export LC_CTYPE=C.utf8
|
|||||||
%{_datadir}/gtk-doc/html/modulemd/
|
%{_datadir}/gtk-doc/html/modulemd/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.3-1
|
||||||
|
- RPM components are properly emitted when no module components exist
|
||||||
|
- Parser works around late determination of modulemd version
|
||||||
|
|
||||||
* Fri Feb 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.2-1
|
* Fri Feb 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.0.2-1
|
||||||
- Be more strict with certain parser edge-cases
|
- Be more strict with certain parser edge-cases
|
||||||
- Replace popt argument processing with glib
|
- Replace popt argument processing with glib
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (modulemd-1.0.2.tar.xz) = bd384ea1a806c18cb01ed874e4b7fa545fa3dbade705420cb7512af1aa726fd6d1ec4860f4791efae49b100dde4281967d7c42134a3adea6f17315edc11020b7
|
SHA512 (modulemd-1.0.3.tar.xz) = 22ead2e9205ad424fcde158bd1a9bbbf3f8ed7e13651782f90dbda21e0666c4ae4869a2aab28dedba2c87e13cdb634a66019b18658a9706b49165d21430c7075
|
||||||
|
Loading…
Reference in New Issue
Block a user