From 44adc969b3d90d2da3673036d14f986a4b92c834 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Sat, 26 Oct 2013 21:30:39 +0200 Subject: [PATCH] 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 --- .gitignore | 1 + satyr.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9c3d3b7..ba76512 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /satyr-0.7.tar.xz /satyr-0.9.tar.xz /satyr-0.10.tar.xz +/satyr-0.11.tar.xz diff --git a/satyr.spec b/satyr.spec index 17d7591..15609dc 100644 --- a/satyr.spec +++ b/satyr.spec @@ -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 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 0.10-1 - New upstream version - Fix a segmentation fault in sr_rpm_package_uniq() diff --git a/sources b/sources index ed87fbf..7198dc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eba3cf58cb9a4b7708deefeea95301ff satyr-0.10.tar.xz +09f28faae607a63e66fbf86bca16904b satyr-0.11.tar.xz