This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 0e7e5f640bdf39c5d79f85be2d3f1b621a69ef32 (commit)
from da24a140617beda783dde94534c0c3871144011a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0e7e5f640bdf39c5d79f85be2d3f1b621a69ef32
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 4 17:28:31 2013 +0100
pakfire: Fix database inst_size error.
-----------------------------------------------------------------------
Summary of changes:
pakfire/pakfire.nm | 2 +-
...d-inst_size-column-when-creating-new-data.patch | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch
Difference in files:
diff --git a/pakfire/pakfire.nm b/pakfire/pakfire.nm
index eda7d6f..406be21 100644
--- a/pakfire/pakfire.nm
+++ b/pakfire/pakfire.nm
@@ -5,7 +5,7 @@
name = pakfire
version = 0.9.25
-release = 1
+release = 2
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = System/Packaging
diff --git a/pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch b/pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch
new file mode 100644
index 0000000..f366f21
--- /dev/null
+++ b/pakfire/patches/0001-database-Add-inst_size-column-when-creating-new-data.patch
@@ -0,0 +1,24 @@
+From 0d6d6fd2b89c609a6f8daff225c6c98b54a041cc Mon Sep 17 00:00:00 2001
+From: Michael Tremer <michael.tremer(a)ipfire.org>
+Date: Mon, 4 Mar 2013 17:18:52 +0100
+Subject: [PATCH] database: Add inst_size column when creating new databases.
+
+---
+ python/pakfire/repository/database.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/python/pakfire/repository/database.py b/python/pakfire/repository/database.py
+index fc8a1a9..d8751e9 100644
+--- a/python/pakfire/repository/database.py
++++ b/python/pakfire/repository/database.py
+@@ -190,6 +190,7 @@ class DatabaseLocal(Database):
+ groups TEXT,
+ filename TEXT,
+ size INTEGER,
++ inst_size INTEGER,
+ hash1 TEXT,
+ provides TEXT,
+ requires TEXT,
+--
+1.7.11.7
+
hooks/post-receive
--
IPFire 3.x development tree