This commit is contained in:
parent
8fa822e6c0
commit
0d2bb15285
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 9 23:16:51 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Fix installation of Serbian (Latin script) translation data.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 8 09:05:30 GMT 2007 - james@usr-local-bin.org
|
Sat Dec 8 09:05:30 GMT 2007 - james@usr-local-bin.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pidgin (Version 2.3.1)
|
# spec file for package pidgin (Version 2.3.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||||
Version: 2.3.1
|
Version: 2.3.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
Url: http://www.pidgin.im/
|
Url: http://www.pidgin.im/
|
||||||
@ -696,6 +696,9 @@ Authors:
|
|||||||
# Change Myanmar/Myanmar to Myanmar:
|
# Change Myanmar/Myanmar to Myanmar:
|
||||||
rename my_MM my po/my_MM.*
|
rename my_MM my po/my_MM.*
|
||||||
sed -i "/^ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
sed -i "/^ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
||||||
|
# ditto for sr@latin to sr@Latn
|
||||||
|
rename sr@latin sr@Latn po/sr@latin.*
|
||||||
|
sed -i "/^ALL_LINGUAS/s/ sr@latin / sr@Latn /" configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# -fno-strict-aliasing needed for 2.0.0
|
# -fno-strict-aliasing needed for 2.0.0
|
||||||
@ -857,6 +860,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/gnt.pc
|
%{_libdir}/pkgconfig/gnt.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 09 2008 - maw@suse.de
|
||||||
|
- Fix installation of Serbian (Latin script) translation data.
|
||||||
* Sat Dec 08 2007 - james@usr-local-bin.org
|
* Sat Dec 08 2007 - james@usr-local-bin.org
|
||||||
- Update to version 2.3.1:
|
- Update to version 2.3.1:
|
||||||
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.1
|
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user