commit tv-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:Factory 
checked in at 2017-04-30 21:24:43

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


Package is "tv-fonts"

Sun Apr 30 21:24:43 2017 rev:19 rq:492213 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes2012-09-14 
12:41:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes   2017-04-30 
21:25:08.290207038 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 05:25:37 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to call gzip -n to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.2xF4Gm/_old  2017-04-30 21:25:09.094093692 +0200
+++ /var/tmp/diff_new_pack.2xF4Gm/_new  2017-04-30 21:25:09.098093128 +0200
@@ -33,6 +33,8 @@
 %endif
 %reconfigure_fonts_prereq
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM
+Patch0: reproducible.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS"

++ reproducible.patch ++
--- tv-fonts-1.1.orig/Makefile  2003-04-15 08:16:09.0 +
+++ tv-fonts-1.1/Makefile   2017-04-30 05:22:32.647985637 +
@@ -47,7 +47,7 @@
 %.pcf.gz: %.bdf
rm -f $@
bdftopcf -o $*.pcf $<
-   gzip $*.pcf
+   gzip -n -9 $*.pcf
 
 led-%.bdf:
FONTSERVER=$(FONTSERVER) \



commit tv-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:41:13

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


Package is tv-fonts, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes2012-07-02 
11:17:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes   2012-09-14 
12:41:15.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 13 08:34:46 UTC 2012 - pgaj...@suse.com
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.e0maxz/_old  2012-09-14 12:41:16.0 +0200
+++ /var/tmp/diff_new_pack.e0maxz/_new  2012-09-14 12:41:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tv-fonts (Version 1.1)
+# spec file for package tv-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
@@ -15,10 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%definefontdir /usr/share/fonts/misc
-
 
 Name:   tv-fonts
+Version:1.1
+Release:0
+Summary:Fonts for TV Applications
+License:MIT
+Group:  System/X11/Fonts
+BuildRequires:  fontpackages-devel
 BuildRequires:  freetype2
 %if 0%{?suse_version} = 1220
 BuildRequires:  bdftopcf
@@ -27,12 +31,7 @@
 BuildRequires:  xorg-x11 
 BuildRequires:  xorg-x11-devel
 %endif
-License:MIT
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
-Version:1.1
-Release:431
-Summary:Fonts for TV Applications
+%reconfigure_fonts_prereq
 Source: %{name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,23 +48,13 @@
 make CFLAGS=$RPM_OPT_FLAGS
 
 %install
-test %{buildroot} !=  -a %{buildroot} != / \
-   rm -rf %{buildroot}
-mkdir -p   %{buildroot}%{fontdir}
-cp -v *.pcf.gz %{buildroot}%{fontdir}
+mkdir -p   %{buildroot}%{_miscfontsdir}
+cp -v *.pcf.gz %{buildroot}%{_miscfontsdir}
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{fontdir}/
-
-%clean
-test %{buildroot} !=  -a %{buildroot} != / \
-   rm -rf %{buildroot}
+%{_miscfontsdir}/
 
 %changelog

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



commit tv-fonts for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:Factory 
checked in at 2012-07-02 11:17:54

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


Package is tv-fonts, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes2011-09-23 
12:49:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes   2012-07-02 
11:17:59.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 16:11:49 UTC 2012 - i...@marguerite.su
+
+- fix builds for 12.2
+  * bdftopcf is now a separated package from xorg-x11
+  * mkfontdir is now a separated package from xorg-x11-utils-devel
+
+---



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.cJpiaN/_old  2012-07-02 11:18:04.0 +0200
+++ /var/tmp/diff_new_pack.cJpiaN/_new  2012-07-02 11:18:04.0 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+%definefontdir /usr/share/fonts/misc
 
 
 Name:   tv-fonts
-%if %suse_version  910
-BuildRequires:  freetype2 xorg-x11 xorg-x11-devel
+BuildRequires:  freetype2
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
 %else
-BuildRequires:  XFree86 XFree86-devel freetype2
+BuildRequires:  xorg-x11 
+BuildRequires:  xorg-x11-devel
 %endif
-%definefontdir /usr/share/fonts/misc
 License:MIT
 Group:  System/X11/Fonts
-AutoReqProv:on
 PreReq: %suseconfig_fonts_prereq
 Version:1.1
 Release:431

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