2 new revisions:
Revision: d06795275c43
Author: Muneyuki Noguchi <[email protected]>
Date: Sat Jul 28 04:54:03 2012
Log: Remove unmaintained uim.spec....
http://code.google.com/p/uim/source/detail?r=d06795275c43
Revision: e51749378b07
Author: Muneyuki Noguchi <[email protected]>
Date: Sat Jul 28 04:50:41 2012
Log: * RELNOTE...
http://code.google.com/p/uim/source/detail?r=e51749378b07
==============================================================================
Revision: d06795275c43
Author: Muneyuki Noguchi <[email protected]>
Date: Sat Jul 28 04:54:03 2012
Log: Remove unmaintained uim.spec.
* .gitignore
- Remove uim.spec.
* Makefile.am
- (EXTRA_DIST): Remove uim.spec and uim.spec.in.
* configure.ac
- (AC_CONFIG_FILES): Remove uim.spec.
* uim.spec.in
- Remove.
http://code.google.com/p/uim/source/detail?r=d06795275c43
Deleted:
/uim.spec.in
Modified:
/.gitignore
/Makefile.am
/configure.ac
=======================================
--- /uim.spec.in Tue Jul 3 01:45:35 2007
+++ /dev/null
@@ -1,51 +0,0 @@
-Summary: A multilingual input method library
-Name: uim
-Version: @VERSION@
-Release: 1
-URL: http://code.google.com/p/uim/
-Source0: %{name}-%{version}.tar.gz
-License: BSD
-Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-root
-
-%description
-
-%prep
-%setup -q
-
-%build
-%configure
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%makeinstall
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog* COPYING NEWS README doc
-%{_bindir}/uim-*
-%{_libdir}/libuim*
-%{_libdir}/uim/plugin/*
-%{_libdir}/gtk-2.0/*/immodules/im-uim.*
-%{_libdir}/bonobo/servers/GNOME_UimApplet.server
-%{_libdir}/pkgconfig/uim.pc
-%{_libexecdir}/uim-*
-%{_includedir}/uim
-%{_datadir}/uim
-%{_datadir}/locale/*/LC_MESSAGES/uim.mo
-%{_datadir}/applications/uim.desktop
-%{_datadir}/emacs/site-lisp/uim-el
-%{_mandir}/man1/uim-xim.*
-
-%changelog
-* Sat Dec 7 2002 TABATA Yusuke <[email protected]>
-- Initial build.
-
-
=======================================
--- /.gitignore Thu May 3 04:29:53 2012
+++ /.gitignore Sat Jul 28 04:54:03 2012
@@ -23,7 +23,6 @@
/uim.desktop.in
/uim.desktop
/uim.pc
-/uim.spec
/uim-*.tar.bz2
/uim-*.tar.gz
/uim-*/
=======================================
--- /Makefile.am Sat Apr 28 18:32:40 2012
+++ /Makefile.am Sat Jul 28 04:54:03 2012
@@ -6,7 +6,7 @@
SUBDIRS += xim fep emacs po pixmaps examples tables byeoru-data
EXTRA_DIST = RELNOTE ChangeLog.old ChangeLog.old.2 autogen.sh make-dist.sh
\
- uim.pc.in uim.desktop uim.spec.in uim.spec \
+ uim.pc.in uim.desktop \
intltool-extract.in intltool-merge.in intltool-update.in
pkgconfigdir = $(libdir)/pkgconfig
=======================================
--- /configure.ac Thu May 3 04:02:01 2012
+++ /configure.ac Sat Jul 28 04:54:03 2012
@@ -2061,7 +2061,6 @@
notify/Makefile
uim.pc
uim.desktop.in
- uim.spec
])
AC_OUTPUT
==============================================================================
Revision: e51749378b07
Author: Muneyuki Noguchi <[email protected]>
Date: Sat Jul 28 04:50:41 2012
Log: * RELNOTE
- Update from 1.8.1 to 1.8.2.
http://code.google.com/p/uim/source/detail?r=e51749378b07
Modified:
/RELNOTE
=======================================
--- /RELNOTE Sat May 26 19:34:32 2012
+++ /RELNOTE Sat Jul 28 04:50:41 2012
@@ -1,10 +1,10 @@
-uim 1.8.1 Release Note
+uim 1.8.2 Release Note
======================
About This Release
------------------
-This distribution of uim 1.8.1 is latest stable release of uim.
+This distribution of uim 1.8.2 is the latest stable release of uim.
Please report us if you find a problem.
@@ -15,11 +15,20 @@
What's New
----------
-Bug fix for uim-notify with recent versions of glib,
-improvement of uim-tutcode and several fixes.
+
+ - Support sticky key for uim-skk
+ - Fix GTK+3 bridge behavior
+ - Improved uim-tutcode
See NEWS for the fully detailed changes.
+
+What's New in 1.8.1
+-------------------
+
+ - Bug fix for uim-notify with recent versions of glib
+ - Improved uim-tutcode
+
What's New in 1.8.0
-------------------