[satyr/el6] New upstream version

mmilata mmilata at fedoraproject.org
Tue Dec 10 16:54:57 UTC 2013


commit 95c46669b30c47f782f07509762ddd394558cd4d
Author: Jakub Filak <jfilak at redhat.com>
Date:   Sat Oct 26 21:30:39 2013 +0200

    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 <jfilak at 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 at redhat.com> 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


More information about the scm-commits mailing list