Accepting request 56397 from Base:System

Accepted submit request 56397 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/56397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=117
This commit is contained in:
Marcus Rückert 2010-12-20 13:37:51 +00:00 committed by Git OBS Bridge
commit 3e0c0bd84c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 20 11:50:55 CET 2010 - mls@suse.de
- fix depflag_strong filter, all weak deps were shown as
strong (bnc#359566).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 9 16:44:10 UTC 2010 - meissner@novell.com Thu Dec 9 16:44:10 UTC 2010 - meissner@novell.com

View File

@ -144,7 +144,7 @@ Needs extcond.diff for query operations.
+{ +{
+ char * val = NULL; + char * val = NULL;
+ +
+ if (rpmtdType(td) != RPM_NUMERIC_CLASS) { + if (rpmtdClass(td) != RPM_NUMERIC_CLASS) {
+ val = xstrdup(_("(not a number)")); + val = xstrdup(_("(not a number)"));
+ } else { + } else {
+ uint64_t anint = rpmtdGetNumber(td); + uint64_t anint = rpmtdGetNumber(td);