Hello community,

here is the log from the commit of package ddskk for openSUSE:12.1 checked in 
at 2011-10-27 11:04:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/ddskk (Old)
 and      /work/SRC/openSUSE:12.1/.ddskk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:12.1/ddskk/ddskk.changes 2011-10-24 12:34:32.000000000 
+0200
+++ /work/SRC/openSUSE:12.1/.ddskk.new/ddskk.changes    2011-10-28 
15:36:49.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Oct 26 17:56:57 UTC 2011 - ft...@geeko.jp
+
+- fix bnc#724242 - skk-autoloads.el is newer than byte-compiled file 
+
+-------------------------------------------------------------------
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ddskk.spec ++++++
--- /var/tmp/diff_new_pack.QmBs7U/_old  2011-10-28 15:36:52.000000000 +0200
+++ /var/tmp/diff_new_pack.QmBs7U/_new  2011-10-28 15:36:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ddskk (Version 20050123)
+# spec file for package ddskk
 #
-# Copyright (c) 2009 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           ddskk
@@ -28,7 +27,6 @@
 License:        GPL v2 or later
 Group:          Productivity/Editors/Emacs
 Requires:       emacs, apel, skkdic
-AutoReqProv:    on
 Provides:       locale(emacs:ja)
 Version:        20050123
 Release:        267
@@ -68,14 +66,6 @@
 method for Emacs. ddskk (Daredevil SKK) is a version of SKK that is
 aggressively developed.
 
-
-
-Authors:
---------
-    NAKAJIMA Mikio <minak...@osaka.email.ne.jp>
-    Tsukamoto Tetsuo  <cz...@remus.dti.ne.jp>
-    Masahiko Sato <masah...@kuis.kyoto-u.ac.jp>
-
 %if %use_xemacs
 
 %package -n ddskk-xemacs
@@ -90,13 +80,6 @@
 method for XEmacs. ddskk ('Daredevil SKK') is a version of SKK which is
 aggressively developed.
 
-
-
-Authors:
---------
-    NAKAJIMA Mikio <minak...@osaka.email.ne.jp>
-    Tsukamoto Tetsuo  <cz...@remus.dti.ne.jp>
-    Masahiko Sato <masah...@kuis.kyoto-u.ac.jp>
 %endif
 
 %package -n skkdic
@@ -110,14 +93,6 @@
 %description -n skkdic
 main dictionary for SKK
 
-
-
-Authors:
---------
-    NAKAJIMA Mikio <minak...@osaka.email.ne.jp>
-    Tsukamoto Tetsuo  <cz...@remus.dti.ne.jp>
-    Masahiko Sato <masah...@kuis.kyoto-u.ac.jp>
-
 %package -n skkdic-extra
 License:        GPL v2 or later
 Group:          System/I18n/Japanese
@@ -127,14 +102,6 @@
 %description -n skkdic-extra
 optional, additional dictionaries for SKK
 
-
-
-Authors:
---------
-    NAKAJIMA Mikio <minak...@osaka.email.ne.jp>
-    Tsukamoto Tetsuo  <cz...@remus.dti.ne.jp>
-    Masahiko Sato <masah...@kuis.kyoto-u.ac.jp>
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -158,7 +125,7 @@
      SKK_INFODIR=$RPM_BUILD_ROOT/usr/share/info \
      APEL_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%emacs_sitelisp_dir/apel \
      SKK_LISPDIR=$RPM_BUILD_ROOT%emacs_package_dir \
-     EMACS=emacs
+     EMACS=emacs %{?_smp_mflags}
 
 %install
 export LANG=ja_JP.UTF-8
@@ -190,7 +157,7 @@
      APEL_SPECIFIC_LISPDIR=$RPM_BUILD_ROOT%xemacs_package_dir/lisp/apel \
      SKK_LISPDIR=$RPM_BUILD_ROOT%xemacs_package_dir/lisp/skk \
      PACKAGEDIR=$RPM_BUILD_ROOT%xemacs_package_dir \
-     EMACS=xemacs
+     EMACS=xemacs %{?_smp_mflags}
 make PREFIX=$RPM_BUILD_ROOT/usr \
      SKK_DATADIR=$RPM_BUILD_ROOT/usr/share/skk \
      SKK_INFODIR=$RPM_BUILD_ROOT%xemacs_package_dir/info \
@@ -216,15 +183,17 @@
 done
 %endif
 # remove buildroot in .el files:
-for i in $(find $RPM_BUILD_ROOT -name "*.el")
-do
-    perl -pi -e "s|$RPM_BUILD_ROOT||" $i
-    # touch the .elc files again because they are still up to date:
-    if -f ${i}c
-    then
-        touch ${i}c
-    fi
-done
+# for i in $(find $RPM_BUILD_ROOT -name "*.el")
+# do
+#     perl -pi -e "s|$RPM_BUILD_ROOT||" $i
+#     # touch the .elc files again because they are still up to date:
+#     if -f ${i}c
+#     then
+#         touch ${i}c
+#     fi
+# done
+perl -pi -e "s|$RPM_BUILD_ROOT||" 
$RPM_BUILD_ROOT%{emacs_package_dir}/skk-setup.el
+
 rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 rm -f $RPM_BUILD_ROOT/%{xemacs_package_dir}/info/dir 
 
@@ -240,8 +209,6 @@
     %install_info --delete --info-dir=%{_infodir} %{_infodir}/${i}.info.gz
 done
 
-%clean
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog* READMEs


















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

Reply via email to