commit x11-japanese-bitmap-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2017-04-30 21:24:08

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is "x11-japanese-bitmap-fonts"

Sun Apr 30 21:24:08 2017 rev:9 rq:492131 version:20020904

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-09-14 12:42:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2017-04-30 21:24:50.464720398 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 15:50:16 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---



Other differences:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.TQ7rKa/_old  2017-04-30 21:24:51.304601976 +0200
+++ /var/tmp/diff_new_pack.TQ7rKa/_new  2017-04-30 21:24:51.308601412 +0200
@@ -71,7 +71,7 @@
 ./configure --with-pcf=yes --with-fontdir=`pwd`/build
 make pcf
 rm build/fonts.dir
-gzip -9 build/*.pcf
+gzip -n -9 build/*.pcf
 pushd extra
 for i in 7x14 7x14rk k14 8x16 8x16rk jiskan16 ; do
   /usr/bin/perl $RPM_SOURCE_DIR/mkbold ${i}.bdf > ${i}b.bdf
@@ -80,7 +80,7 @@
 # the non-(bold/italic) versions of the 14 and 16 pixel fonts
# are already in xf86.rpm, include only the bold/italic ones here:
for j in ${i}b.bdf ${i}i.bdf ${i}bi.bdf ; do
-   bdftopcf $j | gzip -9  > `basename $j .bdf`.pcf.gz
+   bdftopcf $j | gzip -n -9  > `basename $j .bdf`.pcf.gz
done
 done
 popd




commit x11-japanese-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:42:30

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is x11-japanese-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-05-26 09:31:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2012-09-14 12:42:32.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---



Other differences:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.h8xmvI/_old  2012-09-14 12:42:33.0 +0200
+++ /var/tmp/diff_new_pack.h8xmvI/_new  2012-09-14 12:42:33.0 +0200
@@ -16,26 +16,33 @@
 #
 
 
+%define fontdir   %{_fontsdir}/japanese
 
 Name:   x11-japanese-bitmap-fonts
 Summary:Japanese Fixed Fonts for the X Window System
+License:SUSE-Public-Domain and HPND
+Group:  System/X11/Fonts
 BuildRequires:  fdupes
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+%else
 BuildRequires:  xorg-x11
+%endif
 %if 0%{?suse_version}  1130
 BuildRequires:  freetype2
 %endif
 Version:20020904
-Release:642
-License:SUSE-Public-Domain and HPND
+Release:0
 Url:http://openlab.ring.gr.jp/efont/japanese/
-Group:  System/X11/Fonts
 Source0:
http://openlab.ring.gr.jp/efont/dist/japanese/japanese-bitmap-fonts-0.4.5.tar.bz2
 Source1:mkbold
 Source2:mkitalic
 Source4:xfonts_jp.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   locale(xorg-x11:ja)
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   xfntjp = %{version}
+Provides:   locale(xorg-x11:ja)
 Obsoletes:  xfntjp = 20020904
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -52,8 +59,6 @@
 bold, italic, and bold-italic versions of iso-8859-1 fonts which fit
 nicely in style and width to the Japanese fonts.
 
-%define fontdir   /usr/share/fonts/japanese
-
 %prep
 %setup -q -n japanese-bitmap-fonts-0.4.5
 mkdir -p extra
@@ -88,11 +93,7 @@
 
 %clean
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)

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



commit x11-japanese-bitmap-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2012-05-26 09:30:36

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is x11-japanese-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-04-19 08:51:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2012-05-26 09:31:02.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:37 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.oQ004A/_old  2012-05-26 09:31:04.0 +0200
+++ /var/tmp/diff_new_pack.oQ004A/_new  2012-05-26 09:31:04.0 +0200
@@ -15,28 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   x11-japanese-bitmap-fonts
 Summary:Japanese Fixed Fonts for the X Window System
-BuildRequires:  xorg-x11
 BuildRequires:  fdupes
-%if %suse_version  1130
+BuildRequires:  xorg-x11
+%if 0%{?suse_version}  1130
 BuildRequires:  freetype2
 %endif
-License:SUSE-Public-Domain and HPND
-Group:  System/X11/Fonts
-AutoReqProv:on
-PreReq: %suseconfig_fonts_prereq
-Provides:   locale(xorg-x11:ja)
 Version:20020904
 Release:642
+License:SUSE-Public-Domain and HPND
 Url:http://openlab.ring.gr.jp/efont/japanese/
+Group:  System/X11/Fonts
 Source0:
http://openlab.ring.gr.jp/efont/dist/japanese/japanese-bitmap-fonts-0.4.5.tar.bz2
 Source1:mkbold
 Source2:mkitalic
 Source4:xfonts_jp.tar.bz2
+Requires(pre):  %suseconfig_fonts_prereq
+Provides:   locale(xorg-x11:ja)
 Provides:   xfntjp = %{version}
 Obsoletes:  xfntjp = 20020904
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,7 +52,6 @@
 bold, italic, and bold-italic versions of iso-8859-1 fonts which fit
 nicely in style and width to the Japanese fonts.
 
-
 %define fontdir   /usr/share/fonts/japanese
 
 %prep
@@ -84,10 +81,10 @@
 popd
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{fontdir}
-cp -p build/* $RPM_BUILD_ROOT%{fontdir}
-cp -p extra/*.pcf* $RPM_BUILD_ROOT%{fontdir}
-%fdupes $RPM_BUILD_ROOT%{fontdir}
+mkdir -p %{buildroot}%{fontdir}
+cp -p build/* %{buildroot}%{fontdir}
+cp -p extra/*.pcf* %{buildroot}%{fontdir}
+%fdupes %{buildroot}%{fontdir}
 
 %clean
 

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



commit x11-japanese-bitmap-fonts for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2012-04-19 08:51:15

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is x11-japanese-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-04-17 07:50:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2012-04-19 08:51:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 12 13:34:54 UTC 2012 - pgaj...@suse.com
+
+- license SUSE-Public-Domain and HPND
+
+---



Other differences:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.Hqdg99/_old  2012-04-19 08:51:36.0 +0200
+++ /var/tmp/diff_new_pack.Hqdg99/_new  2012-04-19 08:51:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x11-japanese-bitmap-fonts
 #
-# Copyright (c) 2010 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
@@ -25,7 +25,7 @@
 %if %suse_version  1130
 BuildRequires:  freetype2
 %endif
-License:SUSE-Public_Domain and HPND
+License:SUSE-Public-Domain and HPND
 Group:  System/X11/Fonts
 AutoReqProv:on
 PreReq: %suseconfig_fonts_prereq

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