Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chasen for openSUSE:Factory checked 
in at 2021-08-23 10:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chasen (Old)
 and      /work/SRC/openSUSE:Factory/.chasen.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chasen"

Mon Aug 23 10:07:43 2021 rev:24 rq:911957 version:2.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/chasen/chasen.changes    2021-05-16 
23:44:18.533094131 +0200
+++ /work/SRC/openSUSE:Factory/.chasen.new.1899/chasen.changes  2021-08-23 
10:08:06.440250772 +0200
@@ -1,0 +2,8 @@
+Wed Aug 11 16:02:57 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop --with-pic, as it has no effect with --disable-static.
+- Trim history and author list from description.
+- Move chasen-config to devel package where these kinds of programs
+  usually are located.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ chasen.spec ++++++
--- /var/tmp/diff_new_pack.vj4BDS/_old  2021-08-23 10:08:07.460249583 +0200
+++ /var/tmp/diff_new_pack.vj4BDS/_new  2021-08-23 10:08:07.464249578 +0200
@@ -27,8 +27,8 @@
 Patch1:         chasen-decls.diff
 # PATCH-FIX-UPSTREAM
 Patch2:         chasen-initialize-memory.patch
-BuildRequires:  gcc-c++
 BuildRequires:  darts
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
 Requires:       ipadic
 # Summary(ja): ??????????????????????????? ??????
@@ -81,36 +81,9 @@
 # 
 # 
 # 
??????????????????????????????????????????????????????????????????????????????
-# 
-# ???630-0101
-# ???????????????????????????8916-5
-# ???????????????????????????????????????
-# ????????????????????? ???????????????
-# ?????????????????????????????????
-# Tel: (0743)72-5240, Fax: (0743)72-5249
-# E-mail: cha...@cl.aist-nara.ac.jp
-# 
-# 
-# ?????????
-# ------
-# 
-#     ma...@is.aist-nara.ac.jp (Yuji Matsumoto)
-#     kitau...@rd.nttdata.co.jp (KITAUCHI Akira)
 
 %description
-Japanese Morphological Analysis System, ChaSen
-
-ChaSen version 1.0 was officially released on 19 February, 1997 by the
-Computational Linguistics Laboratory, the Graduate School of
-Information Science, and the Nara Institute of Science and Technology
-(NAIST). It is a free Japanese Morphological analyser. It grew out of
-JUMAN version 2.0 development and has made significant improvements in
-system performance. Origin of Package Name:
-
-Takayama, Nara (where NAIST is situated) is famous for producing a tea
-whisk used in traditional Japanese tea ceremonies. The Japanese name
-for the tea whisk is "chasen" and that is the reason for giving the
-name ChaSen to this package developed in NAIST.
+ChaSen is a Japanese morphological analysis system.
 
 %package devel
 License:        BSD-3-Clause
@@ -128,8 +101,8 @@
 %package -n perl-Text-ChaSen
 License:        BSD-3-Clause
 Group:          Development/Libraries/Perl
-Requires:       perl = %{perl_version}
 Requires:       %{name} = %{version}
+Requires:       perl = %{perl_version}
 Provides:       chasen-perl
 Obsoletes:      chasen-perl
 Summary:        ChaSen Perl Module
@@ -149,11 +122,11 @@
 
 %build
 autoreconf --force --install
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 # fix build
-export CXXFLAGS="-fpermissive"
-%configure --disable-static --with-pic --with-darts=/usr/include
-make %{?_smp_mflags}
+export CXXFLAGS="%{optflags} -fpermissive"
+%configure --disable-static --with-darts="%{_includedir}"
+%make_build
 pushd perl
     perl Makefile.PL
     make INC="-I../src -I%{_prefix}/include -I/usr/include" \
@@ -162,8 +135,8 @@
 popd
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-make -C perl DESTDIR=$RPM_BUILD_ROOT install_vendor
+%make_install
+make -C perl DESTDIR="%{buildroot}" install_vendor
 %perl_process_packlist
 rm -f %{buildroot}%{_libdir}/*.la
 
@@ -171,10 +144,9 @@
 %postun -p /sbin/ldconfig
 
 %files 
-%defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README*
 %doc doc/*.tex doc/*.pdf
-%{_bindir}/*
+%{_bindir}/chasen
 %{_libdir}/*.so.*
 %{_libexecdir}/chasen
 %if 0%{?suse_version} < 1140
@@ -182,12 +154,11 @@
 %endif
 
 %files devel
-%defattr(-,root,root)
+%{_bindir}/chasen-config
 %{_prefix}/include/*
 %{_libdir}/*.so
 
 %files -n perl-Text-ChaSen
-%defattr(-,root,root)
 %doc perl/README
 %{_mandir}/man3/Text::ChaSen.3pm.gz
 %{perl_vendorarch}/Text/

Reply via email to