This commit is contained in:
committed by
Git OBS Bridge
parent
64a650bf09
commit
8c64a58df3
@@ -3,8 +3,10 @@ Convert changelog and i18n header elements to current locale.
|
||||
|
||||
Already in rpm-4.4.7
|
||||
|
||||
--- ./lib/formats.c.orig 2005-01-26 04:46:54.000000000 +0000
|
||||
+++ ./lib/formats.c 2006-03-17 15:27:06.000000000 +0000
|
||||
Index: lib/formats.c
|
||||
===================================================================
|
||||
--- lib/formats.c.orig
|
||||
+++ lib/formats.c
|
||||
@@ -2,6 +2,7 @@
|
||||
* \file lib/formats.c
|
||||
*/
|
||||
@@ -128,7 +130,7 @@ Already in rpm-4.4.7
|
||||
/**
|
||||
* Identify type of trigger.
|
||||
* @param type tag type
|
||||
@@ -1077,6 +1220,7 @@ static int i18nTag(Header h, int_32 tag,
|
||||
@@ -1080,6 +1189,7 @@ static int i18nTag(Header h, int_32 tag,
|
||||
|
||||
if (rc && (*data) != NULL) {
|
||||
*data = xstrdup(*data);
|
||||
@@ -136,7 +138,7 @@ Already in rpm-4.4.7
|
||||
*freeData = 1;
|
||||
return 0;
|
||||
}
|
||||
@@ -1088,6 +1232,56 @@ static int i18nTag(Header h, int_32 tag,
|
||||
@@ -1091,6 +1201,56 @@ static int i18nTag(Header h, int_32 tag,
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -193,7 +195,7 @@ Already in rpm-4.4.7
|
||||
* Retrieve summary text.
|
||||
* @param h header
|
||||
* @retval *type tag type
|
||||
@@ -1127,6 +1321,20 @@ static int descriptionTag(Header h, /*@o
|
||||
@@ -1130,6 +1290,20 @@ static int descriptionTag(Header h, /*@o
|
||||
return i18nTag(h, RPMTAG_DESCRIPTION, type, data, count, freeData);
|
||||
}
|
||||
|
||||
@@ -214,7 +216,7 @@ Already in rpm-4.4.7
|
||||
/**
|
||||
* Retrieve group text.
|
||||
* @param h header
|
||||
@@ -1152,6 +1360,8 @@ const struct headerSprintfExtension_s rp
|
||||
@@ -1155,6 +1329,8 @@ const struct headerSprintfExtension_s rp
|
||||
{ HEADER_EXT_TAG, "RPMTAG_GROUP", { groupTag } },
|
||||
{ HEADER_EXT_TAG, "RPMTAG_DESCRIPTION", { descriptionTag } },
|
||||
{ HEADER_EXT_TAG, "RPMTAG_SUMMARY", { summaryTag } },
|
||||
|
Reference in New Issue
Block a user