libcomps-0.1.7
This commit is contained in:
parent
90ca0db496
commit
13656ec1fe
@ -1,4 +1,4 @@
|
|||||||
%global commit e11ff1b16f901139ee4e9d6ccc9219982ceaebd5
|
%global commit d86995b748419bf6ca36f1c7f233727736d2efd5
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
%define python3_build 0
|
%define python3_build 0
|
||||||
@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libcomps
|
Name: libcomps
|
||||||
Version: 0.1.6
|
Version: 0.1.7
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Comps XML file manipulation library
|
Summary: Comps XML file manipulation library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/midnightercz/libcomps/
|
URL: https://github.com/midnightercz/libcomps/
|
||||||
Source0: https://github.com/midnightercz/libcomps/archive/%{commit}/libcomps-%{commit}.tar.gz
|
Source0: https://github.com/midnightercz/libcomps/libcomps-0.1.7.tar.gz
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -153,11 +153,20 @@ rm -rf $buildroot
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-15
|
* Thu Jul 02 2015 Jindrich Luza <jluza@redhat.com> 0.1.7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- added langpacks to union process
|
||||||
|
- comps DOCTYPE read-write-read fix
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-14
|
- support biarchonly attribute
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- fixed rhbz#1073885 rhbz#1073890 rhbz#1073907 rhbz#1073979
|
||||||
|
- fix rhbz#1073079
|
||||||
|
- comps_*_match() now support fnmatching
|
||||||
|
- added libpycomps.MATCH_IGNORECASE as matching flag
|
||||||
|
- added group.packages_match
|
||||||
|
- added comps.groups_match, comps.categories_match, comps.entironments_match
|
||||||
|
- PyCOMPS_Package hash
|
||||||
|
- cmake-2.6, python-2.6, RHEL-6 compatible
|
||||||
|
- '_arch' attribute change to 'arch'
|
||||||
|
- empty 'arch' attribute will be ommited from output from now
|
||||||
|
|
||||||
* Wed Jan 29 2014 Jindrich Luza <jluza@redhat.com> 0.1.6
|
* Wed Jan 29 2014 Jindrich Luza <jluza@redhat.com> 0.1.6
|
||||||
- version bumped
|
- version bumped
|
||||||
|
Loading…
Reference in New Issue
Block a user