Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit m17n-lib
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Aug 2007 22:23:52 +0200
- Message-id: <20070803202352.9BCDE678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package m17n-lib
checked in at Fri Aug 3 22:23:52 CEST 2007.
--------
--- m17n-lib/m17n-lib.changes 2007-05-24 02:01:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/m17n-lib/m17n-lib.changes 2007-08-01 20:36:18.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Aug 01 20:15:20 CEST 2007 - mfabian@xxxxxxx
+
+- update to 1.4.0:
+ • New function msymbol_put_func (), msymbol_get_func
+ (), mplist_put_func (), mplist_get_func (),
+ mface_put_hook (), and mface_get_hook () are
+ available to avoid unsafe casting of function
+ pointer. New macro M17N_FUNC and new type
+ M17NFunc are also introduced.
+- remove bugzilla-232303-local-variable-used-before-set.patch
+ (was from upstream CVS).
+- add -fno-strict-aliasing .
+- add gd-devel to BuildRequires.
+
+-------------------------------------------------------------------
Old:
----
bugzilla-232303-local-variable-used-before-set.patch
m17n-lib-1.3.4.tar.bz2
New:
----
m17n-lib-1.4.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ m17n-lib.spec ++++++
--- /var/tmp/diff_new_pack.H17064/_old 2007-08-03 22:18:12.000000000 +0200
+++ /var/tmp/diff_new_pack.H17064/_new 2007-08-03 22:18:12.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package m17n-lib (Version 1.3.4)
+# spec file for package m17n-lib (Version 1.4.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,15 +11,15 @@
# norootforbuild
Name: m17n-lib
-BuildRequires: anthy-devel freetype2-devel fribidi-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel
+BuildRequires: anthy-devel freetype2-devel fribidi-devel gd-devel ispell ispell-british libotf-devel libxml2 m17n-db pkgconfig wordcut-devel xorg-x11-devel
%if "%(xft-config --prefix)" == "/usr"
%define appdefdir /usr/share/X11
%else
%define appdefdir /usr/X11R6/lib/X11
%endif
-Version: 1.3.4
-Release: 26
-License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
+Version: 1.4.0
+Release: 1
+License: GPL v2 or later, LGPL v2 or later
Group: System/I18n/Japanese
Autoreqprov: on
Requires: m17n-db
@@ -28,8 +28,7 @@
# cvs -d :pserver:anonymous@xxxxxxxxxxxx:/cvs/m17n login
# cvs -d :pserver:anonymous@xxxxxxxxxxxx:/cvs/m17n co m17n-lib
# cvs -d :pserver:anonymous@xxxxxxxxxxxx:/cvs/m17n co m17n-db
-Source0: http://www.m17n.org/m17n-lib/download/m17n-lib-1.3.4.tar.bz2
-Patch0: bugzilla-232303-local-variable-used-before-set.patch
+Source0: http://www.m17n.org/m17n-lib/download/m17n-lib-1.4.0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Multilingual Text Processing Library for the C Language
@@ -64,15 +63,14 @@
%prep
%setup -q -n %{name}-%{version}
-%patch0 -p0
find . -name CVS -type d | xargs rm -rf
%build
./bootstrap.sh
libtoolize --force --automake
autoreconf --force --install --verbose
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
+CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing " \
+CXXFLAGS="$RPM_OPT_FLAGS-fno-strict-aliasing " \
./configure --prefix=/usr \
--sysconfdir=%{_sysconfdir} \
--libdir=%{_libdir} \
@@ -120,6 +118,18 @@
%{_libdir}/pkgconfig/*.pc
%changelog
+* Wed Aug 01 2007 - mfabian@xxxxxxx
+- update to 1.4.0:
+ • New function msymbol_put_func (), msymbol_get_func
+ (), mplist_put_func (), mplist_get_func (),
+ mface_put_hook (), and mface_get_hook () are
+ available to avoid unsafe casting of function
+ pointer. New macro M17N_FUNC and new type
+ M17NFunc are also introduced.
+- remove bugzilla-232303-local-variable-used-before-set.patch
+ (was from upstream CVS).
+- add -fno-strict-aliasing .
+- add gd-devel to BuildRequires.
* Thu May 24 2007 - ro@xxxxxxx
- added ldconfig to post scripts
* Tue Jan 09 2007 - mfabian@xxxxxxx
++++++ m17n-lib-1.3.4.tar.bz2 -> m17n-lib-1.4.0.tar.bz2 ++++++
++++ 5845 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |