Mailinglist Archive: opensuse-commit (817 mails)
| < Previous | Next > |
commit bundle-lang-common
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 01 Dec 2008 18:16:37 +0100
- Message-id: <20081201171637.48FDE6780A8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package bundle-lang-common
checked in at Mon Dec 1 18:16:37 CET 2008.
--------
--- bundle-lang-common/bundle-lang-common.changes 2008-11-29
15:10:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/bundle-lang-common/bundle-lang-common.changes
2008-11-30 23:29:44.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Nov 30 23:27:22 CET 2008 - vuntz@xxxxxxxxxx
+
+- Add support for a libgweather-specific directory. We'll ship
+ Locations.xml files in bundles and we don't want to have file
+ conflicts with libgweather-lang. This is part of bnc#428346.
+
+-------------------------------------------------------------------
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bundle-lang-common.spec ++++++
--- /var/tmp/diff_new_pack.k24611/_old 2008-12-01 18:15:44.000000000 +0100
+++ /var/tmp/diff_new_pack.k24611/_new 2008-12-01 18:15:44.000000000 +0100
@@ -25,7 +25,7 @@
License: X11/MIT
Group: System/Localization
Version: 11.1
-Release: 10
+Release: 11
Summary: Translations for a Group of Programs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -1017,6 +1017,10 @@
#LANGUAGE_FILES
%changelog
+* Sun Nov 30 2008 vuntz@xxxxxxxxxx
+- Add support for a libgweather-specific directory. We'll ship
+ Locations.xml files in bundles and we don't want to have file
+ conflicts with libgweather-lang. This is part of bnc#428346.
* Sat Nov 29 2008 stbinner@xxxxxxx
- remove NetworkManager-Kde4 translations
* Fri Nov 28 2008 coolo@xxxxxxx
bundle-lang-gnome.spec: same change
bundle-lang-kde.spec: same change
++++++ bundle-lang-other.spec ++++++
--- /var/tmp/diff_new_pack.k24611/_old 2008-12-01 18:15:44.000000000 +0100
+++ /var/tmp/diff_new_pack.k24611/_new 2008-12-01 18:15:44.000000000 +0100
@@ -22,7 +22,7 @@
License: X11/MIT
Group: System/GUI/KDE
Version: 11.1
-Release: 7
+Release: 8
Summary: Translations for languages not covered by one of the
bundle-lang-*-* packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
++++++ bundle.sh ++++++
--- /var/tmp/diff_new_pack.k24611/_old 2008-12-01 18:15:44.000000000 +0100
+++ /var/tmp/diff_new_pack.k24611/_new 2008-12-01 18:15:44.000000000 +0100
@@ -52,6 +52,9 @@
*/help/*)
nfile=${file/help/help-bundle}
;;
+ */libgweather/*)
+ nfile=${file/libgweather/libgweather/bundle}
+ ;;
esac
if test -d "$file"; then
mkdir -p $RPM_BUILD_ROOT$nfile
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |