Mailinglist Archive: opensuse-commit (1116 mails)
| < Previous | Next > |
commit skim for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 09 Feb 2009 01:16:11 +0100
- Message-id: <20090209001612.31D92678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package skim for openSUSE:Factory
checked in at Mon Feb 9 01:16:11 CET 2009.
--------
--- skim/skim.changes 2008-10-06 14:15:21.000000000 +0200
+++ skim/skim.changes 2009-02-08 21:49:10.805521000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 8 21:49:05 CET 2009 - coolo@xxxxxxx
+
+- fix build with latest scons
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skim.spec ++++++
--- /var/tmp/diff_new_pack.B31386/_old 2009-02-09 01:13:15.000000000 +0100
+++ /var/tmp/diff_new_pack.B31386/_new 2009-02-09 01:13:15.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package skim (Version 1.4.5)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
Group: System/I18n/Chinese
Summary: KDE integration for SCIM
Version: 1.4.5
-Release: 259
+Release: 260
AutoReqProv: on
Provides: locale(kdebase3:ja;ko;zh)
Url: http://www.scim-im.org
@@ -113,6 +113,8 @@
/opt/kde3/%_lib/pkgconfig/*
%changelog
+* Sun Feb 08 2009 coolo@xxxxxxx
+- fix build with latest scons
* Mon Oct 06 2008 mfabian@xxxxxxx
- use system scons for openSUSE >= 11.0 and fix build with
python 2.6.
@@ -133,7 +135,7 @@
- Bugzilla #87443: add "Hangul" to the SCIM Trigger keys.
See also: http://librarian.launchpad.net/1914454/scim_config.diff
https://launchpad.net/distros/ubuntu/+source/scim/+bug/37687
-* Mon Mar 27 2006 ro@xxxxxxx
+* Sun Mar 26 2006 ro@xxxxxxx
- fix typo in specfile
* Sat Mar 04 2006 zsu@xxxxxxx
- Update to cvs head to fix the following issues [#154308]
++++++ scons.patch ++++++
--- /var/tmp/diff_new_pack.B31386/_old 2009-02-09 01:13:15.000000000 +0100
+++ /var/tmp/diff_new_pack.B31386/_new 2009-02-09 01:13:15.000000000 +0100
@@ -10,7 +10,6 @@
env.KDEuse("environ rpath thread")
-diff -ru skim-1.4.5.orig//bksys/generic.py skim-1.4.5/bksys/generic.py
--- skim-1.4.5.orig//bksys/generic.py 2005-09-12 15:20:57.000000000 +0200
+++ skim-1.4.5/bksys/generic.py 2008-10-06 12:12:23.000000000 +0200
@@ -513,7 +513,9 @@
@@ -24,3 +23,14 @@
env.Alias('install', install_list)
return install_list
+--- skim-1.4.5/bksys/generic.py.orig 2009-02-08 21:27:24.000000000 +0100
++++ skim-1.4.5/bksys/generic.py 2009-02-08 21:27:35.000000000 +0100
+@@ -550,7 +550,7 @@
+
+ def string_la_file(target, source, env):
+ print "building '%s' from '%s'" % (target[0].name,
source[0].name)
+- la_file = env.Action(build_la_file, string_la_file, ['BKSYS_VNUM',
'BKSYS_DESTDIR'])
++ la_file = env.Action(build_la_file, string_la_file, 'BKSYS_VNUM',
'BKSYS_DESTDIR')
+ env['BUILDERS']['LaFile'] =
env.Builder(action=la_file,suffix='.la',src_suffix=env['SHLIBSUFFIX'])
+
+ ## Function for building shared libraries
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |