commit kinput2 for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2020-08-20 22:29:28

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new.3399 (New)


Package is "kinput2"

Thu Aug 20 22:29:28 2020 rev:26 rq:827961 version:v3.1

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2018-03-04 
12:51:37.557729260 +0100
+++ /work/SRC/openSUSE:Factory/.kinput2.new.3399/kinput2.changes
2020-08-20 22:29:42.160005845 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 12:43:02 UTC 2020 - Callum Farmer 
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.7mfKO2/_old  2020-08-20 22:29:43.924006670 +0200
+++ /var/tmp/diff_new_pack.7mfKO2/_new  2020-08-20 22:29:43.928006672 +0200
@@ -112,7 +112,7 @@
 %{_bindir}/*
 %{_datadir}/X11/app-defaults
 %doc %{_mandir}/*/*
-%dir %{_libexecdir}/X11/ccdef/
-%{_libexecdir}/X11/ccdef/*
+%dir %{_prefix}/lib/X11/ccdef/
+%{_prefix}/lib/X11/ccdef/*
 
 %changelog




commit kinput2 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2018-03-04 12:51:35

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new (New)


Package is "kinput2"

Sun Mar  4 12:51:35 2018 rev:25 rq:582075 version:v3.1

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2014-10-29 
21:10:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2018-03-04 
12:51:37.557729260 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 18:59:15 UTC 2018 - crrodrig...@opensuse.org
+
+- Replace xorg-x11-devel buildrequires by pkgconfig(x11),
+  pkgconfig(xaw7), pkgconfig(xmu), pkgconfig(xt)
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.PBzKMe/_old  2018-03-04 12:51:38.889680722 +0100
+++ /var/tmp/diff_new_pack.PBzKMe/_new  2018-03-04 12:51:38.893680576 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kinput2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,8 +46,12 @@
 # rename to getLine
 Patch16:kinput2-v3.1-getline.patch
 BuildRequires:  canna-devel
-BuildRequires:  fwnndev
-BuildRequires:  xorg-x11-devel
+BuildRequires:  fwnn-devel
+BuildRequires:  imake
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xt)
 # Own /etc/X11/xim.d
 BuildRequires:  x11-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit kinput2 for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2014-10-29 21:10:06

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new (New)


Package is "kinput2"

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2013-07-21 
11:52:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2014-10-29 
21:10:41.0 +0100
@@ -1,0 +2,9 @@
+Mon Oct 27 10:12:20 UTC 2014 - i...@marguerite.su
+
+- fix build for factory
+  * add patch: kinput2-v3.1-getline.patch
+  * getline() is a standard function from stdio.h, 
+rename to getLine
+- remove unnessarily self-defined macros
+
+---

New:

  kinput2-v3.1-getline.patch



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.yBy1dV/_old  2014-10-29 21:10:43.0 +0100
+++ /var/tmp/diff_new_pack.yBy1dV/_new  2014-10-29 21:10:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kinput2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,19 +17,13 @@
 
 
 Name:   kinput2
-BuildRequires:  canna-devel
-BuildRequires:  fwnndev
-BuildRequires:  xorg-x11-devel
-%define xprefix%{_prefix}
-%define xbindir%{_bindir}
-%define xmandir%{_mandir}
-%defineappdefdir  /usr/share/X11
-%define xincludes  /usr/include
-%define xlibraries /usr/%{_lib}
 Version:v3.1
 Release:0
-# URL: 
-Source0:ftp://ftp.sra.co.jp/pub/x11/kinput2/%{name}-v3.1.tar.bz2
+Summary:Kanji Input Server for the X Window System
+License:HPND
+Group:  System/I18n/Japanese
+Url:ftp://ftp.sra.co.jp/pub/x11/kinput2
+Source: ftp://ftp.sra.co.jp/pub/x11/kinput2/%{name}-v3.1.tar.bz2
 Source10:   etc-x11-xim.d-kinput2-canna
 Source11:   etc-x11-xim.d-kinput2-wnn
 Patch0: kinput2.app-defaults.patch
@@ -48,20 +42,22 @@
 Patch13:canna_c-warn.diff
 Patch14:bugzilla-137396-cannot-work-after-specific-function-calls.patch
 Patch15:bugzilla-368441-local-variable-used-before-set.patch
+# PATCH-FIX-UPSTREAM getline() is a standard function in stdio.h
+# rename to getLine
+Patch16:kinput2-v3.1-getline.patch
+BuildRequires:  canna-devel
+BuildRequires:  fwnndev
+BuildRequires:  xorg-x11-devel
+# Own /etc/X11/xim.d
+BuildRequires:  x11-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Kanji Input Server for the X Window System
-License:HPND
-Group:  System/I18n/Japanese
-# Summary(ja): X用日本語入力サーバ
-# %description -l ja
-# Kinput2は日本語入力を必要とするXアプリケーション用の入力サーバーです。
 
 %description
 Kinput2 is an input server for X Window System applications that
 require Japanese text input.
 
 %prep
-%setup0 -n %{name}-v3.1
+%setup -n %{name}-v3.1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -79,28 +75,24 @@
 %patch13
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 head -n 21 cmd/kinput2.c > Copyright
 
 %build
-# edit Kinput2.conf here ...
-#sed -e 's/#define UseSj3/#undef UseSj3/' Kinput2.conf > Kinput2.conf.sed
-#mv Kinput2.conf.sed Kinput2.conf
-#sed -e 's/\/\* #define UseWnn \*\//#define UseWnn/' Kinput2.conf > 
Kinput2.conf.sed
-#mv Kinput2.conf.sed Kinput2.conf
 xmkmf 
-make Makefiles
-make depend
-make CCOPTIONS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} Makefiles
+make %{?_smp_mflags} depend
+make %{?_smp_mflags} CCOPTIONS="%{optflags}"
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-make install.man MANSUFFIX=1 LIBMANSUFFIX=3 DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/etc/X11/xim.d/ja
-install -m 644 $RPM_SOURCE_DIR/etc-x11-xim.d-kinput2-canna \
-   $RPM_BUILD_ROOT/etc/X11/xim.d/kinput2-canna
-install -m 644 $RPM_SOURCE_DIR/etc-x11-xim.d-kinput2-wnn \
-   $RPM_BUILD_ROOT/etc/X11/xim.d/kinput2-wnn
-pushd  $RPM_BUILD_ROOT/etc/X11/xim.d/
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make install.man MANSUFFIX=1 LIBMANSUFFIX=3 DESTDIR=%{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/ja
+install -m 644 %{SOURCE10} \
+   %{buildroot}%{_sysconfdir}/X11/xim.d/kinput2-canna
+install -m 644 %{SOURCE11} \
+   %{buildroot}%{_sysconfdir}/X11/xim.d/kinput2-wnn
+pushd  %{buildroot}%{_sysconfdir}/X11/xim.d/
 ln -s kinput2-canna kinput2
 pushd ja
 ln -s ../kinput2-canna 70-kinput2-canna
@@ -108,18 +100,15 @@
 popd
 popd
 
-%clean
-
 %files
 %defattr(-, root, root)
 %doc Copyrigh

commit kinput2 for openSUSE:Factory

2013-07-21 Thread h_root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2013-07-21 11:52:14

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new (New)


Package is "kinput2"

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2012-03-29 
07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2013-07-21 
11:52:15.0 +0200
@@ -1,0 +2,13 @@
+Sun Jul 21 07:11:11 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- on Factory, "%doc -P client/REDAME" in kinput2.spec is made to stop
+  build .  Then fixed .
+
+---
+Sat Jul 20 22:38:18 UTC 2013 - bkbin...@rinku.zaq.ne.jp
+
+- remove "Provides: locale(xorg-x11:ja)" from kinput2.spec
+  and not installed by default because most users do not use
+  this package anymore .
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.AzXoSm/_old  2013-07-21 11:52:16.0 +0200
+++ /var/tmp/diff_new_pack.AzXoSm/_new  2013-07-21 11:52:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kinput2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -26,7 +26,6 @@
 %defineappdefdir  /usr/share/X11
 %define xincludes  /usr/include
 %define xlibraries /usr/%{_lib}
-Provides:   locale(xorg-x11:ja)
 Version:v3.1
 Release:0
 # URL: 
@@ -114,7 +113,7 @@
 %files
 %defattr(-, root, root)
 %doc Copyright NEWS doc
-%doc -P client/README
+%doc client/README
 %dir /etc/X11/xim.d/
 /etc/X11/xim.d/*
 %{xbindir}/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kinput2 for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2012-03-29 07:43:48

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new (New)


Package is "kinput2", Maintainer is "lzw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2012-03-12 
20:15:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2012-03-29 
07:43:54.0 +0200
@@ -1,0 +2,6 @@
+Wed Mar 28 09:40:41 UTC 2012 - cfarr...@suse.com
+
+- license update: HPND
+
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.nSI6iA/_old  2012-03-29 07:43:56.0 +0200
+++ /var/tmp/diff_new_pack.nSI6iA/_new  2012-03-29 07:43:56.0 +0200
@@ -51,7 +51,7 @@
 Patch15:bugzilla-368441-local-variable-used-before-set.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kanji Input Server for the X Window System
-License:PERMISSIVE-OSI-COMPLIANT ; MIT
+License:HPND
 Group:  System/I18n/Japanese
 # Summary(ja): X用日本語入力サーバ
 # %description -l ja

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kinput2 for openSUSE:Factory

2012-03-12 Thread h_root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2012-03-12 20:15:09

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new (New)


Package is "kinput2", Maintainer is "lzw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2011-12-25 
17:35:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2012-03-12 
20:15:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 28 12:54:11 CET 2012 - ti...@suse.de
+
+- fix filelist to build properly on FACTORY
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.78wjoL/_old  2012-03-12 20:15:12.0 +0100
+++ /var/tmp/diff_new_pack.78wjoL/_new  2012-03-12 20:15:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kinput2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kinput2
 BuildRequires:  canna-devel
 BuildRequires:  fwnndev
@@ -117,7 +118,7 @@
 %dir /etc/X11/xim.d/
 /etc/X11/xim.d/*
 %{xbindir}/*
-%config %{appdefdir}/app-defaults/Kinput2
+%config %{appdefdir}/app-defaults
 %doc %{xmandir}/*/*
 %dir %{xprefix}/lib/X11/ccdef/
 %{xprefix}/lib/X11/ccdef/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kinput2 for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2011-12-25 17:35:29

Comparing /work/SRC/openSUSE:Factory/kinput2 (Old)
 and  /work/SRC/openSUSE:Factory/.kinput2.new (New)


Package is "kinput2", Maintainer is "lzw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2011-09-23 
02:06:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2011-12-25 
17:35:31.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 20:56:41 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.MF3LdD/_old  2011-12-25 17:35:32.0 +0100
+++ /var/tmp/diff_new_pack.MF3LdD/_new  2011-12-25 17:35:32.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package kinput2 (Version v3.1)
+# spec file for package kinput2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   kinput2
-BuildRequires:  canna-devel fwnndev
+BuildRequires:  canna-devel
+BuildRequires:  fwnndev
 BuildRequires:  xorg-x11-devel
 %define xprefix%{_prefix}
 %define xbindir%{_bindir}
@@ -27,12 +25,9 @@
 %defineappdefdir  /usr/share/X11
 %define xincludes  /usr/include
 %define xlibraries /usr/%{_lib}
-License:PERMISSIVE-OSI-COMPLIANT ; MIT
-Group:  System/I18n/Japanese
-AutoReqProv:on
 Provides:   locale(xorg-x11:ja)
 Version:v3.1
-Release:529
+Release:0
 # URL: 
 Source0:ftp://ftp.sra.co.jp/pub/x11/kinput2/%{name}-v3.1.tar.bz2
 Source10:   etc-x11-xim.d-kinput2-canna
@@ -55,6 +50,8 @@
 Patch15:bugzilla-368441-local-variable-used-before-set.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kanji Input Server for the X Window System
+License:PERMISSIVE-OSI-COMPLIANT ; MIT
+Group:  System/I18n/Japanese
 # Summary(ja): X用日本語入力サーバ
 # %description -l ja
 # Kinput2は日本語入力を必要とするXアプリケーション用の入力サーバーです。
@@ -85,8 +82,6 @@
 head -n 21 cmd/kinput2.c > Copyright
 
 %build
-# update config.{guess,sub}
-%{?suse_update_config}
 # edit Kinput2.conf here ...
 #sed -e 's/#define UseSj3/#undef UseSj3/' Kinput2.conf > Kinput2.conf.sed
 #mv Kinput2.conf.sed Kinput2.conf

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org