SHA256
1
0
forked from pool/pidgin
OBS User unknown 2008-01-10 02:30:01 +00:00 committed by Git OBS Bridge
parent 8fa822e6c0
commit 0d2bb15285
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# package are under the same license as the package itself.
#
@ -13,7 +13,7 @@
Name: pidgin
Summary: GTK+-Based Multiprotocol Instant Messaging Client
Version: 2.3.1
Release: 1
Release: 2
License: GPL v2 or later
Group: Productivity/Networking/Instant Messenger
Url: http://www.pidgin.im/
@ -696,6 +696,9 @@ Authors:
# Change Myanmar/Myanmar to Myanmar:
rename my_MM my po/my_MM.*
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
# -fno-strict-aliasing needed for 2.0.0
@ -857,6 +860,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/gnt.pc
%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
- Update to version 2.3.1:
+ http://developer.pidgin.im/query?status=closed&milestone=2.3.1