New upstream version
Make all python objects hashable Improve memory management in rpm module Extend the list of normalized functions Add command for debugging duphashes to satyr utility
This commit is contained in:
parent
52e0c8d27d
commit
44adc969b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/satyr-0.7.tar.xz
|
||||
/satyr-0.9.tar.xz
|
||||
/satyr-0.10.tar.xz
|
||||
/satyr-0.11.tar.xz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%endif
|
||||
|
||||
Name: satyr
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||
Group: System Environment/Libraries
|
||||
@ -101,6 +101,13 @@ make check
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 0.11-1
|
||||
- New upstream version
|
||||
- Make all python objects hashable
|
||||
- Improve memory management in rpm module
|
||||
- Extend the list of normalized functions
|
||||
- Add command for debugging duphashes to satyr utility
|
||||
|
||||
* Thu Oct 03 2013 Jakub Filak <jfilak@redhat.com> 0.10-1
|
||||
- New upstream version
|
||||
- Fix a segmentation fault in sr_rpm_package_uniq()
|
||||
|
Loading…
Reference in New Issue
Block a user