Hello community,
here is the log from the commit of package bundle-lang-common for
openSUSE:Factory checked in at 2015-06-23 12:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
and /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bundle-lang-common"
Changes:
--------
--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2015-06-02 14:55:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes
2015-06-23 12:14:05.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 21 19:07:18 UTC 2015 - [email protected]
+
+- Some lang packages have localized manuals, so don't collect them
+ to avoid conflicts with native lang packages
+
+-------------------------------------------------------------------
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
bundle-lang-gnome.spec: same change
bundle-lang-kde.spec: same change
bundle-lang-other.spec: same change
++++++ bundle.sh ++++++
--- /var/tmp/diff_new_pack.1NdL6L/_old 2015-06-23 12:14:06.000000000 +0200
+++ /var/tmp/diff_new_pack.1NdL6L/_new 2015-06-23 12:14:06.000000000 +0200
@@ -30,7 +30,7 @@
for package in "$@"; do
IFS=^
- rpm -q --qf
"[%{RPMTAG_FILEFLAGS:fflags}^%{FILEMODES:perms}^%{FILELANGS}^%{FILENAMES}\n]"
$package | \
+ rpm -q --qf
"[%{RPMTAG_FILEFLAGS:fflags}^%{FILEMODES:perms}^%{FILELANGS}^%{FILENAMES}\n]"
$package | sed '/share\/man/d' | \
while read flag perm lang file; do
if test -z "$lang"; then