libcomps-0.1.7

This commit is contained in:
Jindrich Luza 2015-08-13 13:33:10 +02:00
parent 90ca0db496
commit 13656ec1fe
2 changed files with 19 additions and 10 deletions

View File

@ -1,4 +1,4 @@
%global commit e11ff1b16f901139ee4e9d6ccc9219982ceaebd5
%global commit d86995b748419bf6ca36f1c7f233727736d2efd5
%if 0%{?rhel} && 0%{?rhel} <= 7
%define python3_build 0
@ -11,14 +11,14 @@
Name: libcomps
Version: 0.1.6
Release: 15%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Comps XML file manipulation library
Group: Development/Libraries
License: GPLv2+
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: check-devel
BuildRequires: expat-devel
@ -153,11 +153,20 @@ rm -rf $buildroot
%endif
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Thu Jul 02 2015 Jindrich Luza <jluza@redhat.com> 0.1.7
- added langpacks to union process
- comps DOCTYPE read-write-read fix
- support biarchonly attribute
- 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
- version bumped

View File

@ -1 +1 @@
311d3c04ed18a9992d1aa4c5334d02a4 libcomps-e11ff1b16f901139ee4e9d6ccc9219982ceaebd5.tar.gz
59f37f86cd69d3ebeb700959aa606bdf libcomps-0.1.7.tar.gz