]> git.pld-linux.org Git - packages/poldek.git/commitdiff
Update to 0.32.2 auto/th/poldek-0.32.2-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 18 Jul 2016 19:16:19 +0000 (21:16 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 18 Jul 2016 19:16:19 +0000 (21:16 +0200)
64k-packages.patch [deleted file]
poldek.spec

diff --git a/64k-packages.patch b/64k-packages.patch
deleted file mode 100644 (file)
index db148d0..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From a46a0bc806331e419207ae951864243946892b9a Mon Sep 17 00:00:00 2001
-From: Marcin Banasiak <marcin.banasiak@gmail.com>
-Date: Wed, 20 Apr 2016 19:56:34 +0200
-Subject: Fix crash when loading more than 64k packages (lp#1571324)
-
-
-diff --git a/capreqidx.h b/capreqidx.h
-index 0311e76..327e1f4 100644
---- a/capreqidx.h
-+++ b/capreqidx.h
-@@ -28,8 +28,10 @@ struct capreq_idx {
- struct pkg;
- struct capreq_idx_ent {
--    int16_t items;
--    int32_t _size;
-+
-+    unsigned int items;               /* number of elements stored in this entry */
-+    unsigned int _size;               /* number of elements for which memory is already allocated */
-+
-     union {
-         struct pkg *pkg;
-         struct pkg **pkgs;       /* pkgs list */
--- 
-cgit v0.10.2
-
index 1f53f1dab5eb78d5e5c914646117957de245eb09..7aaf77a7f2316089fe69a8562b3ff596ae91e45e 100644 (file)
 %define                ver_rpm         5.4.10
 %endif
 
-%define                rel     3
+%define                rel     1
 Summary:       RPM packages management helper tool
 Summary(hu.UTF-8):     RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
-Version:       0.32.1
+Version:       0.32.2
 Release:       %{rel}%{?with_snap:.%{SNAP}}
 License:       GPL v2
 Group:         Applications/System
 #Source0:      http://poldek.pld-linux.org/download/snapshots/%{name}-%{version}-cvs%{snap}.tar.bz2
 Source0:       https://launchpad.net/poldek/0.32/%{version}/+download/%{name}-%{version}.tar.xz
-# Source0-md5: 24794243d0d4573d7159bd924080c83c
+# Source0-md5: 60b964723880569531f88f084cd3ae65
 Source1:       %{name}.conf
 Source2:       %{name}-multilib.conf
 Source3:       %{name}-config.sh
@@ -63,7 +63,6 @@ Source102:    %{name}-debuginfo-snap.conf
 Patch0:                %{name}-size-type.patch
 Patch1:                %{name}-config.patch
 Patch2:                pm-hooks.patch
-Patch3:                64k-packages.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: %{db_pkg}-devel >= %{ver_db}-%{ver_db_rel}
 BuildRequires: autoconf
@@ -227,7 +226,6 @@ Moduły języka Python dla poldka.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %{__rm} m4/libtool.m4 m4/lt*.m4
 
This page took 0.041821 seconds and 4 git commands to generate.