commit aldusleaf-crimson-text-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package aldusleaf-crimson-text-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:12:01

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


Package is aldusleaf-crimson-text-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/aldusleaf-crimson-text-fonts/aldusleaf-crimson-text-fonts.changes
2012-05-26 09:21:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.aldusleaf-crimson-text-fonts.new/aldusleaf-crimson-text-fonts.changes
   2012-09-14 12:12:03.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:
--
++ aldusleaf-crimson-text-fonts.spec ++
--- /var/tmp/diff_new_pack.EgQPB2/_old  2012-09-14 12:12:05.0 +0200
+++ /var/tmp/diff_new_pack.EgQPB2/_new  2012-09-14 12:12:05.0 +0200
@@ -17,19 +17,19 @@
 
 
 %define fontname crimson
-%define fontdir  %{_datadir}/fonts/truetype
 
 Name:   aldusleaf-crimson-text-fonts
 Version:20111206
-Release:1
+Release:0
+Summary:Crimson Text Serif Font
 License:OFL-1.1
-Summary:Serif Font
-Url:http://aldusleaf.org/
 Group:  System/X11/Fonts
+Url:http://aldusleaf.org/
 Source0:%{fontname}_%{version}.zip
 Source2:specimen.pdf
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -48,19 +48,15 @@
 # -- nothing to do --
 
 %install
-mkdir -p %{buildroot}%{fontdir}
-install -m 444 %{fontname}/*.otf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 444 %{fontname}/*.otf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(0644,root,root,755)
 %doc *.pdf %{fontname}/README
-%dir %{fontdir}
-%{fontdir}/*.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.otf
 
 %changelog

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



commit alee-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is alee-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/alee-fonts/alee-fonts.changes2012-05-26 
09:21:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.alee-fonts.new/alee-fonts.changes   
2012-09-14 12:12:10.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:
--
++ alee-fonts.spec ++
--- /var/tmp/diff_new_pack.F3tf0c/_old  2012-09-14 12:12:11.0 +0200
+++ /var/tmp/diff_new_pack.F3tf0c/_new  2012-09-14 12:12:11.0 +0200
@@ -16,20 +16,20 @@
 #
 
 
-
 Name:   alee-fonts
 Version:12
-Release:2
-License:SUSE-Artistic-1.0+
-%definettf_fontdir /usr/share/fonts/truetype
+Release:0
+%define_ttfontsdir /usr/share/fonts/truetype
 Summary:Korean TrueType fonts
-Url:http://packages.debian.org/unstable/source/ttf-alee
+License:SUSE-Artistic-1.0+
 Group:  System/X11/Fonts
+Url:http://packages.debian.org/unstable/source/ttf-alee
 Source0:
http://ftp.debian.org/debian/pool/main/t/ttf-alee/ttf-alee_12.tar.gz
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-ko
-Provides:   locale(ko)
 Provides:   ttf-alee = %{version}
+Provides:   locale(ko)
 Obsoletes:  ttf-alee = 12
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -44,22 +44,15 @@
 chmod 644 debian/rules
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%clean
-[ %{buildroot} != / ]  [ -d %{buildroot} ]  rm -rf %{buildroot};
-
-%post
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc COPYING
 %doc debian
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit arabic-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is arabic-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/arabic-fonts/arabic-fonts.changes
2012-05-26 09:21:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.arabic-fonts.new/arabic-fonts.changes   
2012-09-14 12:12:31.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:
--
++ arabic-fonts.spec ++
--- /var/tmp/diff_new_pack.whcwqs/_old  2012-09-14 12:12:32.0 +0200
+++ /var/tmp/diff_new_pack.whcwqs/_new  2012-09-14 12:12:32.0 +0200
@@ -16,16 +16,13 @@
 #
 
 
-
 Name:   arabic-fonts
 Version:0.20091208
-Release:2
-%definebitmap_fontdir  /usr/share/fonts/misc
-%definettf_fontdir /usr/share/fonts/truetype
-License:GPL-2.0+
+Release:0
 Summary:A Collection of Free Arabic Fonts
-Url:http://www.arabeyes.org/resources.php
+License:GPL-2.0+
 Group:  System/X11/Fonts
+Url:http://www.arabeyes.org/resources.php
 # public domain:
 Source0:ae_fonts_mono.tar.bz2
 Source1:
http://heanet.dl.sourceforge.net/sourceforge/arabeyes/haydar_fonts.tar.bz2
@@ -33,8 +30,18 @@
 Source3:
http://heanet.dl.sourceforge.net/sourceforge/arabeyes/lateef.shaikh_fonts.tar.bz2
 Source4:
http://heanet.dl.sourceforge.net/sourceforge/arabeyes/sharif.univ_ttf.bz2
 Source5:http://downloads.sourceforge.net/arabeyes/ae_fonts_2.0.tar.bz2
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+#BuildRequires:  fontconfig
+#BuildRequires:  imake
+#BuildRequires:  mkfontdir
+#BuildRequires:  xorg-cf-files
+%else
 BuildRequires:  xorg-x11
-Requires(pre):  %suseconfig_fonts_prereq
+%endif
+%reconfigure_fonts_prereq
 Provides:   scalable-font-ar
 Provides:   locale(ar)
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version
@@ -50,6 +57,7 @@
 %prep
 %setup -T -c %{name} -n %{name} -a 0 -a 1 -a 2 -a 3 -a 5
 bunzip2 --stdout $RPM_SOURCE_DIR/sharif.univ_ttf.bz2  sharif.univ.ttf
+dos2unix License.txt
 mv License.txt License.Naqsh.txt
 cp KacstArabicFonts-*/LICENSE LICENSE.Kacst
 cp ae_fonts*/COPYING COPYING.ae_fonts
@@ -59,8 +67,8 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{bitmap_fontdir}
-mkdir -p %{buildroot}%{ttf_fontdir}
+mkdir -p %{buildroot}%{_miscfontsdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 for i in *.ttf */*.ttf */*/*.ttf
 do
 # one of the kacst TrueType font files has size zero
@@ -68,25 +76,21 @@
 # (OpenOffice even coredumps when .ttf files with size zero
 # are in the path).
 if [ -s $i ] ; then
-install -c -m 644 $i %{buildroot}%{ttf_fontdir}
+install -c -m 644 $i %{buildroot}%{_ttfontsdir}
 fi
 done
 for i in */*.bdf
 do
 bdftopcf $i | gzip -9   \
-%{buildroot}%{bitmap_fontdir}/`basename $i .bdf`.pcf.gz
+%{buildroot}%{_miscfontsdir}/`basename $i .bdf`.pcf.gz
 done
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc License* LICENSE*
-%{bitmap_fontdir}
-%{ttf_fontdir}
+%{_miscfontsdir}
+%{_ttfontsdir}
 
 %changelog


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



commit arphic-ukai-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is arphic-ukai-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/arphic-ukai-fonts/arphic-ukai-fonts.changes  
2012-05-26 09:21:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.arphic-ukai-fonts.new/arphic-ukai-fonts.changes 
2012-09-14 12:13:26.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:
--
++ arphic-ukai-fonts.spec ++
--- /var/tmp/diff_new_pack.qokFxI/_old  2012-09-14 12:13:27.0 +0200
+++ /var/tmp/diff_new_pack.qokFxI/_new  2012-09-14 12:13:27.0 +0200
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   arphic-ukai-fonts
 Version:0.2.20080216.1
-Release:89
+Release:0
+Summary:CJK Unicode Font Kai Style
 License:SUSE-Arphic
-%definettf_fontdir /usr/share/fonts/truetype
-Summary:CJK Unicode font Kai style
-Url:http://www.freedesktop.org/wiki/Software/CJKUnifonts/
 Group:  System/X11/Fonts
+Url:http://www.freedesktop.org/wiki/Software/CJKUnifonts/
 # download 
http://ftp.tw.debian.org/debian/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_0.2.20080216.1.orig.tar.gz
 Source0:ttf-arphic-ukai-0.2.20080216.1.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   scalable-font-zh-CN,
-Provides:   scalable-font-zh-HK,
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+Provides:   scalable-font-zh-CN
+Provides:   scalable-font-zh-HK
 Provides:   scalable-font-zh-MO
-Provides:   scalable-font-zh-SG,
-Provides:   scalable-font-zh-TW,
-Provides:   locale(zh_TW;zh_HK;zh_CN;zh_SG;zh_MO)
+Provides:   scalable-font-zh-SG
+Provides:   scalable-font-zh-TW
 Provides:   ttf-arphic-ukai = %{version}
+Provides:   locale(zh_TW;zh_HK;zh_CN;zh_SG;zh_MO)
 Obsoletes:  ttf-arphic-ukai = 0.1.20060928
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -59,20 +58,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.ttc %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttc %{buildroot}%{_ttfontsdir}/
 
-%clean
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc CONTRIBUTERS README FONTLOG fonts.dir fonts.scale license NEWS TODO 
KNOWN_ISSUES Font_Comparison_ZenKai_UKai.pdf
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit arphic-uming-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is arphic-uming-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/arphic-uming-fonts/arphic-uming-fonts.changes
2012-05-26 09:21:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arphic-uming-fonts.new/arphic-uming-fonts.changes   
2012-09-14 12:13:33.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:
--
++ arphic-uming-fonts.spec ++
--- /var/tmp/diff_new_pack.xY8TQt/_old  2012-09-14 12:13:34.0 +0200
+++ /var/tmp/diff_new_pack.xY8TQt/_new  2012-09-14 12:13:34.0 +0200
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   arphic-uming-fonts
 Version:0.2.20080216.1
-Release:89
+Release:0
+Summary:CJK Unicode Font Ming Style
 License:SUSE-Arphic
-%definettf_fontdir /usr/share/fonts/truetype
-Summary:CJK Unicode font Ming style
-Url:http://www.freedesktop.org/wiki/Software/CJKUnifonts/
 Group:  System/X11/Fonts
+Url:http://www.freedesktop.org/wiki/Software/CJKUnifonts/
 # download  
http://ftp.tw.debian.org/debian/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_0.1.20060928.orig.tar.bz2
 Source0:ttf-arphic-uming-0.2.20080216.1.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   scalable-font-zh-CN,
-Provides:   scalable-font-zh-HK,
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+Provides:   scalable-font-zh-CN
+Provides:   scalable-font-zh-HK
 Provides:   scalable-font-zh-MO
-Provides:   scalable-font-zh-SG,
-Provides:   scalable-font-zh-TW,
-Provides:   locale(zh_TW;zh_HK;zh_CN;zh_SG;zh_MO)
+Provides:   scalable-font-zh-SG
+Provides:   scalable-font-zh-TW
 Provides:   ttf-arphic-uming = %{version}
+Provides:   locale(zh_TW;zh_HK;zh_CN;zh_SG;zh_MO)
 Obsoletes:  ttf-arphic-uming = 0.1.20060928
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -58,20 +57,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -c -m 644 *.ttc %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttc %{buildroot}%{_ttfontsdir}/
 
-%clean
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc CONTRIBUTERS README* fonts.dir fonts.scale license 
Font_Comparison_ShanHeiSun_UMing.pdf FONTLOG KNOWN_ISSUES TODO
- %{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit arping2 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is arping2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/arping2/arping2.changes  2012-02-29 
14:05:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.arping2.new/arping2.changes 2012-09-14 
12:13:44.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 20:07:06 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.12
+* This release fixes a timing issue on BSD and adds a statistics
+  line with min/avg/max/std-dev.
+
+---

Old:

  arping-2.11.tar.xz

New:

  arping-2.12.tar.xz



Other differences:
--
++ arping2.spec ++
--- /var/tmp/diff_new_pack.0y8nuU/_old  2012-09-14 12:13:45.0 +0200
+++ /var/tmp/diff_new_pack.0y8nuU/_new  2012-09-14 12:13:45.0 +0200
@@ -14,15 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   arping2
-Version:2.11
+Version:2.12
 Release:0
 Summary:Layer-2 Ethernet pinger
 License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
 Url:http://www.habets.pp.se/synscan/programs.php?prog=arping
-#Freecode-URL: http://freecode.com/projects/arping/
 
+#Freecode-URL: http://freecode.com/projects/arping/
 #Git-Clone:git://github.com/ThomasHabets/arping
 Source: arping-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,8 +58,8 @@
 
 %files
 %defattr(-,root,root)
-%_sbindir/*
-%_mandir/*/*
+%_sbindir/arping2
+%_mandir/man8/arping2.8*
 %doc README
 
 %changelog

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



commit atftp for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is atftp, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/atftp/atftp.changes  2012-01-04 
07:23:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.atftp.new/atftp.changes 2012-09-14 
12:14:20.0 +0200
@@ -1,0 +2,24 @@
+Tue Sep 11 13:01:20 UTC 2012 - vci...@suse.com
+
+- added rules for SuSEfirewall2 (bnc#729793) 
+
+---
+Tue Sep 11 12:47:04 UTC 2012 - vci...@suse.com
+
+- use the su logrotate directive (bnc#677335) 
+
+---
+Wed Sep  5 14:10:03 UTC 2012 - vci...@suse.com
+
+- prevent the sorcerer's apprentice syndrome situation only when
+  explicitly specified by the user (bnc#774376)
+  (added a new command line option --prevent-sas to turn it on)
+
+---
+Wed Jan 11 15:27:36 UTC 2012 - vci...@suse.com
+
+- fix a race condition where two server threads pick up a single
+  client, which causes the transported file being overwritten
+  (bnc#599856)
+
+---

New:

  atftp-0.7-prevent-sas.patch
  atftp-0.7-server_receive_race.patch
  atftp.fw



Other differences:
--
++ atftp.spec ++
--- /var/tmp/diff_new_pack.VhBtCr/_old  2012-09-14 12:14:22.0 +0200
+++ /var/tmp/diff_new_pack.VhBtCr/_new  2012-09-14 12:14:22.0 +0200
@@ -14,7 +14,10 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 #
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define pkg_version 0.7
 
 Name:   atftp
@@ -28,6 +31,7 @@
 Source1:atftpd.init.d
 Source2:atftpd.sysconfig
 Source3:atftpd.logrotate
+Source4:atftp.fw
 Patch1: atftp-0.7.dif
 Patch2: atftp-CLK_TCK.diff
 Patch3: atftp-0.7_compiler_warnings.patch
@@ -38,6 +42,9 @@
 Patch8: atftpd-0.7_circumvent_tftp_size_restrictions.patch
 # PATCH-FIX-SUSE sorcerer's apprentice syndrom (bnc#727843)
 Patch9: atftp-0.7-sorcerers_apprentice.patch
+# PATCH-FIX-SUSE server receive thread race (bnc#599856)
+Patch10:atftp-0.7-server_receive_race.patch
+Patch11:atftp-0.7-prevent-sas.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq  %fillup_prereq
 PreReq: pwdutils
@@ -69,6 +76,8 @@
 %patch7
 %patch8
 %patch9 -p1
+%patch10 -p0
+%patch11 -p1
 
 %build
 autoreconf -fi
@@ -82,6 +91,8 @@
 %{__ln_s} -f ../../etc/init.d/atftpd %{buildroot}%{_sbindir}/rcatftpd
 %{__install} -D -m 0644 %{S:2} 
%{buildroot}/var/adm/fillup-templates/sysconfig.atftpd
 %{__install} -D -m 0644 %{S:3} %{buildroot}/etc/logrotate.d/%{name}
+%{__mkdir} -p %{buildroot}/%{_fwdefdir}
+%{__install} -m 0644 %{S:4} %{buildroot}/%{_fwdefdir}/atftp
 %{__install} -d -m 0750 %{buildroot}/srv/tftpboot
 %{__install} -d -m 0750 %{buildroot}/var/log/atftpd
 
@@ -122,6 +133,7 @@
 %{_mandir}/man1/atftp.1.gz
 %{_mandir}/man8/atftpd.8.gz
 %{_mandir}/man8/in.tftpd.8.gz
+%config %{_fwdefdir}/atftp
 %dir %attr(0750,root,tftp) /srv/tftpboot
 %dir %attr(0750,tftp,root) /var/log/atftpd/
 

++ atftp-0.7-prevent-sas.patch ++
Index: atftp-0.7/tftpd.c
===
--- atftp-0.7.orig/tftpd.c  2012-09-11 13:55:28.303292010 +0200
+++ atftp-0.7/tftpd.c   2012-09-11 13:58:20.701437613 +0200
@@ -62,6 +62,7 @@ int retry_timeout = S_TIMEOUT;
 
 int tftpd_daemon = 0;   /* By default we are started by inetd */
 int tftpd_daemon_no_fork = 0;   /* For who want a false daemon mode */
+int tftpd_prevent_sas = 0;  /* For who don't want the sorcerer's 
apprentice syndrome */
 short tftpd_port = 0;   /* Port atftpd listen to */
 char tftpd_addr[MAXLEN] = ;   /* IP address atftpd binds to */
 
@@ -833,6 +834,7 @@ int tftpd_cmd_line_options(int argc, cha
   { mtftp, 1, NULL, OPT_MTFTP },
   { mtftp-port, 1, NULL, OPT_MTFTP_PORT },
 #endif
+  { prevent-sas, 0, NULL, 'X' },
   { no-source-port-checking, 0, NULL, OPT_PORT_CHECK },
   { mcast-switch-client, 0, NULL, OPT_MCAST_SWITCH },
   { version, 0, NULL, 'V' },
@@ -896,6 +898,9 @@ int tftpd_cmd_line_options(int argc, cha
   case 'N':
tftpd_daemon_no_fork = 1;
break;
+  case 'X':
+   tftpd_prevent_sas = 1;
+   break;
   case 'U':
tmp = 

commit baekmuk-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package baekmuk-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:14:27

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


Package is baekmuk-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/baekmuk-bitmap-fonts/baekmuk-bitmap-fonts.changes
2012-05-26 09:21:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.baekmuk-bitmap-fonts.new/baekmuk-bitmap-fonts.changes
   2012-09-14 12:14:29.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:
--
++ baekmuk-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.6MU76J/_old  2012-09-14 12:14:31.0 +0200
+++ /var/tmp/diff_new_pack.6MU76J/_new  2012-09-14 12:14:31.0 +0200
@@ -16,20 +16,24 @@
 #
 
 
+%definebitmap_fontdir  %{_fontsdir}/baekmuk
 
 Name:   baekmuk-bitmap-fonts
 BuildRequires:  gawk
 BuildRequires:  perl
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+%else
 BuildRequires:  xorg-x11
+%endif
 %if 0%{?suse_version}  1130
 BuildRequires:  freetype2
 %endif
 Version:2.1
 Release:0
+Summary:Baekmuk Fonts, Bitmap Version
 License:HPND
-%definebitmap_fontdir  /usr/share/fonts/baekmuk
-%definettf_fontdir /usr/share/fonts/truetype
-Summary:Baekmuk Fonts (Korean Fonts for the X Window System, Bitmap 
Version)
 Group:  System/X11/Fonts
 Source0:baekmuk-2.1.tar.bz2
 Source1:baekmuk-doc-2.1.tar.gz
@@ -47,9 +51,10 @@
 Patch0: baekmuk-gulim-medium-18-pixel-bitmap.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: baekmuk-gulim-bold-18-pixel-bitmap.patch
-Requires(pre):  %suseconfig_fonts_prereq
-Provides:   locale(xorg-x11:ko)
+%reconfigure_fonts_prereq
+BuildRequires:  fontpackages-devel
 Provides:   baekmuk = %{version}
+Provides:   locale(xorg-x11:ko)
 Obsoletes:  baekumk = 2.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -58,12 +63,11 @@
 Baekmuk Fonts (Korean fonts for the X Window System, bitmap version).
 
 %package -n   baekmuk-ttf-fonts
-License:HPND
-Summary:Baekmuk Fonts (Korean Fonts for the X Window System, True Type 
Version)
+Summary:Baekmuk Fonts, TrueType Version
 Group:  System/X11/Fonts
+Provides:   baekmuk-ttf = %{version}
 Provides:   scalable-font-ko
 Provides:   locale(ko)
-Provides:   baekmuk-ttf = %{version}
 Obsoletes:  baekumk-ttf = 2.1
 
 %description -n baekmuk-ttf-fonts
@@ -96,24 +100,16 @@
 
 %install
 mkdir -p %{buildroot}%{bitmap_fontdir}
-mkdir -p %{buildroot}%{ttf_fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 install -c -m 644 *.pcf.gz %{buildroot}%{bitmap_fontdir}
 install -c -m 644 %{SOURCE17} %{buildroot}%{bitmap_fontdir}/fonts.alias
-install -c -m 644 *.ttf %{buildroot}%{ttf_fontdir}
-install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.baekmuk 
%{buildroot}%{ttf_fontdir}/fonts.scale.baekmuk
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.baekmuk 
%{buildroot}%{_ttfontsdir}/fonts.scale.baekmuk
 mkfontdir %{buildroot}%{bitmap_fontdir}
 
-%post -n baekmuk-bitmap-fonts
-%run_suseconfig_fonts
-
-%postun -n baekmuk-bitmap-fonts
-%run_suseconfig_fonts
-
-%post -n baekmuk-ttf-fonts
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -n baekmuk-bitmap-fonts
 
-%postun -n baekmuk-ttf-fonts
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c -n baekmuk-ttf-fonts
 
 %files
 %defattr(-, root,root)
@@ -125,8 +121,8 @@
 
 %files -n baekmuk-ttf-fonts
 %defattr(-, root,root)
-%dir %{ttf_fontdir}/
-%{ttf_fontdir}/*.ttf
-%config %{ttf_fontdir}/fonts.scale.baekmuk
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*.ttf
+%config %{_ttfontsdir}/fonts.scale.baekmuk
 
 %changelog

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



commit biosdevname for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2012-09-14 12:14:36

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


Package is biosdevname, Maintainer is d...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2011-12-25 
17:33:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2012-09-14 12:14:38.0 +0200
@@ -1,0 +2,5 @@
+Wed May 30 16:37:11 UTC 2012 - sweet_...@gmx.de
+
+- remove useless automake dependecy
+
+---



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.TCHX1y/_old  2012-09-14 12:14:40.0 +0200
+++ /var/tmp/diff_new_pack.TCHX1y/_new  2012-09-14 12:14:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package biosdevname
 #
-# 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
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   biosdevname
 Version:0.3.8
 Release:0
 Summary:Udev helper for naming devices per BIOS names
-Group:  System/Base
 License:GPL-2.0
+Group:  System/Base
 Url:http://linux.dell.com/files/biosdevname/
 # SMBIOS and PCI IRQ Routing Tables only exist on these arches.  It's
 # also likely that other arches don't expect the PCI bus to be sorted
@@ -37,7 +36,6 @@
 Patch4: verify-network-VPD
 Patch5: bug-706505
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
 BuildRequires:  pciutils-devel
 BuildRequires:  zlib-devel
 # to figure out how to name the rules file
@@ -66,7 +64,6 @@
 %patch5 -p1
 
 %build
-#autoreconf -fiv
 # this is a udev rule, so it needs to live in / rather than /usr
 %configure --disable-rpath --libdir=/%{_lib} --prefix=/ --bindir=/bin 
--sbindir=/sbin
 make %{?_smp_mflags}

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



commit bitstream-vera-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package bitstream-vera-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:14:43

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


Package is bitstream-vera-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/bitstream-vera-fonts/bitstream-vera-fonts.changes
2012-05-26 09:22:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bitstream-vera-fonts.new/bitstream-vera-fonts.changes
   2012-09-14 12:14:44.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:
--
++ bitstream-vera-fonts.spec ++
--- /var/tmp/diff_new_pack.XqyLti/_old  2012-09-14 12:14:45.0 +0200
+++ /var/tmp/diff_new_pack.XqyLti/_new  2012-09-14 12:14:45.0 +0200
@@ -17,17 +17,17 @@
 
 
 %define fontname bitstream-vera
-%define ttf_fontdir  /usr/share/fonts/truetype
 
 Name:   bitstream-vera-fonts
 Version:1.10
-Release:304
-License:SUSE-Bitstream-Vera
+Release:0
 Summary:Bitstream Vera(tm) Truetype fonts
-Url:http://www.bitstream.com
+License:SUSE-Bitstream-Vera
 Group:  System/X11/Fonts
+Url:http://www.bitstream.com
 Source: ttf-%{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 1.10
 Provides:   %{fontname} = %{version}
@@ -43,18 +43,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root,755)
 %doc COPYRIGHT.TXT RELEASENOTES.TXT README.TXT local.conf
-%{_datadir}/fonts/truetype
+%{_ttfontsdir}
 
 %changelog

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



commit build for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2012-09-14 12:14:56

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


Package is build, Maintainer is m...@suse.com

Changes:

build-mkbaselibs-sle.changes: same change
--- /work/SRC/openSUSE:Factory/build/build.changes  2012-07-23 
10:15:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2012-09-14 
12:14:58.0 +0200
@@ -1,0 +2,18 @@
+Fri Aug 24 14:04:11 CEST 2012 - m...@suse.de
+
+- update to current git
+  * fixed arch PKGBUILD parsing
+  * add .qcow2 file handling for kiwi
+  * support root tar ball output format of kiwi
+
+---
+Tue Aug 21 08:56:05 UTC 2012 - adr...@suse.de
+
+- update to current git
+  * fixed cross build initialsation with chroot
+  * ignore prereqs for subpacks to be built
+  * more Arch Linux support
+  * new --vmdisk-clean switch
+- add recommends to qemu-linux-user
+
+---

Old:

  obs-build-2012.07.19.tar.gz

New:

  PKGBUILD
  obs-build-2012.08.24.tar.gz



Other differences:
--
++ build-initvm.spec ++
--- /var/tmp/diff_new_pack.xAmhwj/_old  2012-09-14 12:15:00.0 +0200
+++ /var/tmp/diff_new_pack.xAmhwj/_new  2012-09-14 12:15:00.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.07.19
+Version:2012.08.24
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.xAmhwj/_old  2012-09-14 12:15:00.0 +0200
+++ /var/tmp/diff_new_pack.xAmhwj/_new  2012-09-14 12:15:00.0 +0200
@@ -20,7 +20,7 @@
 Summary:Tools to generate base lib packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.07.19
+Version:2012.08.24
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs

++ build.spec ++
--- /var/tmp/diff_new_pack.xAmhwj/_old  2012-09-14 12:15:00.0 +0200
+++ /var/tmp/diff_new_pack.xAmhwj/_new  2012-09-14 12:15:00.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:2012.07.19
+Version:2012.08.24
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Source: obs-build-%{version}.tar.gz
@@ -45,6 +45,7 @@
 Recommends: perl(URI)
 Recommends: perl(XML::Parser)
 Recommends: bsdtar
+Recommends: qemu-linux-user
 %endif
 
 %if 0%{?suse_version}  1120 || ! 0%{?suse_version}
@@ -64,7 +65,6 @@
 
 %package mkbaselibs
 Summary:Tools to generate base lib packages
-Group:  Development/Tools/Building
 # NOTE: this package must not have dependencies which may break boot strapping 
(eg. perl modules)
 
 %description mkbaselibs
@@ -73,7 +73,6 @@
 
 %package mkdrpms
 Summary:Tools to generate delta rpms
-Group:  Development/Tools/Building
 Requires:   deltarpm
 # XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
 Requires:   build

++ PKGBUILD ++
pkgname=build
pkgver=2012.07.19
pkgrel=1
pkgdesc=Build packages in sandbox
arch=('i686' 'x86_64')
url=https://www.github.com/openSUSE/obs-build;
license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel')
depends=('perl')
source=(obs-build-${pkgver}.tar.gz)
md5sums=('643d53f6327913eecf57fb6fa166db5e')

package() {
  msg Installing build ...
  cd ${srcdir}/obs-build-${pkgver}
  make DESTDIR=${pkgdir} install
}
++ _service ++
--- /var/tmp/diff_new_pack.xAmhwj/_old  2012-09-14 12:15:00.0 +0200
+++ /var/tmp/diff_new_pack.xAmhwj/_new  2012-09-14 12:15:00.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version2012.07.19/param
+param name=version2012.08.24/param
 param name=urlgit://github.com/openSUSE/obs-build.git/param
 param name=scmgit/param
   /service

++ build.dsc ++
--- /var/tmp/diff_new_pack.xAmhwj/_old  2012-09-14 12:15:00.0 +0200
+++ /var/tmp/diff_new_pack.xAmhwj/_new  2012-09-14 12:15:00.0 +0200
@@ -1,9 +1,12 @@
 Format: 1.0
 Source: build
-Version: 2012.07.19
+Version: 2012.08.20
 Binary: build
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all
 Standards-Version: 3.7.2
-Build-Depends: debhelper (= 4)
+Build-Depends: debhelper (= 7)
+VCS-Git: git://github.com/openSUSE/obs-build.git

commit cantarell-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package cantarell-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:15:04

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


Package is cantarell-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cantarell-fonts/cantarell-fonts.changes  
2012-06-12 07:07:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantarell-fonts.new/cantarell-fonts.changes 
2012-09-14 12:15:06.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:
--
++ cantarell-fonts.spec ++
--- /var/tmp/diff_new_pack.itja2w/_old  2012-09-14 12:15:07.0 +0200
+++ /var/tmp/diff_new_pack.itja2w/_new  2012-09-14 12:15:07.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define cantarell_dir %{_fontsdir}/cantarell
+
 Name:   cantarell-fonts
 Version:0.0.9
 Release:0
@@ -24,11 +26,13 @@
 Group:  System/X11/Fonts
 Url:http://live.gnome.org/CantarellFonts
 Source: 
http://download.gnome.org/sources/cantarell-fonts/0.0/%{name}-%{version}.tar.xz
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 # needed for directory ownership
 BuildRequires:  fontconfig
 BuildRequires:  pkg-config
 BuildRequires:  xz
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -41,25 +45,22 @@
 
 %build
 %configure
+dos2unix COPYING
 
 %install
-%make_install configdir=%{_sysconfdir}/fonts/conf.avail
-mkdir -p %{buildroot}/%{_sysconfdir}/fonts/conf.d
-ln -s ../conf.avail/31-cantarell.conf %{buildroot}/%{_sysconfdir}/fonts/conf.d/
-
-%post
-%run_suseconfig_fonts
+%make_install configdir=%{_fontsconfavaildir}
+mkdir -p %{buildroot}%{_fontsconfddir}
+ln -s ../conf.avail/31-cantarell.conf %{buildroot}%{_fontsconfddir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README COPYING
-%{_sysconfdir}/fonts/conf.avail/31-cantarell.conf
-%config(noreplace) %{_sysconfdir}/fonts/conf.d/31-cantarell.conf
-%dir %{_datadir}/fonts/cantarell
-%{_datadir}/fonts/cantarell/Cantarell-Bold.otf
-%{_datadir}/fonts/cantarell/Cantarell-Regular.otf
+%{_fontsconfavaildir}/31-cantarell.conf
+%config(noreplace) %{_fontsconfddir}/31-cantarell.conf
+%dir %{cantarell_dir}
+%{cantarell_dir}/Cantarell-Bold.otf
+%{cantarell_dir}/Cantarell-Regular.otf
 
 %changelog


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



commit caslon-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package caslon-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:15:11

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


Package is caslon-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/caslon-fonts/caslon-fonts.changes
2012-05-26 09:22:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.caslon-fonts.new/caslon-fonts.changes   
2012-09-14 12:15:12.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:
--
++ caslon-fonts.spec ++
--- /var/tmp/diff_new_pack.jpxXAl/_old  2012-09-14 12:15:13.0 +0200
+++ /var/tmp/diff_new_pack.jpxXAl/_new  2012-09-14 12:15:13.0 +0200
@@ -17,26 +17,26 @@
 
 
 %define fontname ttf-caslon
-%define fontdir  /usr/share/fonts/truetype
 
 Name:   caslon-fonts
 Version:20031202
-Release:242
+Release:0
+Summary:Caslon TrueType Fonts
 License:BSD-3-Clause
-Summary:Caslon TrueType fonts
-Url:http://bibliofile.mc.duke.edu/gww/fonts/Unicode.html
 Group:  System/X11/Fonts
+Url:http://bibliofile.mc.duke.edu/gww/fonts/Unicode.html
 # downloaded from
 # http://bibliofile.mc.duke.edu/gww/fonts/Caslon/CasUni.zip
 # and converted to tar.bz2 to save a bit of space
 Source0:%{fontname}-%{version}.tar.bz2
 Source1:license.html
 Source2:Unicode.html
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-bg
-Provides:   scalable-font-el,
-Provides:   scalable-font-he,
-Provides:   scalable-font-ru,
+Provides:   scalable-font-el
+Provides:   scalable-font-he
+Provides:   scalable-font-ru
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -60,18 +60,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.html
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit cm-unicode-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package cm-unicode-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:15:17

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


Package is cm-unicode-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cm-unicode-fonts/cm-unicode-fonts.changes
2012-05-26 09:22:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.cm-unicode-fonts.new/cm-unicode-fonts.changes   
2012-09-14 12:15:19.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:
--
++ cm-unicode-fonts.spec ++
--- /var/tmp/diff_new_pack.TYKh5K/_old  2012-09-14 12:15:20.0 +0200
+++ /var/tmp/diff_new_pack.TYKh5K/_new  2012-09-14 12:15:20.0 +0200
@@ -16,19 +16,17 @@
 #
 
 
-
 Name:   cm-unicode-fonts
 Version:0.7.0
-Release:185
-%definefontdir /usr/share/fonts/truetype
-License:OFL-1.1
+Release:0
 Summary:Unicode Version of the Computer Modern Fonts
-Url:http://canopus.iacp.dvo.ru/~panov/cm-unicode/
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://canopus.iacp.dvo.ru/~panov/cm-unicode/
 Source0:
ftp://canopus.iacp.dvo.ru/pub/Font/cm_unicode/cm-unicode-0.7.0-otf.tar.xz
-BuildRequires:  xorg-x11-devel
+BuildRequires:  fontpackages-devel
 BuildRequires:  xz
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   locale(ru;bg;el)
 Obsoletes:  cm-unicode = %{version}
 Provides:   cm-unicode = %{version}
@@ -49,19 +47,15 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}
-install -c -m 644 *.otf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -c -m 644 *.otf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc Changes FAQ FontLog.txt Fontmap.CMU* OFL* README TODO fonts.scale
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 
 %changelog


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



commit cpmono_v07-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package cpmono_v07-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:15:30

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


Package is cpmono_v07-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cpmono_v07-fonts/cpmono_v07-fonts.changes
2012-05-26 09:22:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.cpmono_v07-fonts.new/cpmono_v07-fonts.changes   
2012-09-14 12:15:37.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:
--
++ cpmono_v07-fonts.spec ++
--- /var/tmp/diff_new_pack.h8V61t/_old  2012-09-14 12:15:38.0 +0200
+++ /var/tmp/diff_new_pack.h8V61t/_new  2012-09-14 12:15:38.0 +0200
@@ -16,19 +16,18 @@
 #
 
 
-%define ttf_fontdir %{_datadir}/fonts/truetype
-
 Name:   cpmono_v07-fonts
 Version:1.0
 Release:0
-License:CC-BY-3.0
 Summary:Industrial Monotype Font
-Url:http://www.fontsquirrel.com/fonts/CPMono_v07
+License:CC-BY-3.0
 Group:  System/X11/Fonts
+Url:http://www.fontsquirrel.com/fonts/CPMono_v07
 # http://www.fontsquirrel.com/fonts/download/CPMono_v07
 Source: CPMono_v07.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version
 Obsoletes:  cpmono_v07-font = %{version}
 Provides:   cpmono_v07-font = %{version}
@@ -44,22 +43,15 @@
 %build
 
 %install
-install -d %{buildroot}%{ttf_fontdir}
-install -m0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+install -d %{buildroot}%{_ttfontsdir}
+install -m0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc *.txt
-%dir %{ttf_fontdir}
-%{ttf_fontdir}/*.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.otf
 
 %changelog


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



commit crda for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package crda for openSUSE:Factory checked in 
at 2012-09-14 12:15:37

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


Package is crda, Maintainer is mac...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/crda/crda.changes2012-09-13 
00:01:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.crda.new/crda.changes   2012-09-14 
12:15:38.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 13 11:11:28 UTC 2012 - cfarr...@suse.com
+
+- license update: ISC
+  License is ISC, not BSD-3-Clause
+
+---



Other differences:
--
++ crda.spec ++
--- /var/tmp/diff_new_pack.6vSXcC/_old  2012-09-14 12:15:39.0 +0200
+++ /var/tmp/diff_new_pack.6vSXcC/_new  2012-09-14 12:15:39.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   crda
 Summary:802.11 central regulatory domain agent
-License:BSD-3-Clause
+License:ISC
 Group:  Hardware/Wifi
 Version:1.1.2
 Release:0

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



commit ctan-latinmodern-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package ctan-latinmodern-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:15:46

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


Package is ctan-latinmodern-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/ctan-latinmodern-fonts/ctan-latinmodern-fonts.changes
2012-05-26 09:22:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ctan-latinmodern-fonts.new/ctan-latinmodern-fonts.changes
   2012-09-14 12:15:49.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:
--
++ ctan-latinmodern-fonts.spec ++
--- /var/tmp/diff_new_pack.5Hhb0v/_old  2012-09-14 12:15:50.0 +0200
+++ /var/tmp/diff_new_pack.5Hhb0v/_new  2012-09-14 12:15:50.0 +0200
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   ctan-latinmodern-fonts
 Version:2.004
 Release:0
+Summary:Latin Modern Fonts from CTAN/GUST
 License:LPPL-1.3c
-Summary:Latin Modern fonts from CTAN/GUST
-Url:http://www.ctan.org/tex-archive/fonts/lm/
 Group:  System/X11/Fonts
+Url:http://www.ctan.org/tex-archive/fonts/lm/
 Source0:lm-%{version}-otf.tar.bz2
 Source2:GUST-FONT-LICENSE.txt
 Source3:README-Latin-Modern.txt
 Source4:strip-source.pl
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Obsoletes:  lmfonts  %{version}
 Provides:   lmfonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-%define fod%{_datadir}/fonts/truetype
-
 %description
 The Latin Modern fonts are derived from the famous Computer Modern
 fonts designed by Donald E. Knuth and first published by the American
@@ -50,25 +49,17 @@
 %build
 
 %install
-c=%{buildroot}/%fod;
+c=%{buildroot}/%_ttfontsdir;
 install -dm0755 $c;
 pushd $c/;
 tar -xf %{SOURCE0};
 popd;
 
-%post
-if [ -x /sbin/SuSEconfig ]; then
-   SuSEconfig --module fonts;
-fi;
-
-%postun
-if [ -x /sbin/SuSEconfig ]; then
-   SuSEconfig --module fonts;
-fi;
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%fod
+%_ttfontsdir
 %doc *.txt
 
 %changelog

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



commit efont-serif-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package efont-serif-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:15:54

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


Package is efont-serif-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/efont-serif-fonts/efont-serif-fonts.changes  
2012-05-26 09:22:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.efont-serif-fonts.new/efont-serif-fonts.changes 
2012-09-14 12:15:55.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:
--
++ efont-serif-fonts.spec ++
--- /var/tmp/diff_new_pack.2KRT6J/_old  2012-09-14 12:15:56.0 +0200
+++ /var/tmp/diff_new_pack.2KRT6J/_new  2012-09-14 12:15:56.0 +0200
@@ -16,21 +16,21 @@
 #
 
 
-
 Name:   efont-serif-fonts
 Version:20010312
-Release:668
-%definefontdir /usr/share/fonts/truetype
-License:GPL-2.0
+Release:0
 Summary:Free and Open Scalable Electronic Font
-Url:http://openlab.ring.gr.jp/efont/
+License:GPL-2.0
 Group:  System/X11/Fonts
+Url:http://openlab.ring.gr.jp/efont/
 # downloaded from
-# http://openlab.ring.gr.jp/efont/dist/serif/efont-serif-%{version}-win.zip
+# http://openlab.ring.gr.jp/efont/dist/serif/efont-serif-{version}-win.zip
 # and converted to tar.bz2 to save a bit of space
 Source0:efont-serif-%{version}.tar.bz2
 Source1:fonts.scale.efont-serif-ttf
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 # Summary(ja):  真にフリーでオープンな電子書体です。
@@ -61,21 +61,17 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.efont-serif-ttf 
%{buildroot}%{fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.efont-serif-ttf 
%{buildroot}%{_ttfontsdir}/
+dos2unix GPL*
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-, root,root)
 %doc GPL*
-%dir %{fontdir}/
-%{fontdir}/*.ttf
-%config %{fontdir}/fonts.scale.efont-serif-ttf
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*.ttf
+%config %{_ttfontsdir}/fonts.scale.efont-serif-ttf
 
 %changelog

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



commit efont-unicode-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package efont-unicode-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:16:01

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


Package is efont-unicode-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/efont-unicode-bitmap-fonts/efont-unicode-bitmap-fonts.changes
2012-05-26 09:22:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.efont-unicode-bitmap-fonts.new/efont-unicode-bitmap-fonts.changes
   2012-09-14 12:16:03.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:
--
++ efont-unicode-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.fkjqSk/_old  2012-09-14 12:16:04.0 +0200
+++ /var/tmp/diff_new_pack.fkjqSk/_new  2012-09-14 12:16:04.0 +0200
@@ -16,23 +16,28 @@
 #
 
 
-
 Name:   efont-unicode-bitmap-fonts
 Version:0.4.2
-Release:216
-%definefontdir /usr/share/fonts/misc
-License:SUSE-Public-Domain and BSD-3-Clause
+Release:0
+%define_miscfontsdir /usr/share/fonts/misc
 Summary:Unicode Font by /efont/
-Url:http://openlab.ring.gr.jp/efont/
+License:SUSE-Public-Domain and BSD-3-Clause
 Group:  System/X11/Fonts
+Url:http://openlab.ring.gr.jp/efont/
 Source0:
http://openlab.ring.gr.jp/efont/dist/unicode-bdf/efont-unicode-bdf-0.4.2-src.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: baseline-offset.diff
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: bugzilla-17-some-glyphs-for-yast.patch
 BuildRequires:  bdfresize
+BuildRequires:  fontpackages-devel
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+%else
 BuildRequires:  xorg-x11
-Requires(pre):  %suseconfig_fonts_prereq
+%endif
+%reconfigure_fonts_prereq
 Provides:   efont-unicode = %{version}
 Obsoletes:  efont-unicode = 0.4.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,25 +58,21 @@
 iconv -f EUC-JP -t UTF-8  $i  $i.tmp
 mv $i.tmp $i
 done
-./configure --with-fontdir=%{fontdir}
+./configure --with-_miscfontsdir=%{_miscfontsdir}
 
 %build
 make %{?_smp_mflags}
 
 %install
-mkdir -p %{buildroot}%{fontdir}
-install -m 444 *.pcf.gz %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_miscfontsdir}
+install -m 444 *.pcf.gz %{buildroot}%{_miscfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc README* COPYRIGHT ChangeLog
-%dir %{fontdir}/
-%{fontdir}/*.pcf.gz
+%dir %{_miscfontsdir}/
+%{_miscfontsdir}/*.pcf.gz
 
 %changelog

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



commit farsi-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package farsi-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:16:11

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


Package is farsi-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/farsi-fonts/farsi-fonts.changes  2012-05-26 
09:23:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.farsi-fonts.new/farsi-fonts.changes 
2012-09-14 12:16:12.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:
--
++ farsi-fonts.spec ++
--- /var/tmp/diff_new_pack.TjXRLk/_old  2012-09-14 12:16:12.0 +0200
+++ /var/tmp/diff_new_pack.TjXRLk/_new  2012-09-14 12:16:12.0 +0200
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:   farsi-fonts
 Version:0.4
-Release:182
-%definefontdir /usr/share/fonts/truetype
-License:GPL-2.0+
+Release:0
 Summary:A Collection of Free Persian OpenType Fonts
-Url:http://www.farsiweb.info/wiki/Products/PersianFonts
+License:GPL-2.0+
 Group:  System/X11/Fonts
+Url:http://www.farsiweb.info/wiki/Products/PersianFonts
 Source0:http://www.farsiweb.info/font/farsifonts-0.4.zip
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   scalable-font-fa
 Provides:   locale(fa)
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version
@@ -37,7 +36,7 @@
 BuildArch:  noarch
 
 %description
-A collection of free Persian OpenType fonts.
+This package contains collection of free Persian OpenType fonts.
 
 %prep
 %setup -T -c %{name} -n %{name}
@@ -47,22 +46,18 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 for i in */*.ttf
 do
-install -c -m 644 $i %{buildroot}%{fontdir}
+install -c -m 644 $i %{buildroot}%{_ttfontsdir}
 done
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc farsifonts*/COPYING
 %doc farsifonts*/NEWS
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog


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



commit fifth-leg-font for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package fifth-leg-font for openSUSE:Factory 
checked in at 2012-09-14 12:16:17

Comparing /work/SRC/openSUSE:Factory/fifth-leg-font (Old)
 and  /work/SRC/openSUSE:Factory/.fifth-leg-font.new (New)


Package is fifth-leg-font, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/fifth-leg-font/fifth-leg-font.changes
2012-05-26 09:23:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.fifth-leg-font.new/fifth-leg-font.changes   
2012-09-14 12:16:19.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:
--
++ fifth-leg-font.spec ++
--- /var/tmp/diff_new_pack.qEJvn7/_old  2012-09-14 12:16:20.0 +0200
+++ /var/tmp/diff_new_pack.qEJvn7/_new  2012-09-14 12:16:20.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   fifth-leg-font
 Version:0.6
-Release:6
+Release:0
 %define pkgname   opensuse-font-fifth-leg
-License:OFL-1.1
 Summary:Font for the openSUSE Brand
+License:OFL-1.1
 Group:  System/X11/Fonts
 Source: %{pkgname}-%{version}.tar.bz2
-BuildRequires:  xorg-x11-devel
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 The Fifth Leg font is the font used for openSUSE branded material.
@@ -40,19 +39,16 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
+dos2unix COPYING
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc COPYING
-%dir %{ttf_fontdir}
-%{ttf_fontdir}/*.otf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.otf
 
 %changelog

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



commit filesystem for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2012-09-14 12:16:29

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


Package is filesystem, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes2012-07-14 
09:47:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes   
2012-09-14 12:16:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 13:54:01 UTC 2012 - co...@suse.com
+
+- move directories for man page translations from man package to
+  filesystem
+
+---

New:

  languages.man



Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.6UD4HX/_old  2012-09-14 12:16:43.0 +0200
+++ /var/tmp/diff_new_pack.6UD4HX/_new  2012-09-14 12:16:43.0 +0200
@@ -20,7 +20,7 @@
 Summary:Basic Directory Layout
 License:GPL-2.0+
 Group:  System/Fhs
-Version:12.2
+Version:12.3
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  aaa_dir
@@ -29,6 +29,7 @@
 Source1:filesystem.links
 Source2:languages
 Source3:ghost.list
+Source4:languages.man
 Source64:   directory.list64
 
 %prep
@@ -124,6 +125,14 @@
   create_dir 0755 root root /usr/share/locale/$LANG/LC_MESSAGES
   create_dir 0755 root root /usr/share/help/$LANG
 done  %{SOURCE2}
+# Create the locale directories for man:
+while read LANG ; do
+  create_dir 0755 root root /usr/share/man/$LANG
+  for sec in 1 2 3 4 5 6 7 8 9 n; do
+create_dir 0755 root root /usr/share/man/$LANG/man$sec
+  done
+done  %{SOURCE4}
+
 RPM_INSTALL_PREFIX=$RPM_BUILD_ROOT
 export RPM_BUILD_ROOT
 # check, if all home directories are present.
@@ -183,10 +192,6 @@
 
 
 
-
-
-
-
 
 
 %changelog

++ languages.man ++
ca
cs
da
de
el
eo
es
fr
hu
it
ja
nl
pl
pt
pt_BR
ru
sk
sv
zh
zh_CN
zh_TW
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit foomatic-filters for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package foomatic-filters for 
openSUSE:Factory checked in at 2012-09-14 12:16:40

Comparing /work/SRC/openSUSE:Factory/foomatic-filters (Old)
 and  /work/SRC/openSUSE:Factory/.foomatic-filters.new (New)


Package is foomatic-filters, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/foomatic-filters/foomatic-filters.changes
2012-04-23 16:10:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.foomatic-filters.new/foomatic-filters.changes   
2012-09-14 12:16:44.0 +0200
@@ -1,0 +2,13 @@
+Thu May 31 13:07:10 CEST 2012 - jsm...@suse.de
+
+- Version upgrade to foomatic-filters-4.0.12.
+  The version number jumps from 4.0.9 to 4.0.12 because
+  the versions 4.0.10 and 4.0.11 got broken due to a bug
+  in the release script.
+  If incoming PDF needs to be converted to PostScript, use
+  preferrably Ghostscript (with the ps2write device) for this
+  conversion as Ghostscript is better optimized for printing and
+  has a more sophisticated color management compared to Poppler.
+  See the ChangeLog file for details.
+
+---

Old:

  foomatic-filters-4.0-20120208.tar.gz

New:

  foomatic-filters-4.0.12.tar.gz



Other differences:
--
++ foomatic-filters.spec ++
--- /var/tmp/diff_new_pack.FeVVTD/_old  2012-09-14 12:16:45.0 +0200
+++ /var/tmp/diff_new_pack.FeVVTD/_new  2012-09-14 12:16:45.0 +0200
@@ -15,8 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   foomatic-filters
+# a2ps (or similar) is needed for build because
+# configure tests for it and if not found it fails with:
+# configure: error: cannot find a2ps, enscript, mpage, or CUPS' texttops.
+#  You need to have at least one installed:
 BuildRequires:  a2ps
 # Since foomatic-filters-4.0.8 D-Bus is required for build
 # because there is ICC color managment via colord and colord requires D-Bus:
@@ -36,14 +39,14 @@
 # Non-PostScript/PDF files are translated to PostScript ... This is usually 
done by a2ps:
 Recommends: a2ps
 # See the VERSION.full file if it is a snapshot with bzrdate:
-Version:4.0.9.242
+Version:4.0.12
 Release:0
 # Source0...Source9 is for sources from upstream:
 # URL for Source0: 
http://www.openprinting.org/download/foomatic/foomatic-filters-4.0-20120208.tar.gz
-%define bzrdate 4.0-20120208
-Source0:foomatic-filters-%{bzrdate}.tar.gz
-# URL for Source0: 
http://www.openprinting.org/download/foomatic/foomatic-filters-4.0.9.tar.gz
-#Source0:foomatic-filters-%{version}.tar.gz
+#%%define bzrdate 4.0-20120208
+#Source0:foomatic-filters-%%{bzrdate}.tar.gz
+# URL for Source0: 
http://www.openprinting.org/download/foomatic/foomatic-filters-4.0.12.tar.gz
+Source0:foomatic-filters-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 # ...
 # Patch10...Patch99 is for Suse patches for the sources from upstream:
@@ -79,9 +82,9 @@
 rpm -qa | grep ^ghostscript
 rpm -V ghostscript-mini-devel
 # Be quiet when unpacking:
-#setup -q
+%setup -q
 # Use this setup if it is a snapshot with bzrdate:
-%setup -q -n foomatic-filters-%{bzrdate}
+#%%setup -q -n foomatic-filters-%%{bzrdate}
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fstack-protector

++ foomatic-filters-4.0-20120208.tar.gz - foomatic-filters-4.0.12.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/foomatic-filters-4.0-20120208/ChangeLog 
new/foomatic-filters-4.0.12/ChangeLog
--- old/foomatic-filters-4.0-20120208/ChangeLog 2012-02-08 01:40:31.0 
+0100
+++ new/foomatic-filters-4.0.12/ChangeLog   2012-02-10 22:28:45.0 
+0100
@@ -1,3 +1,31 @@
+2012-02-10  Till Kamppeter till.kamppe...@gmail.com
+
+   * Tagged branch for release 4.0.12.
+
+   * VERSION, README, USAGE, configure.ac: Updated for release 4.0.12.
+
+2012-02-10  Till Kamppeter till.kamppe...@gmail.com
+
+   * Tagged branch for release 4.0.11.
+
+   * VERSION, README, USAGE, configure.ac: Updated for release 4.0.11.
+
+2012-02-10  Till Kamppeter till.kamppe...@gmail.com
+
+   * foomaticrip.c: If incoming PDF needs to be converted to PostScript
+ due to the filter command line not being a standard Ghostscript
+ command line, no separate PDF command line being supplied, or
+ options in the PPD being implemented by PostScript code, use
+ preferrably Ghostscript (with the ps2write device) for this
+ conversion as Ghostscript is better optimized for printing and
+ has a more sophisticated color management compared to Poppler.
+
+2012-02-10  Till Kamppeter 

commit fping for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package fping for openSUSE:Factory checked 
in at 2012-09-14 12:16:48

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


Package is fping, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fping/fping.changes  2012-06-10 
21:50:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.fping.new/fping.changes 2012-09-14 
12:16:50.0 +0200
@@ -1,0 +2,15 @@
+Mon Aug 20 19:19:20 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 3.3:
+  * Do not output icmp errors with -q (#1)
+  * Add --enable-ipv4 and --enable-ipv6 options to configure
+  * Fix removing of unreachable hosts when doing loop (#13 #23)
+  * Fix -A for fping6 (#14)
+  * Fix options inet6 breaking IPv4 name resolution (#17)
+  * Output statistics to stdout instead of stderr (#9)
+  * Set default data size to 56 bytes on all architectures (#18)
+  * Convert man-page source to POD for easier maintenance
+  * Fix error message on DNS error for IPv6 hosts (#27)
+  * Fix -n flag in fping6 (#28)
+
+---

Old:

  fping-3.2.tar.gz

New:

  fping-3.3.tar.gz



Other differences:
--
++ fping.spec ++
--- /var/tmp/diff_new_pack.zq2iEj/_old  2012-09-14 12:16:51.0 +0200
+++ /var/tmp/diff_new_pack.zq2iEj/_new  2012-09-14 12:16:51.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   fping
 Url:http://www.fping.org
-Version:3.2
+Version:3.3
 Release:0
 Summary:A program to ping multiple hosts
 License:MIT
@@ -57,7 +57,7 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
-%doc %{_mandir}/man8/fping.8.gz
+%doc %{_mandir}/man8/fping.8*
 %{_sbindir}/fping
 
 %changelog

++ fping-3.2.tar.gz - fping-3.3.tar.gz ++
 2223 lines of diff (skipped)

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



commit free-ttf-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package free-ttf-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:16:56

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


Package is free-ttf-fonts, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/free-ttf-fonts/free-ttf-fonts.changes
2012-05-26 13:00:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.free-ttf-fonts.new/free-ttf-fonts.changes   
2012-09-14 12:16:57.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:
--
++ free-ttf-fonts.spec ++
--- /var/tmp/diff_new_pack.3lEM12/_old  2012-09-14 12:16:58.0 +0200
+++ /var/tmp/diff_new_pack.3lEM12/_new  2012-09-14 12:16:58.0 +0200
@@ -16,13 +16,11 @@
 #
 
 
-
 Name:   free-ttf-fonts
 Version:1.0
-Release:342
-%definefontdir /usr/share/fonts/truetype
-License:Artistic-1.0 ; GPL-2.0+ ; SUSE-Public-Domain
+Release:0
 Summary:Free TrueType Art Fonts
+License:Artistic-1.0 ; GPL-2.0+ ; SUSE-Public-Domain
 Group:  System/X11/Fonts
 # Fonts from http://www.dustismo.com/
 # Licensed under GPL
@@ -44,8 +42,10 @@
 # Fonts from http://www.larabiefonts.com/
 # Licensed under a freeware license
 Source100:  allfonts.zip
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -58,10 +58,14 @@
 donations are requested by the artists. Look in
 /usr/share/doc/packages/free-ttf-fonts/ for further information.
 
+%prep
+
+%build
+
 %install
-mkdir -p %{buildroot}%{fontdir}/
+mkdir -p %{buildroot}%{_ttfontsdir}/
 mkdir -p %{buildroot}/%_docdir/%{name}
-pushd %{buildroot}%{fontdir}/
+pushd %{buildroot}%{_ttfontsdir}/
 for i in %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} 
%{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE100} \
   ; do
unzip -o $i
@@ -69,32 +73,29 @@
 for i in *.TTF *.TXT; do
 mv $i `echo $i|tr '[A-Z]' '[a-z]'`
 done
+dos2unix *.txt
 install -m 0644 *.txt %{buildroot}/%_docdir/%{name}
-rm %{buildroot}%{fontdir}/*.txt
+rm %{buildroot}%{_ttfontsdir}/*.txt
 popd
 mkdir Isabella
 pushd Isabella
 tar xfvz $RPM_SOURCE_DIR/Isabella.ttf.tar.gz
-install -m 0644 *.ttf %{buildroot}%{fontdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 install -m 0644 README.txt 
%{buildroot}/%_docdir/%{name}/README.Isabella.txt
 install -m 0644 COPYING %{buildroot}/%_docdir/%{name}/COPYING.Isabella
 popd
 mkdir latex-xft
 pushd latex-xft
 tar xfvz $RPM_SOURCE_DIR/latex-xft-fonts-0.1.tar.gz
-install -m 0644 *.ttf %{buildroot}%{fontdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 install -m 0644 readme.latex-fonts %{buildroot}/%_docdir/%{name}
 popd
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(0644,root,root,755)
 %_docdir/%{name}
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog













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



commit gdouros-aegean-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-aegean-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:03

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


Package is gdouros-aegean-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-aegean-fonts/gdouros-aegean-fonts.changes
2012-05-26 09:23:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-aegean-fonts.new/gdouros-aegean-fonts.changes
   2012-09-14 12:17:07.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:
--
++ gdouros-aegean-fonts.spec ++
--- /var/tmp/diff_new_pack.GBhaZn/_old  2012-09-14 12:17:08.0 +0200
+++ /var/tmp/diff_new_pack.GBhaZn/_new  2012-09-14 12:17:08.0 +0200
@@ -22,13 +22,14 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:6.00
 Release:0
+Summary:Font with Support for Ancient Aegean and Eastern Mediterranean 
Scripts
 License:SUSE-Permissive
-Summary:Font with support for ancient Aegean and Eastern Mediterranean 
Scripts
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{name}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-%define ttf_fontdir /usr/share/fonts/truetype
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+%define _ttfontsdir /usr/share/fonts/truetype
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 1.000OFL
 Provides:   %{fontname} = %{version}
@@ -44,21 +45,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-aegyptus-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-aegyptus-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:10

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


Package is gdouros-aegyptus-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-aegyptus-fonts/gdouros-aegyptus-fonts.changes
2012-05-26 09:23:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-aegyptus-fonts.new/gdouros-aegyptus-fonts.changes
   2012-09-14 12:17:13.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:
--
++ gdouros-aegyptus-fonts.spec ++
--- /var/tmp/diff_new_pack.A8EzK6/_old  2012-09-14 12:17:14.0 +0200
+++ /var/tmp/diff_new_pack.A8EzK6/_new  2012-09-14 12:17:14.0 +0200
@@ -22,20 +22,19 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:3.13
 Release:0
+Summary:Fonts with Support for Ancient Egyptian Hieroglyphs
 License:SUSE-Permissive
-Summary:Fonts with support for ancient Egyptian Hieroglyphs
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  aegyptus-fonts = 3.13
 Provides:   aegyptus-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-%define ttf_fontdir /usr/share/fonts/truetype
-
 %description
 Aegyptus allocates Egyptian Hieroglyphs, in Plane 15 of the UCS. The main 
sources of glyphs are «Hieroglyphica», PIREI, 2000 and the work of Alan 
Gardiner. The font also covers Basic Latin, Egyptian Transliteration 
characters, the Hieratic alphabet, Coptic, Meroitic, the Gardiner set supported 
by Unicode, et al. The Gardiner set (redesigned with a thicker line) is also 
available in the small font Gardiner.
 
@@ -45,21 +44,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc *.txt
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-akkadian-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-akkadian-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:23

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


Package is gdouros-akkadian-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-akkadian-fonts/gdouros-akkadian-fonts.changes
2012-05-26 09:23:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-akkadian-fonts.new/gdouros-akkadian-fonts.changes
   2012-09-14 12:17:26.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:
--
++ gdouros-akkadian-fonts.spec ++
--- /var/tmp/diff_new_pack.xS4XQZ/_old  2012-09-14 12:17:26.0 +0200
+++ /var/tmp/diff_new_pack.xS4XQZ/_new  2012-09-14 12:17:26.0 +0200
@@ -22,20 +22,19 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:2.56
 Release:0
+Summary:Font with Support for Ancient Akkadian Scripts
 License:SUSE-Permissive
-Summary:Font with support for ancient akkadian Scripts
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  akkadian-fonts = 2.56
 Provides:   akkadian-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-%define ttf_fontdir /usr/share/fonts/truetype
-
 %description
 Akkadian covers the following scripts and symbols supported by
 The Unicode Standard: Basic Latin, Greek and Coptic, some
@@ -48,21 +47,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-alexander-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-alexander-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:31

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


Package is gdouros-alexander-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-alexander-fonts/gdouros-alexander-fonts.changes
  2012-05-29 10:33:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-alexander-fonts.new/gdouros-alexander-fonts.changes
 2012-09-14 12:17:33.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:
--
++ gdouros-alexander-fonts.spec ++
--- /var/tmp/diff_new_pack.h6y6F6/_old  2012-09-14 12:17:34.0 +0200
+++ /var/tmp/diff_new_pack.h6y6F6/_new  2012-09-14 12:17:34.0 +0200
@@ -22,20 +22,19 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:1.0
 Release:0
+Summary:Font Designed to be Used for Homer's Epics
 License:SUSE-Permissive
-Summary:Font designed to be used for Homer's epics
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  alexander-fonts = 1.0
 Provides:   alexander-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-%define ttf_fontdir /usr/share/fonts/truetype
-
 %description
 A text typeface using the Greek letters designed by Alexander Wilson 
(1714-1786), a Scottish doctor, astronomer, and typefounder. The type was 
especially designed for an edition of Homer’s epics, published in 1756-8 by 
Andrew and Robert Foulis, printers to the University of Glasgow. A modern 
revival, Wilson Greek, has been designed by Matthew Carter in 1995. Peter S. 
Baker is also using Wilson’s Greek type in his Junicode font for medieval 
scholars (2007). Latin and Cyrillic are based on a Garamond typeface. The font 
covers the Windows Glyph List, Greek Extended, IPA Extensions, Ancient Greek 
Numbers, Byzantine and Ancient Greek Musical Notation, various typographic 
extras and several Open Type features (Case-Sensitive Forms, Small Capitals, 
Subscript, Superscript, Numerators, Denominators, Fractions, Old Style Figures, 
Historical Forms, Stylistic Alternates, Ligatures).
 
@@ -45,20 +44,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-alfios-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-alfios-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:38

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


Package is gdouros-alfios-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-alfios-fonts/gdouros-alfios-fonts.changes
2012-05-26 09:23:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-alfios-fonts.new/gdouros-alfios-fonts.changes
   2012-09-14 12:17:40.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:
--
++ gdouros-alfios-fonts.spec ++
--- /var/tmp/diff_new_pack.bTD92Q/_old  2012-09-14 12:17:40.0 +0200
+++ /var/tmp/diff_new_pack.bTD92Q/_new  2012-09-14 12:17:40.0 +0200
@@ -22,18 +22,18 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:1.0
 Release:0
+Summary:Fonts Based on the Work of Firmin Didot and Richard Porson
 License:SUSE-Permissive
-Summary:Fonts based on the work of Firmin Didot and Richard Porson
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 1.0
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 Lowercase upright Greek were designed in 1805 by Firmin Didot (1764 – 1836) 
and cut by Walfard and Vibert. The typeface, together with a complete printing 
house, was donated in 1821 to the new Greek state by Didot’s son, Ambroise 
Firmin Didot (1790 – 1876). Lowercase italic Greek were designed in 1802 by 
Richard Porson (1757 – 1808) and cut by Richard Austin. They were first used by 
Cambridge University Press in 1810. Capitals, Latin and Cyrillic, as well as 
the complete bold weights, have been designed in an attempt to create a 
well-balanced font. The font covers the Windows Glyph List, Greek Extended, 
various typographic extras and some Open Type features (Numerators, 
Denominators, Fractions, Old Style Figures, Historical Forms, Stylistic 
Alternates, Ligatures); it is available in regular, italic, bold and bold 
italic.
@@ -44,20 +44,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-anaktoria-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-anaktoria-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:45

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


Package is gdouros-anaktoria-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-anaktoria-fonts/gdouros-anaktoria-fonts.changes
  2012-05-26 09:23:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-anaktoria-fonts.new/gdouros-anaktoria-fonts.changes
 2012-09-14 12:17:46.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:
--
++ gdouros-anaktoria-fonts.spec ++
--- /var/tmp/diff_new_pack.3wRRTJ/_old  2012-09-14 12:17:47.0 +0200
+++ /var/tmp/diff_new_pack.3wRRTJ/_new  2012-09-14 12:17:47.0 +0200
@@ -22,20 +22,19 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:1.0
 Release:0
+Summary:Font Designed to Be Used for Imprimerie Nationale
 License:SUSE-Permissive
-Summary:Font designed to be used for Imprimerie Nationale
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  anaktoria-fonts = 1.0
 Provides:   anaktoria-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
-%define ttf_fontdir /usr/share/fonts/truetype
-
 %description
 Grecs du roi was designed by Claude Garamond (1480 – 1561) between 1541 and 
1544, commissioned by king Francis I of France, for the exclusive use by the 
Imprimerie Nationale in Paris. Greek in Akaktoria is based on a modern version 
of Grecs du roi prepared by Mindaugas Strockis in 2001. Lowercase Latin stems 
from the titles in the 1623 First Folio Edition of Shakespeare. Scott Mann  
Peter Guither prepared a modern version for The Illinois Shakespeare Festival 
in 1995. Cyrillic has been designed to match the above Greek and Latin. The 
font covers the Windows Glyph List, Greek Extended, various typographic extras 
and some Open Type features (Numerators, Denominators, Fractions, Old Style 
Figures, Historical Forms, Stylistic Alternates, Ligatures, Swash Capitals).
 
@@ -45,20 +44,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-analecta-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-analecta-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:52

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


Package is gdouros-analecta-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-analecta-fonts/gdouros-analecta-fonts.changes
2012-05-26 09:23:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-analecta-fonts.new/gdouros-analecta-fonts.changes
   2012-09-14 12:17:53.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:
--
++ gdouros-analecta-fonts.spec ++
--- /var/tmp/diff_new_pack.hFmB0K/_old  2012-09-14 12:17:54.0 +0200
+++ /var/tmp/diff_new_pack.hFmB0K/_new  2012-09-14 12:17:54.0 +0200
@@ -22,18 +22,18 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:3.06
 Release:0
+Summary:An Ecclesiastic Scripts Font
 License:SUSE-Permissive
-Summary:An ecclesiastic scripts font, covering Basic Latin, Greek and 
Coptic, Coptic, Gothic and Deseret
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 3.06
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 Analecta is an ecclesiastic scripts font, covering Basic Latin, Greek and 
Coptic, some Punctuation and other Symbols, Coptic, typographica varia, 
Specials, Gothic and Deseret.
@@ -44,21 +44,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-anatolian-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-anatolian-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:17:59

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


Package is gdouros-anatolian-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-anatolian-fonts/gdouros-anatolian-fonts.changes
  2012-05-26 09:24:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-anatolian-fonts.new/gdouros-anatolian-fonts.changes
 2012-09-14 12:18:00.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:
--
++ gdouros-anatolian-fonts.spec ++
--- /var/tmp/diff_new_pack.OxxexG/_old  2012-09-14 12:18:00.0 +0200
+++ /var/tmp/diff_new_pack.OxxexG/_new  2012-09-14 12:18:00.0 +0200
@@ -22,18 +22,19 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:3.06
 Release:0
-License:SUSE-Permissive
 Summary:Anatolian Hieroglyphs
-Url:http://users.teilar.gr/~g1951d/
+License:SUSE-Permissive
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  anatolian-fonts = 3.06
 Provides:   anatolian-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
+%define _ttfontsdir /usr/share/fonts/truetype
 
 %description
 Anatolian is a work-font, encoding Anatolian Hieroglyphs in F200 - F4FF of the 
Private Use Area of the BMP. There are no plans to improve or expand it.
@@ -44,21 +45,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-09-14 12:21:37

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is arpwatch-ethercodes, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-08-04 09:05:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-09-14 12:21:38.0 +0200
@@ -2 +2 @@
-Fri Aug  3 10:36:46 CEST 2012 - r...@suse.de
+Wed Aug 29 11:24:11 CEST 2012 - r...@suse.de
@@ -4 +4 @@
-- automated update on 2012-08-03 
+- automated update on 2012-08-29 



Other differences:
--
++ oui.txt ++
 1554 lines (skipped)
 between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.txt
 and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/oui.txt

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



commit bwidget for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package bwidget for openSUSE:Factory checked 
in at 2012-09-14 12:21:47

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


Package is bwidget, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bwidget/bwidget.changes  2012-03-02 
13:47:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.bwidget.new/bwidget.changes 2012-09-14 
12:21:49.0 +0200
@@ -1,0 +2,19 @@
+Thu Aug  9 13:09:02 UTC 2012 - m...@suse.com
+
+- New version 1.9.6:
+  * listbox.tcl ListBox::selection Only redraw if selection
+changed.
+  * entry.tcl, BWMan/entry.tcl checkbox.tcl Themed mode: Invoking
+configure without arguments results in errors that non-ttk
+options are not present.
+  * Removed Entry options: -background -foreground -relief
+-borderwidth -fg -bg -bd.
+  * entry.tcl mapped entry option -state to ttk::entry state in
+themed mode to make state change visible.
+  * BWMan/ListBox.html documented options -selectfill and
+-autofocus as read-only.
+  * widget.tcl (Widget::focusOK) fixed list with update.
+Arises, if a ttk widget with a widget path with spaces is the
+next widget.
+
+---

Old:

  bwidget-1.9.5.tar.bz2

New:

  bwidget-1.9.6.tar.gz



Other differences:
--
++ bwidget.spec ++
--- /var/tmp/diff_new_pack.xTiIQ8/_old  2012-09-14 12:21:51.0 +0200
+++ /var/tmp/diff_new_pack.xTiIQ8/_new  2012-09-14 12:21:51.0 +0200
@@ -16,19 +16,18 @@
 #
 
 
-
 Name:   bwidget
-BuildRequires:  tcl
 BuildRequires:  dos2unix
-License:BSD-3-Clause
-Version:1.9.5
-Release:11
+BuildRequires:  tcl
+Version:1.9.6
+Release:0
 Summary:A Set of Megawidgets for Tcl/Tk
+License:BSD-3-Clause
 Group:  Development/Libraries/Tcl
 BuildArch:  noarch
 Requires:   tk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.gz
 
 %description
 Add useful and nice-looking widgets to your interfaces with the BWidget

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



commit cmis-client for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package cmis-client for openSUSE:Factory 
checked in at 2012-09-14 12:21:55

Comparing /work/SRC/openSUSE:Factory/cmis-client (Old)
 and  /work/SRC/openSUSE:Factory/.cmis-client.new (New)


Package is cmis-client, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes  2012-06-01 
22:31:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes 
2012-09-14 12:21:57.0 +0200
@@ -1,0 +2,18 @@
+Mon Jun  4 11:37:10 UTC 2012 - cbosdon...@suse.com
+
+- Update to version 0.2.1
+  + 0.2.0
++ Handle all the authentication methods that can be handled by
+  libcurl like Basic, NTLM...
++ Decode base64 encoded content sent by SharePoint
++ Set the content of a document
++ Query nodes by path
++ Get the allowable actions for a node
++ Object properties can be updated
++ Query object types
++ Creation of folders and documents
++ Deletion of folders and documents
+  + 0.2.1
++ Fixed documentation distribution
+
+---

Old:

  libcmis-0.1.0.tar.bz2
  warning-free.patch

New:

  libcmis-0.2.1.tar.gz



Other differences:
--
++ cmis-client.spec ++
--- /var/tmp/diff_new_pack.U1td9E/_old  2012-09-14 12:21:58.0 +0200
+++ /var/tmp/diff_new_pack.U1td9E/_new  2012-09-14 12:21:58.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package radicale
+# spec file for package cmis-client
 #
-# 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
@@ -17,24 +17,24 @@
 
 
 %define soname 0_2-0
+%define incname 0.2
 %define _name  libcmis
 
 Name:   cmis-client
-Version:0.1.0
+Version:0.2.1
 Release:0
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Sample CMIS client
-Url:
http://people.freedesktop.org/~cbosdo/libcmis/libcmis-%{version}.tar.gz
+License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Libraries/C and C++ 
-Source0:libcmis-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM warning-free.patch cbosdon...@suse.com -- Fixes the 
warnings from -Weffc++
-Patch0: warning-free.patch
-BuildRequires:  intltool
-BuildRequires:  pkg-config
-BuildRequires:  libxml2-devel
-BuildRequires:  libcurl-devel
+Url:
http://people.freedesktop.org/~cbosdo/libcmis/libcmis-%{version}.tar.gz
+Source0:libcmis-%{version}.tar.gz
 BuildRequires:  boost-devel
+BuildRequires:  docbook2X
 BuildRequires:  gcc-c++
+BuildRequires:  intltool
+BuildRequires:  libcurl-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{_name}-%{soname} = %{version}
 
@@ -42,7 +42,6 @@
 Sample client to access CMIS-enabled repositories using libcmis.
 
 %package -n %{_name}-%{soname}
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for accessing CMIS-enabled servers
 Group:  Development/Libraries/C and C++ 
 
@@ -50,7 +49,6 @@
 LibCMIS is a C++ client library for the CMIS interface. This allows C++ 
applications to connect to any CMIS-enabled repositories.
 
 %package -n %{_name}-devel
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Libcmis development files
 Group:  Development/Libraries/C and C++ 
 Requires:   %{_name}-%{soname} = %{version}
@@ -61,12 +59,12 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 %configure \
 --disable-tests \
---disable-static
+--disable-static \
+--disable-werror
 make %{?_smp_mflags}
 
 %install
@@ -83,6 +81,7 @@
 %files
 %defattr(-, root, root)
 %{_bindir}/cmis-client
+%doc %{_mandir}/man1/cmis-client.1.gz
 
 %files -n %{_name}-%{soname}
 %defattr(-, root, root)
@@ -91,7 +90,7 @@
 
 %files -n %{_name}-devel
 %defattr(-,root,root)
-%{_includedir}/%{_name}
+%{_includedir}/%{_name}-%{incname}
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 

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



commit coccinelle for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2012-09-14 12:22:03

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


Package is coccinelle, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2012-02-16 
12:19:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new/coccinelle.changes   
2012-09-14 12:22:06.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep  6 01:17:08 UTC 2012 - jeng...@inai.de
+
+- spatch requires the python base modules (like site.py) to run
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.CAL8O8/_old  2012-09-14 12:22:07.0 +0200
+++ /var/tmp/diff_new_pack.CAL8O8/_new  2012-09-14 12:22:07.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  ocaml
 BuildRequires:  python-devel
 BuildRequires:  xz
+Requires:   python-base
 
 %description
 Coccinelle is a program matching and transformation engine which


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



commit exif for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package exif for openSUSE:Factory checked in 
at 2012-09-14 12:22:16

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


Package is exif, Maintainer is posta...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/exif/exif.changes2011-09-23 
01:57:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.exif.new/exif.changes   2012-09-14 
12:22:19.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul 12 20:13:50 UTC 2012 - meiss...@suse.com
+
+- * Prevent NULL pointer dereference on out of memory situation.
+Such a situation could be created when processing an extremely
+large JPEG file.
+  * libjpeg/jpeg-data.c: Fixed bug that caused exif to read past the end
+of a buffer. At worst, data-size would underflow which would cause
+a gigantic read past the end of the heap buffer and likely
+subsequent crash, which would only happen with a corrupted
+input file. It might be possible to copy sensitive information
+from process memory.
+This fixes CVE-2012-2845
+- lots of translation updates 
+
+---

Old:

  exif-0.6.20.tar.bz2

New:

  exif-0.6.21.tar.bz2



Other differences:
--
++ exif.spec ++
--- /var/tmp/diff_new_pack.VMcHtv/_old  2012-09-14 12:22:20.0 +0200
+++ /var/tmp/diff_new_pack.VMcHtv/_new  2012-09-14 12:22:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exif
 #
-# 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
@@ -16,17 +16,18 @@
 #
 
 
-
 Name:   exif
-BuildRequires:  libexif-devel pkgconfig popt-devel
+BuildRequires:  libexif-devel
+BuildRequires:  pkgconfig
+BuildRequires:  popt-devel
 Url:http://sourceforge.net/projects/libexif
+Summary:Small Command Line Utility to Show and Change EXIF Information 
in JPEG Files
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Summary:Small Command Line Utility to Show and Change EXIF Information 
in JPEG Files
-Version:0.6.20
-Release:1
+Version:0.6.21
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}.tar.bz2
+Source0:
https://downloads.sourceforge.net/project/libexif/%{name}/%{version}/%{name}-%{version}.tar.bz2
 
 %description
 Exif is a small command line utility to show and change EXIF

++ exif-0.6.20.tar.bz2 - exif-0.6.21.tar.bz2 ++
 25000 lines of diff (skipped)

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



commit gdouros-atavyros-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-atavyros-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:22:37

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


Package is gdouros-atavyros-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-atavyros-fonts/gdouros-atavyros-fonts.changes
2012-05-26 09:24:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-atavyros-fonts.new/gdouros-atavyros-fonts.changes
   2012-09-14 12:22:40.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:
--
++ gdouros-atavyros-fonts.spec ++
--- /var/tmp/diff_new_pack.gpdynb/_old  2012-09-14 12:22:41.0 +0200
+++ /var/tmp/diff_new_pack.gpdynb/_new  2012-09-14 12:22:41.0 +0200
@@ -22,18 +22,19 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:1.0
 Release:0
-License:SUSE-Permissive
 Summary:Parangonne Greque Typeface
-Url:http://users.teilar.gr/~g1951d/
+License:SUSE-Permissive
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 1.0
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
+%define _ttfontsdir /usr/share/fonts/truetype
 
 %description
 Robert Granjon (1513 – 1589) produced his Parangonne Greque typeface (Garmond 
size) at the instigation of Plantin as a counterpart to Garamond’s Grec du roi, 
in Antwerp Holland, between 1560 - 1565. A version of the font was used (a 
century later!) for the 1692 edition of Diogenes Laertius by Aegidius Menagius 
(Gilles Ménage of Angers, 1613 – 92), published by Henric Wetstenium in 
Amsterdam. A second variant, at Kolonel size, was cut by Nikolaas Kis for the 
Greek-Dutch edition of the New Testament in 1698, again by Henric Wetstenium. A 
digital revival, was prepared by Ralph P. Hancock, in his Vusillus font. Latin 
and Cyrillic are based on a Goudy typeface. The font covers the Windows Glyph 
List, Greek Extended, various typographic extras and some Open Type features 
(Numerators, Denominators, Fractions, Old Style Figures, Historical Forms, 
Stylistic Alternates, Ligatures).
@@ -44,20 +45,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-avdira-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-avdira-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:22:44

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


Package is gdouros-avdira-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-avdira-fonts/gdouros-avdira-fonts.changes
2012-05-26 09:24:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-avdira-fonts.new/gdouros-avdira-fonts.changes
   2012-09-14 12:22:46.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:
--
++ gdouros-avdira-fonts.spec ++
--- /var/tmp/diff_new_pack.woUwhy/_old  2012-09-14 12:22:46.0 +0200
+++ /var/tmp/diff_new_pack.woUwhy/_new  2012-09-14 12:22:46.0 +0200
@@ -22,18 +22,18 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:1.0
 Release:0
+Summary:Fonts Based in the Typeface Used in Old Greek Publications
 License:SUSE-Permissive
-Summary:Fonts based in the typeface used in old Greek publications
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 1.0
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 Upright is based on the lowercase Greek letters in the typeface used by 
Demetrios Damilas for the edition of Isocrates, published in Milan in 1493. A 
digital revival, was prepared by Ralph P. Hancock, in his Milan (Mediolanum) 
font. Italic Greek were designed in 1802 by Richard Porson (1757 – 1808) and 
cut by Richard Austin. They were first used by Cambridge University Press in 
1810. Capitals, Latin and Cyrillic, as well as the complete bold weights, have 
been designed in an attempt to create a well-balanced font. The font covers the 
Windows Glyph List, Greek Extended, various typographic extras and is available 
in regular, italic, bold and bold italic. The regular style of the font also 
covers IPA Extensions, Ancient Greek Numbers, Byzantine and Ancient Greek 
Musical Notation and several Open Type features (Case-Sensitive Forms, Small 
Capitals, Subscript, Superscript, Numerators, Denominators, Fractions, Old 
Style Figures, Historical Forms, Stylistic Alternates, Ligatures).
@@ -44,20 +44,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-musica-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-musica-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:22:50

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


Package is gdouros-musica-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-musica-fonts/gdouros-musica-fonts.changes
2012-05-26 09:24:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-musica-fonts.new/gdouros-musica-fonts.changes
   2012-09-14 12:22:52.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:
--
++ gdouros-musica-fonts.spec ++
--- /var/tmp/diff_new_pack.3iF4RY/_old  2012-09-14 12:22:52.0 +0200
+++ /var/tmp/diff_new_pack.3iF4RY/_new  2012-09-14 12:22:52.0 +0200
@@ -22,18 +22,18 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:3.06
 Release:0
+Summary:Font with Support for Unicode Musical Notation Symbols
 License:SUSE-Permissive
-Summary:Font with support for Unicode Musical Notation Symbols
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version
 Obsoletes:  musica-fonts = %{version}
 Provides:   musica-fonts = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 Musica covers the following scripts and symbols supported by The Unicode 
Standard: Basic Latin, Greek and Coptic, some Punctuation and other Symbols, 
Byzantine Musical Symbols, (Western) Musical Symbols and Archaic Greek Musical 
Notation.
@@ -44,21 +44,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.otf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.otf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit gdouros-symbola-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gdouros-symbola-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:22:57

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


Package is gdouros-symbola-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gdouros-symbola-fonts/gdouros-symbola-fonts.changes  
2012-05-26 09:24:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdouros-symbola-fonts.new/gdouros-symbola-fonts.changes
 2012-09-14 12:23:01.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:
--
++ gdouros-symbola-fonts.spec ++
--- /var/tmp/diff_new_pack.URVgU9/_old  2012-09-14 12:23:01.0 +0200
+++ /var/tmp/diff_new_pack.URVgU9/_new  2012-09-14 12:23:01.0 +0200
@@ -22,13 +22,13 @@
 #Provides:   locale(bg;el;ru;bg)
 Version:6.13
 Release:0
+Summary:Font with Support for Symbol Blocks of the Unicode Standard
 License:SUSE-Permissive
-Summary:Font with support for Symbol Blocks of the Unicode Standard
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{fontname}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
-%define ttf_fontdir /usr/share/fonts/truetype
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Obsoletes:  %{fontname}  6.05
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,21 +43,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit git for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-09-14 12:23:06

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


Package is git, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2012-08-16 21:57:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2012-09-14 
12:23:08.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 12 14:43:30 UTC 2012 - frank.lichtenh...@sophos.com
+
+- git-prompt.sh (for __git_ps1) was broken out of
+  git-completion.bash. Install it too.
+
+---
+Tue Sep 11 14:53:25 CEST 2012 - ti...@suse.de
+
+- updated to version 1.7.12:
+  Major version update; new XDG-compliant config file place, 
+  new options, new commands:
+  See Documentation/RelNotes/1.7.12.txt for details.
+  
+- fix broken bash completion when egrep is aliased with --color
+  option (bnc#779536)
+
+---

Old:

  git-1.7.11.5.tar.gz

New:

  git-1.7.12.tar.gz
  git-bash-completion-egrep-color-fix.diff



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.0sIMh7/_old  2012-09-14 12:23:10.0 +0200
+++ /var/tmp/diff_new_pack.0sIMh7/_new  2012-09-14 12:23:10.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
-Version:1.7.11.5
+Version:1.7.12
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0
@@ -47,6 +47,8 @@
 Patch3: completion-wordbreaks.diff
 # CVE-2011-2186, bnc#698456
 Patch4: git-prevent_xss-default.diff
+# fix broken bash copmletion with colored egrep (bnc#779536)
+Patch5: git-bash-completion-egrep-color-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   git-core = %{version}
 Recommends: git-svn git-cvs git-email gitk git-gui git-web
@@ -189,6 +191,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 cat  .make 'EOF'
@@ -243,6 +246,7 @@
 %perl_process_packlist
 find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644
 install -m 644 -D contrib/completion/git-completion.bash 
$RPM_BUILD_ROOT/etc/bash_completion.d/git.sh
+install -m 644 -D contrib/completion/git-prompt.sh 
$RPM_BUILD_ROOT/etc/bash_completion.d/git-prompt.sh
 #
 # apparmor profile for git-web
 #
@@ -373,6 +377,6 @@
 %{perl_vendorlib}/Git/
 %{perl_vendorlib}/Git/*.pm
 %{perl_vendorarch}/auto/Git/
-/etc/bash_completion.d/git.sh
+/etc/bash_completion.d/*.sh
 
 %changelog

++ git-1.7.11.5.tar.gz - git-1.7.12.tar.gz ++
 42065 lines of diff (skipped)

++ git-bash-completion-egrep-color-fix.diff ++
---
 contrib/completion/git-completion.bash |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -815,7 +815,7 @@ __git_complete_strategy ()
 __git_list_all_commands ()
 {
local i IFS= $'\n'
-   for i in $(git help -a|egrep '^  [a-zA-Z0-9]')
+   for i in $(git help -a|egrep --color=never '^  [a-zA-Z0-9]')
do
case $i in
*--*) : helper pattern;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnump3d for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gnump3d for openSUSE:Factory checked 
in at 2012-09-14 12:23:16

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


Package is gnump3d, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnump3d/gnump3d.changes  2011-09-23 
02:01:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnump3d.new/gnump3d.changes 2012-09-14 
12:23:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 05:22:39 UTC 2012 - co...@suse.com
+
+- use perl_requires
+
+---



Other differences:
--
++ gnump3d.spec ++
--- /var/tmp/diff_new_pack.fGDWnn/_old  2012-09-14 12:23:18.0 +0200
+++ /var/tmp/diff_new_pack.fGDWnn/_new  2012-09-14 12:23:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnump3d (Version 3.0)
+# spec file for package gnump3d
 #
-# 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,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gnump3d
 Url:http://www.gnump3d.org
-BuildRequires:  fdupes pwdutils
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Servers
-AutoReqProv:on
+BuildRequires:  fdupes
+BuildRequires:  perl-macros
+BuildRequires:  pwdutils
 Version:3.0
-Release:80
+Release:0
 Summary:GNU MP3 Streaming Server
+License:GPL-2.0+
+Group:  Productivity/Networking/Web/Servers
 Requires:   logrotate
 Requires(pre):  /usr/sbin/useradd coreutils
 BuildArch:  noarch
@@ -38,6 +37,7 @@
 Source2:gnump3d.logrotate
 Patch:  gnump3d-Makefile.patch
 Patch1: avoidversion.diff
+%{perl_requires}
 
 %description
 gnump3d is a simple server that allows you to stream MP3s and OGG

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



commit gnu-unifont-bitmap-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gnu-unifont-bitmap-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:23:23

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


Package is gnu-unifont-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnu-unifont-bitmap-fonts/gnu-unifont-bitmap-fonts.changes
2012-05-26 09:24:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnu-unifont-bitmap-fonts.new/gnu-unifont-bitmap-fonts.changes
   2012-09-14 12:23:25.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:
--
++ gnu-unifont-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.SrMwAY/_old  2012-09-14 12:23:25.0 +0200
+++ /var/tmp/diff_new_pack.SrMwAY/_new  2012-09-14 12:23:25.0 +0200
@@ -16,19 +16,19 @@
 #
 
 
+%definefontdir %{_fontsdir}/uni
 
 Name:   gnu-unifont-bitmap-fonts
 Version:20080123
-Release:75
-%definefontdir /usr/share/fonts/uni
+Release:0
+Summary:The GNU Unicode Bitmap Font
 License:GPL-2.0+
-Summary:The GNU Unicode Bitmap font
-Url:http://en.wikipedia.org/wiki/Gnu_unifont
 Group:  System/X11/Fonts
+Url:http://en.wikipedia.org/wiki/Gnu_unifont
 Source0:gnu-unifont-%{version}.tar.bz2
 Source1:gpl-2.0.txt
-BuildRequires:  xorg-x11
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   gnu-unifont = %{version}
 Obsoletes:  gnu-unifont = 20080123
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,11 +55,7 @@
 
 %clean
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)

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



commit google-alegreya-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-alegreya-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:23:37

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


Package is google-alegreya-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-alegreya-fonts/google-alegreya-fonts.changes  
2012-05-26 09:24:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-alegreya-fonts.new/google-alegreya-fonts.changes
 2012-09-14 12:23:39.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:
--
++ google-alegreya-fonts.spec ++
--- /var/tmp/diff_new_pack.ePflj4/_old  2012-09-14 12:23:39.0 +0200
+++ /var/tmp/diff_new_pack.ePflj4/_new  2012-09-14 12:23:39.0 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%define fontdir  %{_datadir}/fonts/truetype
 %define fontname alegreya
 
 Name:   google-alegreya-fonts
 Version:1.003
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Serif Font for Literature
-Url:http://code.google.com/webfonts/family?family=Alegreya
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Alegreya
 Source0:%{fontname}.tar.bz2
 Source1:%{fontname}sc.tar.bz2
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -47,28 +47,26 @@
 referring to the calligraphic letter, not as a literal
 interpretation, but rather in a contemporary typographic language.
 
+Designed by Juan Pablo del Peral for Huerta Tipográfica.
+
 %prep
 %setup -c %{name} -n %{name}
 tar xjvf %{SOURCE1}
 
 %build
-# -- Nothing to do --
+chmod 644 alegreyasc/OFL.txt
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 install -m 0644 %{fontname}/*.ttf %{fontname}sc/*.ttf \
-  %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+  %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc %{fontname}sc/OFL.txt
 
 %changelog

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



commit google-allerta-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-allerta-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:23:44

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


Package is google-allerta-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-allerta-fonts/google-allerta-fonts.changes
2012-05-26 09:24:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-allerta-fonts.new/google-allerta-fonts.changes
   2012-09-14 12:23:46.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:
--
++ google-allerta-fonts.spec ++
--- /var/tmp/diff_new_pack.pmKQa3/_old  2012-09-14 12:23:47.0 +0200
+++ /var/tmp/diff_new_pack.pmKQa3/_new  2012-09-14 12:23:47.0 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%define fontdir  %{_datadir}/fonts/truetype
 %define fontname allerta
 
 Name:   google-allerta-fonts
 Version:1.0
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Easily Readable Sans Serif Font
-Url:http://pixelspread.com/allerta/
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://pixelspread.com/allerta/
 Source0:%{fontname}.zip
 BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -60,6 +60,9 @@
 alert (adj. swift, v. to advise or warn). The Italian origin
 all'erta literally means on the lookout.
 
+Designer: Matt McInerney
+
+
 %prep
 %setup -T -c %{name} -n %{name}
 unzip -j $RPM_SOURCE_DIR/allerta.zip
@@ -70,20 +73,16 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 644 *.otf *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 644 *.otf *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc *.pdf
 %doc Open*.txt
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 
 %changelog


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



commit google-anonymouspro-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-anonymouspro-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:23:52

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


Package is google-anonymouspro-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-anonymouspro-fonts/google-anonymouspro-fonts.changes
  2012-05-26 09:25:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-anonymouspro-fonts.new/google-anonymouspro-fonts.changes
 2012-09-14 12:23:52.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:
--
++ google-anonymouspro-fonts.spec ++
--- /var/tmp/diff_new_pack.py47Gl/_old  2012-09-14 12:23:53.0 +0200
+++ /var/tmp/diff_new_pack.py47Gl/_new  2012-09-14 12:23:53.0 +0200
@@ -16,18 +16,19 @@
 #
 
 
-%define fontdir   %{_datadir}/fonts/truetype
 %define fontname  anonymouspro
 
 Name:   google-anonymouspro-fonts
 Version:1.002
 Release:0
-License:OFL-1.1
 Summary:A Free Monospace Font
-Url:http://www.ms-studio.com/FontSales/anonymouspro.html
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.ms-studio.com/FontSales/anonymouspro.html
 Source0:%{fontname}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -42,6 +43,8 @@
 and Cyrillic. It also includes special box drawing characters for those
 who need them.
 
+Designer: Mark Simonson
+
 %prep
 %setup -n %{fontname}
 chmod 644 *.ttf
@@ -50,19 +53,16 @@
 # -- Nothing to do ---
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
+dos2unix OFL.txt
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc README.txt FONTLOG.txt OFL.txt
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 
 %changelog

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



commit google-cabin-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-cabin-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:23:59

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


Package is google-cabin-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/google-cabin-fonts/google-cabin-fonts.changes
2012-05-26 09:25:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-cabin-fonts.new/google-cabin-fonts.changes   
2012-09-14 12:24:00.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 30 11:09:00 UTC 2012 - t...@opensuse.org
+
+- Fixed bad syntax error in spec file which let to an 
+  uninstallable font
+
+---
+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:
--
++ google-cabin-fonts.spec ++
--- /var/tmp/diff_new_pack.4aOfuo/_old  2012-09-14 12:24:01.0 +0200
+++ /var/tmp/diff_new_pack.4aOfuo/_new  2012-09-14 12:24:01.0 +0200
@@ -16,23 +16,24 @@
 #
 
 
-%define fontdir  %{_datadir}/fonts/truetype
 %define fontname cabin
 
 Name:   google-cabin-fonts
 Version:1.005
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Humanist Sans Serif Font
-Url:http://www.impallari.com
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.impallari.com
 Source0:%{fontname}.tar.bz2
 Source1:%{fontname}condensed.tar.bz2
 BuildRequires:  bzip2
 BuildRequires:  dos2unix
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%reconfigure_fonts_prereq
 
 %description
 The Cabin font family is a humanist sans with 4 weights and true
@@ -51,6 +52,8 @@
 curved stem endings have a 10 degree angle. E and F have shorter
 center arms. M is splashed.
 
+Designer: Pablo Impallari
+
 %prep
 %setup -c %{fontname} -n %{fontname}
 tar xjvf %{SOURCE1}
@@ -59,20 +62,18 @@
 # -- Nothing to do --
 
 %install
-mkdir -p  %{buildroot}%{fontdir}/
+mkdir -p  %{buildroot}%{_ttfontsdir}/
 install -m 644 %{fontname}/*.ttf %{fontname}condensed/*.ttf \
-  %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+  %{buildroot}%{_ttfontsdir}
+dos2unix cabin/OFL.txt
+chmod 644 cabin/OFL.txt
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc cabin/OFL.txt
 
 %changelog

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



commit google-cousine-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-cousine-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:24:14

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


Package is google-cousine-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-cousine-fonts/google-cousine-fonts.changes
2012-05-26 09:25:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-cousine-fonts.new/google-cousine-fonts.changes
   2012-09-14 12:24:16.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:
--
++ google-cousine-fonts.spec ++
--- /var/tmp/diff_new_pack.ICnlDx/_old  2012-09-14 12:24:16.0 +0200
+++ /var/tmp/diff_new_pack.ICnlDx/_new  2012-09-14 12:24:16.0 +0200
@@ -16,19 +16,20 @@
 #
 
 
-%define  fontdir%{_datadir}/fonts/truetype
 %define  fontname   cousine
 
 Name:   google-cousine-fonts
 Version:1.0
 Release:0
-License:OFL-1.1
 Summary:Monospace Sans Serif Font
-Url:http://code.google.com/webfonts/family?family=Cousine
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Cousine
 Source0:%{fontname}.tar.bz2
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -41,6 +42,8 @@
 of developers looking for width-compatible fonts to address
 document portability across platforms.
 
+Designer: Steve Matteson
+
 %prep
 %setup -q -n %{fontname} -c %{fontname}
 
@@ -48,19 +51,16 @@
 # -- nothing to do --
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 %{fontname}/*.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 %{fontname}/*.ttf %{buildroot}%{_ttfontsdir}
+dos2unix cousine/OFL.txt
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc cousine/OFL.txt
 
 %changelog

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



commit google-droid-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-droid-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:24:24

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


Package is google-droid-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/google-droid-fonts/google-droid-fonts.changes
2012-05-26 09:25:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-droid-fonts.new/google-droid-fonts.changes   
2012-09-14 12:24:26.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:
--
++ google-droid-fonts.spec ++
--- /var/tmp/diff_new_pack.ajIGBW/_old  2012-09-14 12:24:28.0 +0200
+++ /var/tmp/diff_new_pack.ajIGBW/_new  2012-09-14 12:24:28.0 +0200
@@ -21,20 +21,20 @@
 Name:   google-droid-fonts
 #Provides:   locale(bg;el;ru;bg)
 Version:1.0
-Release:13
+Release:0
+Summary:Fonts With Extensive Style and Language Support Developed for 
Android
 License:Apache-2.0
-Summary:Fonts with extensive style and language support developed for 
Android
-Url:http://www.ascendercorp.com/pr/2007-11-12/
 Group:  System/X11/Fonts
+Url:http://www.ascendercorp.com/pr/2007-11-12/
 Source: %{fontname}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 # FIXME: This causes a rpmlint warning; change = to  once there's a new 
upstream version
 Obsoletes:  %{fontname} = 1.0
 Provides:   %{fontname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 The Droid family of fonts consists of Droid Sans, Droid Sans Mono and
@@ -54,18 +54,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README COPYING AUTHORS
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit google-exo-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-exo-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:24:34

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


Package is google-exo-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/google-exo-fonts/google-exo-fonts.changes
2012-05-26 09:25:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-exo-fonts.new/google-exo-fonts.changes   
2012-09-14 12:24:36.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:
--
++ google-exo-fonts.spec ++
--- /var/tmp/diff_new_pack.Nb7LFH/_old  2012-09-14 12:24:37.0 +0200
+++ /var/tmp/diff_new_pack.Nb7LFH/_new  2012-09-14 12:24:37.0 +0200
@@ -16,20 +16,21 @@
 #
 
 
-%define  fontdir%{_datadir}/fonts/truetype
+%define  _ttfontsdir%{_datadir}/fonts/truetype
 %define  fontname   exo
 
 Name:   google-exo-fonts
 Version:0.9pre
 Release:0
-License:OFL-1.1
 Summary:Contemporary Geometric Sans Serif Typeface
-Url:http://code.google.com/webfonts/family?family=Exo
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Exo
 Source0:%{fontname}.tar.bz2
 Source1:OFL.txt
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -41,6 +42,8 @@
 each with a true italic version. It works great as a display
 face but it also works good for small to intermediate size texts.
 
+Designer: Natanael Gama
+
 %prep
 %setup -q -n %{fontname} -c %{fontname}
 
@@ -48,19 +51,15 @@
 cp %{SOURCE1} .
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 exo/*.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 exo/*.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc OFL.txt
 
 %changelog

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



commit google-lato-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-lato-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:24:46

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


Package is google-lato-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/google-lato-fonts/google-lato-fonts.changes  
2012-05-26 09:25:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-lato-fonts.new/google-lato-fonts.changes 
2012-09-14 12:24:47.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:
--
++ google-lato-fonts.spec ++
--- /var/tmp/diff_new_pack.nf9lig/_old  2012-09-14 12:24:48.0 +0200
+++ /var/tmp/diff_new_pack.nf9lig/_new  2012-09-14 12:24:48.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-%define  fontdir%{_datadir}/fonts/truetype
-
 Name:   google-lato-fonts
 Version:1.102
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Easily Readable Sans Serif Font
-Url:http://code.google.com/webfonts/family?family=Lato
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Lato
 Source0:Lato.zip
 Source1:OFL.txt
 BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -50,6 +49,8 @@
 Cyrillic and Greek extensions, as well as small caps and
 other typographic niceties are expected in 2011.
 
+Designer: Łukasz Dziedzic
+
 %prep
 %setup -T -c %{name} -n %{name}
 unzip -j %{SOURCE0}
@@ -59,19 +60,15 @@
 cp %{SOURCE1} .
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc OFL.txt
 
 %changelog


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



commit google-lekton-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-lekton-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:25:04

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


Package is google-lekton-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/google-lekton-fonts/google-lekton-fonts.changes  
2012-05-26 09:25:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-lekton-fonts.new/google-lekton-fonts.changes 
2012-09-14 12:25:06.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:
--
++ google-lekton-fonts.spec ++
--- /var/tmp/diff_new_pack.n0klKQ/_old  2012-09-14 12:25:20.0 +0200
+++ /var/tmp/diff_new_pack.n0klKQ/_new  2012-09-14 12:25:20.0 +0200
@@ -17,18 +17,19 @@
 
 
 # Definitions
-%define fontdir  %{_datadir}/fonts/truetype
 %define fontname lekton
 
 Name:   google-lekton-fonts
 Version:22
 Release:0
-License:OFL-1.1
 Summary:Monospaced Typewriter Font
-Url:http://www.lekton.info/
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.lekton.info/
 Source0:%{fontname}-%{version}.tar.bz2
 BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -46,19 +47,15 @@
 # Nothing to do
 
 %install
-mkdir -p %{buildroot}%{fontdir}
-cp *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+cp *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root, root)
 %doc METADATA FONTLOG.txt OFL.txt
-%dir %{fontdir}
-%{fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 
 %changelog

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



commit google-nobile-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-nobile-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:25:11

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


Package is google-nobile-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/google-nobile-fonts/google-nobile-fonts.changes  
2012-05-26 09:25:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-nobile-fonts.new/google-nobile-fonts.changes 
2012-09-14 12:25:20.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:
--
++ google-nobile-fonts.spec ++
--- /var/tmp/diff_new_pack.2SoLKr/_old  2012-09-14 12:25:32.0 +0200
+++ /var/tmp/diff_new_pack.2SoLKr/_new  2012-09-14 12:25:32.0 +0200
@@ -16,19 +16,19 @@
 #
 
 
-%define fontdir   %{_datadir}/fonts/truetype
 %define fontname nobile
 
 Name:   google-nobile-fonts
 Version:1.0.38
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Sans Serif Font
-Url:http://code.google.com/webfonts/family?family=Nobile
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Nobile
 Source0:%{fontname}-%{version}.tar.bz2
 Source1:OFL.txt
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -42,6 +42,7 @@
 screen yet also be good loooking, not only at larger display sizes
 but also right down to small text sizes.
 
+Designer: Vernon Adams
 
 %prep
 %setup -n %{fontname}-%{version}
@@ -50,19 +51,15 @@
 cp %{SOURCE1} .
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc OFL.txt
 
 %changelog

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



commit google-opensans-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-opensans-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:25:20

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


Package is google-opensans-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-opensans-fonts/google-opensans-fonts.changes  
2012-05-26 09:25:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-opensans-fonts.new/google-opensans-fonts.changes
 2012-09-14 12:25: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:
--
++ google-opensans-fonts.spec ++
--- /var/tmp/diff_new_pack.fJjXKd/_old  2012-09-14 12:25:43.0 +0200
+++ /var/tmp/diff_new_pack.fJjXKd/_new  2012-09-14 12:25:43.0 +0200
@@ -16,19 +16,20 @@
 #
 
 
-%define  fontdir%{_datadir}/fonts/truetype
 %define  fontname   opensans
 
 Name:   google-opensans-fonts
 Version:1.0
 Release:0
-License:Apache-2.0
 Summary:Humanist Sans Serif Typeface
-Url:http://code.google.com/webfonts/family?family=Open+Sans
+License:Apache-2.0
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Open+Sans
 Source0:%{fontname}.tar.bz2
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  dos2unix
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,26 +44,25 @@
 optimized for print, web, and mobile interfaces, and has
 excellent legibility characteristics in its letterforms.
 
+Designer: Steve Matteson
+
 %prep
 %setup -q -n %{fontname} -c %{fontname}
 
 %build
-# -- nothing to do --
+chmod 644 %{fontname}/LICENSE.txt
+dos2unix %{fontname}/LICENSE.txt
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 %{fontname}/*.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 %{fontname}/*.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc %{fontname}/LICENSE.txt
 
 %changelog

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



commit gphoto for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory checked 
in at 2012-09-14 12:25:31

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


Package is gphoto, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes2012-04-17 
07:45:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gphoto.new/gphoto.changes   2012-09-14 
12:25:44.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 13 08:54:25 UTC 2012 - meiss...@suse.com
+
+- updated to 2.5.0
+  - match libgphoto2 2.5.0 api release
+
+---

Old:

  gphoto2-2.4.14.tar.bz2

New:

  gphoto2-2.5.0.tar.bz2



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.3dQZ2s/_old  2012-09-14 12:25:53.0 +0200
+++ /var/tmp/diff_new_pack.3dQZ2s/_new  2012-09-14 12:25:53.0 +0200
@@ -27,7 +27,7 @@
 Summary:A Digital Camera Utility
 License:GPL-2.0+
 Group:  Hardware/Camera
-Version:2.4.14
+Version:2.5.0
 Release:0
 Source0:%{name}2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gphoto2-2.4.14.tar.bz2 - gphoto2-2.5.0.tar.bz2 ++
 61201 lines of diff (skipped)

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



commit gphotofs for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gphotofs for openSUSE:Factory 
checked in at 2012-09-14 12:25:38

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


Package is gphotofs, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gphotofs/gphotofs.changes2011-09-23 
02:01:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gphotofs.new/gphotofs.changes   2012-09-14 
12:25:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 13 08:48:35 UTC 2012 - meiss...@suse.com
+
+- updated to 0.5.0 upstream release
+  - adpated to libgphoto2 2.5.0
+
+---

Old:

  gphotofs-0.4.0.tar.bz2
  gphotofs-fixes.patch

New:

  gphotofs-0.5.tar.bz2



Other differences:
--
++ gphotofs.spec ++
--- /var/tmp/diff_new_pack.i3i8FC/_old  2012-09-14 12:25:56.0 +0200
+++ /var/tmp/diff_new_pack.i3i8FC/_new  2012-09-14 12:25:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gphotofs
 #
-# 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,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gphotofs
-BuildRequires:  fuse-devel glib2-devel libgphoto2-devel libjpeg-devel
+BuildRequires:  fuse-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libgphoto2-devel
+BuildRequires:  libjpeg-devel
 Requires:   fuse
 Url:http://gphoto.sourceforge.net
 %define prefix /usr
+Summary:User Level File System for gphoto-Based Cameras
 License:GPL-2.0+
 Group:  Hardware/Camera
-Summary:User Level File System for gphoto-Based Cameras
-Version:0.4.0
-Release:171
+Version:0.5
+Release:0
 Source0:gphotofs-%{version}.tar.bz2
-Patch0: gphotofs-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,7 +80,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %configure

++ gphotofs-0.4.0.tar.bz2 - gphotofs-0.5.tar.bz2 ++
 66626 lines of diff (skipped)

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



commit grep for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2012-09-14 12:25:48

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


Package is grep, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2012-07-09 
07:57:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2012-09-14 
12:25:57.0 +0200
@@ -1,0 +2,20 @@
+Fri Aug 24 20:29:59 CEST 2012 - p...@suse.de
+
+- Update to 2.14:
+  Bug fixes:
+
+  * grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte
+locale, even though there was no match, and the command generated
+no output.  E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would
+mistakenly print (standard input).  Related, seq 9 |
+LC_ALL=en_US.utf8 grep -in '^$' would print 2:4:6:8:10:12:14:16
+and exit 0.  Now it prints nothing and exits with status of 1. 
+[bug introduced in grep-2.6]
+
+  * 'grep' no longer falsely reports text files as being binary on
+file systems that compress contents or that store tiny contents
+in metadata.
+
+- Add current German message catalog from the translation project.
+
+---

Old:

  grep-2.13.tar.bz2

New:

  grep-2.14.de.po.bz2
  grep-2.14.tar.bz2



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.dUOS6m/_old  2012-09-14 12:26:00.0 +0200
+++ /var/tmp/diff_new_pack.dUOS6m/_new  2012-09-14 12:26:00.0 +0200
@@ -25,33 +25,35 @@
 Url:http://www.gnu.org/software/grep/
 Provides:   base:/usr/bin/grep
 PreReq: %{install_info_prereq}
-Version:2.13
+Version:2.14
 Release:0
 Summary:Print lines matching a pattern
 License:GPL-3.0+
 Group:  Productivity/Text/Utilities
-# URL for Source0: http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz
-# URL for the GPG signature for Source0: 
http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz.sig
+# URL for Source0: http://ftp.gnu.org/gnu/grep/grep-2.14.tar.xz
+# URL for the GPG signature for Source0: 
http://ftp.gnu.org/gnu/grep/grep-2.14.tar.xz.sig
 # How to verify Source0:
 # To import the required public key run: gpg --keyserver keys.gnupg.net 
--recv-keys 7FD9FCCB000B
-# To verify Source0 run: gpg --verify grep-2.13.tar.xz.sig
+# To verify Source0 run: gpg --verify grep-2.14.tar.xz.sig
 # The result should look like:
 #   gpg: Good signature from Jim Meyering j...@meyering.net
 #   gpg: WARNING: This key is not certified with a trusted signature!
 # In the openSUSE build service SLE_11_SP1 does not provide an xz package
 # so that BuildRequires: xz cannot be used to make it work with Source0 as 
is.
-# Therefore to decompress Source0 run: xz -d grep-2.13.tar.xz
-# and then to compress it again run: bzip2 grep-2.13.tar
+# To convert from xz to bzip2 do: xz -cd grep-2.14.tar.xz | bzip2 -9c 
grep-2.14.tar.bz2
 Source0:grep-%{version}.tar.bz2
+# Up-to-date German messages for grep
+Source1:grep-%{version}.de.po.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-The grep command searches one or more input files
-for lines containing a match to a specified pattern.
-By default, grep prints the matching lines.
+The grep command searches one or more input files for lines
+containing a match to a specified pattern.  By default, grep prints
+the matching lines.
 
 %prep
 %setup -q
+bunzip2 -dc %{S:1}  po/de.po
 %if 0%{?suse_version}  1120
 echo 
ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a} 
config.cache
 %endif
@@ -72,18 +74,18 @@
 make check VERBOSE=1
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%makeinstall
 %if 0%{?suse_version}  1120
-install -d $RPM_BUILD_ROOT/usr/bin
-ln -sf ../../bin/egrep $RPM_BUILD_ROOT/usr/bin/egrep
-ln -sf ../../bin/fgrep $RPM_BUILD_ROOT/usr/bin/fgrep
-ln -sf ../../bin/grep  $RPM_BUILD_ROOT/usr/bin/grep
+install -d %{buildroot}/usr/bin
+ln -sf ../../bin/egrep %{buildroot}%{_bindir}/egrep
+ln -sf ../../bin/fgrep %{buildroot}%{_bindir}/fgrep
+ln -sf ../../bin/grep  %{buildroot}%{_bindir}/grep
 %else
 #UsrMerge
-install -d $RPM_BUILD_ROOT/bin
-ln -sf %{_bindir}/egrep $RPM_BUILD_ROOT/bin/egrep
-ln -sf %{_bindir}/fgrep $RPM_BUILD_ROOT/bin/fgrep
-ln -sf %{_bindir}/grep $RPM_BUILD_ROOT/bin/grep
+install -d %{buildroot}/bin
+ln -sf %{_bindir}/egrep %{buildroot}/bin/egrep
+ln -sf %{_bindir}/fgrep %{buildroot}/bin/fgrep
+ln -sf %{_bindir}/grep %{buildroot}/bin/grep
 #EndUsrMerge
 %endif
 %find_lang %name

++ grep-2.13.tar.bz2 - grep-2.14.tar.bz2 ++
 16778 lines of diff (skipped)

-- 
To unsubscribe, e-mail: 

commit gromacs for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package gromacs for openSUSE:Factory checked 
in at 2012-09-14 12:25:55

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


Package is gromacs, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gromacs/gromacs.changes  2011-09-23 
02:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.gromacs.new/gromacs.changes 2012-09-14 
12:26:01.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  4 16:09:35 UTC 2012 - toddrme2...@gmail.com
+
+- Clean up spec file
+
+---



Other differences:
--
++ gromacs.spec ++
--- /var/tmp/diff_new_pack.8ysBEJ/_old  2012-09-14 12:26:02.0 +0200
+++ /var/tmp/diff_new_pack.8ysBEJ/_new  2012-09-14 12:26:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gromacs
 #
-# 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,15 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gromacs
-BuildRequires:  cmake fftw3-devel libxml2-devel xorg-x11-devel
-BuildRequires:  gcc-c++ libstdc++-devel
-%if 0%{?suse_version}  1010
-BuildRequires:  fdupes
-%endif
-
 Version:4.5.5
 Release:1
 Summary:Molecular Dynamics Package
@@ -31,6 +23,13 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Chemistry
 Source0:gromacs-%{version}.tar.bz2
+BuildRequires:  cmake
+BuildRequires:  fftw3-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libxml2-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  xorg-x11-devel
+BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -62,13 +61,12 @@
 later is STRONGLY recommended on Pentium III and later processors since
 GROMACS then can use assembly loops with SSE instructions.
 
-
 %prep
 %setup -q
 
 %build
 %if 0%{?fedora}
-export RPM_OPT_FLAGS=$RPM_OPT_FLAGS -DFEDORA
+export RPM_OPT_FLAGS=%{optflags} -DFEDORA
 %endif
 mkdir build
 cd build
@@ -76,8 +74,8 @@
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_VERBOSE_MAKEFILE=TRUE \
   -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_C_FLAGS_RELEASE:STRING=$RPM_OPT_FLAGS -fno-strict-aliasing \
-  -DCMAKE_CXX_FLAGS_RELEASE:STRING=$RPM_OPT_FLAGS \
+  -DCMAKE_C_FLAGS_RELEASE:STRING=%{optflags} -fno-strict-aliasing \
+  -DCMAKE_CXX_FLAGS_RELEASE:STRING=%{optflags} \
   -DCMAKE_SKIP_RPATH=1 \
   -DPACKAGE_ARCHITECTURE=uname -m \
   -DLIB=%{_lib} \
@@ -88,37 +86,31 @@
 
 %install
 cd build
-make DESTDIR=${RPM_BUILD_ROOT} install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
-%if 0%{?suse_version}  1010
+%makeinstall
+rm -f %{buildroot}%{_libdir}/*.la
 %fdupes %{buildroot}/usr/share/gromacs
-%endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_bindir}/*
-%dir %{_datadir}/gromacs
-%{_datadir}/gromacs/top
-%{_datadir}/gromacs/tutor
-%docdir %{_datadir}/gromacs/html
-%{_datadir}/gromacs/html/
-%{_mandir}/man1/*
-%{_mandir}/man7/*
+%{_datadir}/gromacs/
+%exclude %{_datadir}/gromacs/template
+%doc %{_datadir}/gromacs/html/
 %{_libdir}/libgmx.so.*
 %{_libdir}/libgmxana.so.*
 %{_libdir}/libmd.so.*
 %{_libdir}/libgmxpreprocess.so.*
+%{_mandir}/man1/*
+%{_mandir}/man7/*
 
 %files devel
 %defattr(644,root,root,755)
 %{_datadir}/gromacs/template
+%{_includedir}/gromacs/
 %{_libdir}/*.so
-%dir %{_includedir}/gromacs
-%{_includedir}/gromacs/*
 %{_libdir}/pkgconfig/*
 
 %changelog

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



commit htmldoc for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package htmldoc for openSUSE:Factory checked 
in at 2012-09-14 12:26:04

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


Package is htmldoc, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/htmldoc/htmldoc.changes  2012-01-24 
12:18:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.htmldoc.new/htmldoc.changes 2012-09-14 
12:26:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 14:51:24 UTC 2012 - pgaj...@suse.com
+
+- builds also against libpng15
+  * libpng15.patch
+
+---

New:

  htmldoc-libpng15.diff



Other differences:
--
++ htmldoc.spec ++
--- /var/tmp/diff_new_pack.KXyBz7/_old  2012-09-14 12:26:07.0 +0200
+++ /var/tmp/diff_new_pack.KXyBz7/_new  2012-09-14 12:26:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package htmldoc
 #
-# 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
@@ -35,6 +35,8 @@
 Patch:  %{name}-docpath.diff
 Patch1: htmldoc_CVE-2009-3050_535943.diff
 Patch2: htmldoc-fortify.diff
+# link to libpng15.patch sent to m...@easysw.com
+Patch3: htmldoc-libpng15.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define   DOCDIR %{_datadir}/doc/packages/%{name}
 
@@ -48,6 +50,7 @@
 %patch
 %patch1 -p1
 %patch2
+%patch3
 
 %build
 export CFLAGS=${RPM_OPT_FLAGS} -fno-strict-aliasing

++ htmldoc-libpng15.diff ++
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20120206/332669.html
--- htmldoc/image.cxx.orig  Wed May 31 13:00:02 2006
+++ htmldoc/image.cxx   Wed Jul  6 15:22:43 2011
@@ -1472,6 +1472,9 @@ image_load_png(image_t *img,  /* I - Image pointer */
   png_bytep*rows;  /* PNG row pointers */
   uchar*inptr, /* Input pixels */
*outptr;/* Output pixels */
+  png_bytep trans_alpha;
+  int num_trans;
+  png_color_16p trans_color;
 
 
  /*
@@ -1499,7 +1502,7 @@ image_load_png(image_t *img,  /* I - Image pointer */
 
   rows = NULL;
 
-  if (setjmp(pp-jmpbuf)) 
+  if (setjmp(png_jmpbuf(pp))) 
   {
 progress_error(HD_ERROR_BAD_FORMAT, PNG file contains errors!);
 
@@ -1526,7 +1529,7 @@ image_load_png(image_t *img,  /* I - Image pointer */
 
   png_read_info(pp, info);
 
-  if (info-color_type  PNG_COLOR_MASK_PALETTE)
+  if (png_get_color_type(pp, info)  PNG_COLOR_MASK_PALETTE)
   {
 png_set_expand(pp);
 
@@ -1535,15 +1538,15 @@ image_load_png(image_t *img,/* I - Image pointer */
 if (Encryption)
   img-use ++;
   }
-  else if (info-bit_depth  8)
+  else if (png_get_bit_depth(pp, info)  8)
   {
 png_set_packing(pp);
 png_set_expand(pp);
   }
-  else if (info-bit_depth == 16)
+  else if (png_get_bit_depth(pp, info) == 16)
 png_set_strip_16(pp);
 
-  if (info-color_type  PNG_COLOR_MASK_COLOR)
+  if (png_get_color_type(pp, info)  PNG_COLOR_MASK_COLOR)
   {
 depth  = 3;
 img-depth = gray ? 1 : 3;
@@ -1554,10 +1557,11 @@ image_load_png(image_t *img,/* I - Image pointer */
 img-depth = 1;
   }
 
-  img-width  = info-width;
-  img-height = info-height;
+  img-width  = png_get_image_width(pp, info);
+  img-height = png_get_image_height(pp, info);
 
-  if ((info-color_type  PNG_COLOR_MASK_ALPHA) || info-num_trans)
+  png_get_tRNS(pp, info, trans_alpha, num_trans, trans_color);
+  if ((png_get_color_type(pp, info)  PNG_COLOR_MASK_ALPHA) || num_trans)
   {
 if ((PSLevel == 0  PDFVersion = 14) || PSLevel == 3)
   image_need_mask(img, 8);
@@ -1571,14 +1575,14 @@ image_load_png(image_t *img,/* I - Image pointer */
 
 #ifdef DEBUG
   printf(color_type=0x%04x, depth=%d, img-width=%d, img-height=%d, 
img-depth=%d\n,
- info-color_type, depth, img-width, img-height, img-depth);
-  if (info-color_type  PNG_COLOR_MASK_COLOR)
+ png_get_color_type(pp, info), depth, img-width, img-height, 
img-depth);
+  if (png_get_color_type(pp, info)  PNG_COLOR_MASK_COLOR)
 puts(COLOR);
   else
 puts(GRAYSCALE);
-  if ((info-color_type  PNG_COLOR_MASK_ALPHA) || info-num_trans)
+  if ((png_get_color_type(pp, info)  PNG_COLOR_MASK_ALPHA) || num_trans)
 puts(ALPHA);
-  if (info-color_type  PNG_COLOR_MASK_PALETTE)
+  if (png_get_color_type(pp, info)  PNG_COLOR_MASK_PALETTE)
 puts(PALETTE);
 #endif // DEBUG
 
@@ -1594,9 +1598,9 @@ image_load_png(image_t *img,  /* I - Image 

commit icecream for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2012-09-14 12:26:17

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


Package is icecream, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/icecream/icecream.changes2012-09-11 
09:07:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2012-09-14 
12:26:19.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 17:44:35 CEST 2012 - r...@suse.de
+
+- prevent endless loop in last change 
+
+---



Other differences:
--
++ handle-extrafiles-on-assembler.patch ++
--- /var/tmp/diff_new_pack.Lelv3f/_old  2012-09-14 12:26:19.0 +0200
+++ /var/tmp/diff_new_pack.Lelv3f/_new  2012-09-14 12:26:19.0 +0200
@@ -1,6 +1,6 @@
 icecc-0.9.7.orig/client/arg.cpp
+--- icecc-0.9.7/client/arg.cpp
 +++ icecc-0.9.7/client/arg.cpp
-@@ -186,6 +186,19 @@ bool analyse_argv( const char * const *a
+@@ -186,6 +186,21 @@
if (!*pos)
break;
}
@@ -10,8 +10,10 @@
 + */
 +pos = a+3;
 +while (*pos) {
-+if (*pos == ',' || *pos == ' ')
++if (*pos == ',' || *pos == ' ') {
++  pos++;
 +continue;
++  }
 +if (*pos == '-')
 +break;
 +local = true;

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



commit igerman98 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package igerman98 for openSUSE:Factory 
checked in at 2012-09-14 12:26:30

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


Package is igerman98, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/igerman98/igerman98.changes  2011-10-04 
21:33:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.igerman98.new/igerman98.changes 2012-09-14 
12:26:32.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 06:30:15 UTC 2012 - pgaj...@suse.com
+
+- updated to 20120607
+  * new words
+
+---

Old:

  igerman98-20110609.tar.bz2

New:

  igerman98-20120607.tar.bz2



Other differences:
--
++ igerman98.spec ++
--- /var/tmp/diff_new_pack.gIcxbn/_old  2012-09-14 12:26:33.0 +0200
+++ /var/tmp/diff_new_pack.gIcxbn/_new  2012-09-14 12:26:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package igerman98
 #
-# 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,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   igerman98
+Version:20120607
+Release:0
+Summary:German Spell Check Dictionaries
 License:GPL-2.0+
 Group:  Productivity/Text/Spell
-AutoReqProv:on
-Version:20110609
-Release:2
-Summary:German Spell Check Dictionaries
 Url:http://www.j3e.de/ispell/igerman98/dict/
-BuildRequires:  aspell hunspell ispell
+BuildRequires:  aspell
+BuildRequires:  hunspell
+BuildRequires:  ispell
 Source0:%{name}-%{version}.tar.bz2
 Source1:Nwordlist.tgz
 Source2:fix8bit.c
@@ -40,7 +39,6 @@
 %define ispell_emacs_lib_dir /usr/lib/ispell/emacs
 %define hunspell_dict_dir /usr/share/myspell/
 
-
 %description
 A meta package for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
@@ -59,39 +57,38 @@
 many other contributors ...
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for German dictionaries
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
 Requires:   igerman98-doc
 %if 0%{?suse_version} = 1120
 BuildArch:  noarch
 %endif
 
-
 %description doc
 Documentation for German, Swiss, and Austrian dictionaries for the ispell, 
 aspell and myspell spell checkers.
 
 %package -n aspell-de
-License:GPL-2.0+
 Summary:A German Dictionary for ASpell
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
 Provides:   locale(aspell:de)
-Requires:   aspell = 0.60 igerman98-doc
-
+Requires:   aspell = 0.60
+Requires:   igerman98-doc
 
 %description -n aspell-de
 A German dictionary for the ASpell spell checker.
 
 %package -n ispell-ngerman
-License:BSD-3-Clause
 Summary:New German ispell dictionary
+License:BSD-3-Clause
 Group:  Productivity/Text/Spell
-Provides:   ispell_dictionary igerman locale(ispell:de;de_DE)
+Provides:   igerman
+Provides:   ispell_dictionary
+Provides:   locale(ispell:de;de_DE)
 Obsoletes:  igerman
 Requires:   igerman98-doc
-AutoReqProv:on
-
 
 %description -n ispell-ngerman
 This package includes a ready German dictionary for ispell. A short
@@ -99,14 +96,14 @@
 the package ispell. 
 
 %package -n ispell-nswiss
-License:GPL-2.0+
 Summary:New Swiss ispell dictionary
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   ispell_dictionary inswiss locale(ispell:de_CH)
+Provides:   inswiss
+Provides:   ispell_dictionary
+Provides:   locale(ispell:de_CH)
 Obsoletes:  inswiss
 Requires:   igerman98-doc
-AutoReqProv:on
-
 
 %description -n ispell-nswiss
 This package includes a ready Swiss dictionary for ispell according
@@ -116,14 +113,14 @@
 package ispell. 
 
 %package -n ispell-naustrian
-License:GPL-2.0+
 Summary:New Austrian ispell dictionary
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
-Provides:   ispell_dictionary inaustrian locale(ispell:de_AT)
+Provides:   inaustrian
+Provides:   ispell_dictionary
+Provides:   locale(ispell:de_AT)
 Obsoletes:  inaustrian
 Requires:   igerman98-doc
-AutoReqProv:on
-
 
 %description -n ispell-naustrian
 This package includes a ready Austrian dictionary for ispell according
@@ -133,55 +130,59 @@
 package ispell. 
 

commit inkscape for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is inkscape, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2012-07-22 
15:15:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2012-09-14 
12:26:43.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 12 15:40:36 UTC 2012 - malcolmle...@opensuse.org
+
+- Add inkscape-apply-invert-transform.patch: Apply invert
+  transform to all image tags (bnc#779560 lp#840625).
+
+---

New:

  inkscape-apply-invert-transform.patch



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.m3ClGt/_old  2012-09-14 12:26:44.0 +0200
+++ /var/tmp/diff_new_pack.m3ClGt/_new  2012-09-14 12:26:44.0 +0200
@@ -35,6 +35,8 @@
 Patch2: inkscape-return-on-exit.patch
 # PATCH-FIX-UPSTREAM inkscape-poppler20.patch rh#822413 lp#1005565 
badshah...@gmail.com -- Fix building with poppler 0.20.0
 Patch3: inkscape-poppler20.patch
+# PATCH-FIX-UPSTREAM inkscape-apply-invert-transform.patch bnc#779560 
lp#840625 malcolmle...@opensuse.org -- Apply invert transform to all image tags.
+Patch4: inkscape-apply-invert-transform.patch
 BuildRequires:  boost-devel
 BuildRequires:  docbook-toys
 BuildRequires:  fdupes
@@ -160,6 +162,7 @@
 %if 0%{?suse_version}  1210
 %patch3 -p1
 %endif
+%patch4 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing

++ inkscape-apply-invert-transform.patch ++
diff -Naur a/src/extension/internal/pdfinput/svg-builder.cpp 
b/src/extension/internal/pdfinput/svg-builder.cpp
--- a/src/extension/internal/pdfinput/svg-builder.cpp   2011-07-08 
13:25:09.46879 -0500
+++ b/src/extension/internal/pdfinput/svg-builder.cpp   2012-09-12 
09:10:28.477790373 -0500
@@ -1600,9 +1600,7 @@
 sp_repr_set_svg_double(image_node, width, 1);
 sp_repr_set_svg_double(image_node, height, 1);
 // Set transformation
-if (_is_top_level) {
-svgSetTransform(image_node, 1.0, 0.0, 0.0, -1.0, 0.0, 1.0);
-}
+svgSetTransform(image_node, 1.0, 0.0, 0.0, -1.0, 0.0, 1.0);
 
 // Create href
 if (embed_image) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit inn for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package inn for openSUSE:Factory checked in 
at 2012-09-14 12:26:52

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


Package is inn, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/inn/inn.changes  2012-06-26 15:52:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.inn.new/inn.changes 2012-09-14 
12:26:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 17:22:48 CEST 2012 - m...@suse.de
+
+- fix starttls command injection issue [bnc#776967]
+- fix /var/run/news permission and handling.
+
+---

New:

  inn-linereset.diff



Other differences:
--
++ inn.spec ++
--- /var/tmp/diff_new_pack.9VfUH4/_old  2012-09-14 12:26:55.0 +0200
+++ /var/tmp/diff_new_pack.9VfUH4/_new  2012-09-14 12:26:55.0 +0200
@@ -39,6 +39,7 @@
 Source3:inn-emptydb.tar.gz
 Source4:inn.reg
 Patch0: inn-%{version}.diff
+Patch1: inn-linereset.diff
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
@@ -94,7 +95,8 @@
 %setup -n inn%{PatchVersion} 
 %setup -n inn%{PatchVersion} -D -T -a 1 
 %setup -n inn%{PatchVersion} -D -T -a 3
-%patch -P 0
+%patch0
+%patch1
 cp -a $RPM_SOURCE_DIR/pubring.pgp .
 
 %build
@@ -199,7 +201,7 @@
 %{installroot} 0644%{SOURCE4}  $RPM_BUILD_ROOT/etc/slp.reg.d/
 # /var/run/news
 mkdir -p $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/
-echo d /var/run/news 1777 root root -  
$RPM_BUILD_ROOT/usr/lib/tmpfiles.d/inn.conf
+echo d /var/run/news 0750 news news -  
$RPM_BUILD_ROOT/usr/lib/tmpfiles.d/inn.conf
 
 #
 # build filelist
@@ -212,10 +214,10 @@
 $0 == /var/lib/news { next }
 { pfx= }
 $0 == /var/spool/news { pfx = %%attr(775,news,news)  }
+$0 == /var/run/news { pfx = %ghost %%attr(750,news,news) }
 /\/news/ {
if (!match(pfx, /%%attr/)) pfx = %%attr(-,news,news)  pfx
 }
-$0 == /var/run/news { pfx = %ghost }
 { print %dir  pfx $0 }
 '  %{filelist}
 find %{buildroot} ! -type d -printf /%%P\n | awk '
@@ -263,10 +265,8 @@
 rm -f etc/news/newsfeeds.OLD
 usr/lib/news/bin/innupgrade etc/news
 fi
-# Create ghost files
-# Create tmpfiles
-if [ -x /bin/systemd-tmpfiles ]; then
-/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/inn.conf
+if ! test -d /var/run/news ; then
+install -d -m 750 -o news -g news /var/run/news
 fi
 %{fillup_and_insserv inn}
 %set_permissions /usr/lib/news/bin/innbind /usr/lib/news/bin/inews 
/usr/lib/news/bin/rnews

++ inn-linereset.diff ++
--- ./nnrpd/line.c.orig 2010-03-24 20:10:36.0 +
+++ ./nnrpd/line.c  2012-09-04 15:41:37.0 +
@@ -67,6 +67,17 @@ line_init(struct line *line)
 }
 
 /*
+**  Reset a line structure
+*/
+void
+line_reset(struct line *line)
+{
+assert(line);
+line-where = line-start;
+line-remaining = 0;
+}
+
+/*
 **  Timeout is used only if HAVE_SSL is defined.
 */
 static ssize_t
--- ./nnrpd/misc.c.orig 2010-03-24 20:10:36.0 +
+++ ./nnrpd/misc.c  2012-09-04 15:43:19.0 +
@@ -518,5 +518,8 @@ CMDstarttls(int ac UNUSED, char *av[] UN
 GRPcount = 0;
 PERMgroupmadeinvalid = false;
 }
+
+/* Reset our read buffer so as to prevent plaintext command injection. */
+line_reset(NNTPline);
 }
 #endif /* HAVE_SSL */
--- ./nnrpd/nnrpd.h.orig2010-03-24 20:10:36.0 +
+++ ./nnrpd/nnrpd.h 2012-09-04 15:42:15.0 +
@@ -292,6 +292,7 @@ void PY_dynamic_init (char* file);
 
 void line_free(struct line *);
 void line_init(struct line *);
+void line_reset(struct line *);
 READTYPE line_read(struct line *, int, const char **, size_t *, size_t *);
 
 #ifdef HAVE_SASL
--- ./nnrpd/sasl.c.orig 2012-09-04 15:43:27.0 +
+++ ./nnrpd/sasl.c  2012-09-04 15:44:22.0 +
@@ -326,6 +326,9 @@ SASLauth(int ac, char *av[])
 GRPcount = 0;
 PERMgroupmadeinvalid = false;
 }
+
+/* Reset our read buffer so as to prevent plaintext command 
injection. */
+line_reset(NNTPline);
 }
 } else {
/* Failure. */

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



commit intlfonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package intlfonts for openSUSE:Factory 
checked in at 2012-09-14 12:27:03

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


Package is intlfonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/intlfonts/intlfonts.changes  2012-07-02 
10:53:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.intlfonts.new/intlfonts.changes 2012-09-14 
12:27:07.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:
--
++ intlfonts.spec ++
--- /var/tmp/diff_new_pack.xs8q4h/_old  2012-09-14 12:27:08.0 +0200
+++ /var/tmp/diff_new_pack.xs8q4h/_new  2012-09-14 12:27:08.0 +0200
@@ -27,6 +27,7 @@
 Source1:gulim24.bdf.bz2
 Source2:fonts.scale.intlfonts-ttf
 Source3:efont-iso8859-15.tar.bz2
+BuildRequires:  fontpackages-devel
 Patch0: intlfonts-1.2.dif
 %if 0%{?suse_version} = 1220
 BuildRequires:  bdftopcf
@@ -35,11 +36,9 @@
 BuildRequires:  xorg-x11-devel
 %endif
 BuildRequires:  freetype2
-%definebitmap_fontdir  /usr/share/fonts/misc
-%definettf_fontdir /usr/share/fonts/truetype
-%definetype1_fontdir   /usr/share/fonts/Type1
-%define bdf_fontdir /usr/share/fonts/bdf
-Requires(pre):  %suseconfig_fonts_prereq
+%definetype1_fontdir   %{_fontsdir}/Type1
+%define bdf_fontdir %{_fontsdir}/bdf
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Provides:   intlfnts = %{version}
@@ -78,7 +77,7 @@
 Summary:Arabic Fonts for the X Window System
 License:SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntarab = %{version}
 Provides:   locale(xorg-x11:ar)
 Obsoletes:  ifntarab = 1.2.1
@@ -90,7 +89,7 @@
 Summary:Asian Fonts for the X Window System
 License:No license agreement found in package ; SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntasia = %{version}
 Provides:   locale(xorg-x11:km;th;vi)
 Obsoletes:  ifntasia = 1.2.1
@@ -102,7 +101,7 @@
 Summary:Chinese Fonts for the X Window System
 License:PERMISSIVE-OSI-COMPLIANT
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntchia = %{version}
 Provides:   locale(xorg-x11:zh)
 Obsoletes:  ifntchia = 1.2.1
@@ -114,7 +113,7 @@
 Summary:Big Chinese Fonts for the X Window System
 License:SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntchib = %{version}
 Provides:   locale(xorg-x11:zh)
 Obsoletes:  ifntchib = 1.2.1
@@ -126,7 +125,7 @@
 Summary:Ethiopic Fonts for the X Window System
 License:No license agreement found in package ; SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntethi = %{version}
 Provides:   locale(xorg-x11:am)
 Obsoletes:  ifntethi = 1.2.1
@@ -138,7 +137,7 @@
 Summary:European fonts for the X Window System
 License:PERMISSIVE-OSI-COMPLIANT
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifnteuro = %{version}
 Provides:   locale(xorg-x11:cs;el)
 Obsoletes:  ifnteuro = 1.2.1
@@ -152,7 +151,7 @@
 Summary:Japanese Fonts for the X Window System
 License:SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntjapa = %{version}
 Provides:   locale(xorg-x11:ja)
 Obsoletes:  ifntjapa = 1.2.1
@@ -164,7 +163,7 @@
 Summary:Big Japanese Fonts for the X Window System
 License:SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntjapb = %{version}
 Provides:   locale(xorg-x11:ja)
 Obsoletes:  ifntjapb = 1.2.1
@@ -176,7 +175,7 @@
 Summary:IPA font for the X Window System
 License:SUSE-Public-Domain
 Group:  System/X11/Fonts
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 Provides:   ifntphon = %{version}
 Obsoletes:  ifntphon = 1.2.1
 
@@ -187,7 +186,7 

commit ipa-bolditalic-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package ipa-bolditalic-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:27:35

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


Package is ipa-bolditalic-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/ipa-bolditalic-fonts/ipa-bolditalic-fonts.changes
2012-06-10 21:51:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ipa-bolditalic-fonts.new/ipa-bolditalic-fonts.changes
   2012-09-14 12:27:36.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:
--
++ ipa-bolditalic-fonts.spec ++
--- /var/tmp/diff_new_pack.LwGB7z/_old  2012-09-14 12:27:38.0 +0200
+++ /var/tmp/diff_new_pack.LwGB7z/_new  2012-09-14 12:27:38.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package ipa-bolditalic-fonts
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Yasuhiko Kamata
 #
 # All modifications and additions to the file contributed by third parties
@@ -11,15 +12,6 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An Open Source License is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
@@ -28,13 +20,13 @@
 Name:   ipa-bolditalic-fonts
 Version:003.02
 Release:0
+Summary:IPAGothic/IPAPGothic Italic (Oblique) / Bold Variants
 License:IPA
-Summary:IPAGothic/IPAPGothic italic (oblique) / bold variants
-%definettf_fontdir /usr/share/fonts/truetype
-Url:http://ossipedia.ipa.go.jp/ipafont/
 Group:  System/X11/Fonts
+Url:http://ossipedia.ipa.go.jp/ipafont/
 Source0:IPAFont00302_bolditalic.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-ja
 Provides:   locale(ja)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,47 +39,50 @@
 (Information-technology Promotion Agency).
 
 %package -n ipa-gothic-italic-fonts
-Summary:Italic variant of Gothic Japanese TrueType font made by IPA
+Summary:Italic Variant of Gothic Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
+Provides:   IPAGothic_Italic = %{version}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Provides:   IPAGothic_Italic = %{version}
 Obsoletes:  IPAGothic_Italic = 003.02
+%reconfigure_fonts_prereq
 
 %description -n ipa-gothic-italic-fonts
 Italic variant of Gothic Japanese TrueType font made by IPA
 (Information-technology Promotion Agency).
 
 %package -n ipa-gothic-bold-fonts
-Summary:Bold variant of Gothic Japanese TrueType font made by IPA
+Summary:Bold Variant of Gothic Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
+Provides:   IPAGothic_Bold = %{version}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Provides:   IPAGothic_Bold = %{version}
 Obsoletes:  IPAGothic_Bold = 003.02
+%reconfigure_fonts_prereq
 
 %description -n ipa-gothic-bold-fonts
 Bold variant of Gothic Japanese TrueType font made by IPA
 (Information-technology Promotion Agency).
 
 %package -n ipa-gothic-bolditalic-fonts
-Summary:Bold+Italic variant of Gothic Japanese TrueType font made by 
IPA
+Summary:Bold+Italic Variant of Gothic Japanese TrueType Font Made by 
IPA
 Group:  System/X11/Fonts
+Provides:   IPAGothic_BoldItalic = %{version}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Provides:   IPAGothic_BoldItalic = %{version}
 Obsoletes:  IPAGothic_BoldItalic = 003.02
+%reconfigure_fonts_prereq
 
 %description -n ipa-gothic-bolditalic-fonts
 Bold+Italic variant of Gothic Japanese TrueType font made by IPA
 (Information-technology Promotion Agency).
 
 %package -n 

commit ipa-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package ipa-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:27:51

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


Package is ipa-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ipa-fonts/ipa-fonts.changes  2012-06-15 
14:04:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipa-fonts.new/ipa-fonts.changes 2012-09-14 
12:27:54.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:
--
++ ipa-fonts.spec ++
--- /var/tmp/diff_new_pack.ynOZen/_old  2012-09-14 12:27:59.0 +0200
+++ /var/tmp/diff_new_pack.ynOZen/_new  2012-09-14 12:27:59.0 +0200
@@ -19,14 +19,14 @@
 Name:   ipa-fonts
 Version:003.02
 Release:0
-Summary:Japanese TrueType font made by IPA
+Summary:Japanese TrueType Font Made by IPA
 License:IPA
 Group:  System/X11/Fonts
-%definettf_fontdir /usr/share/fonts/truetype
 Url:http://ossipedia.ipa.go.jp/ipafont/
 Source0:IPAfont00302.tar.bz2
 BuildRequires:  dos2unix
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-ja
 Provides:   locale(ja)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,7 @@
 (Information-technology Promotion Agency).
 
 %package -n ipa-pgothic-fonts
-Summary:Proportional Gothic Japanese TrueType font made by IPA
+Summary:Proportional Gothic Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAPGothic = %{version}
 Provides:   scalable-font-ja
@@ -49,7 +49,7 @@
 (Information-technology Promotion Agency).
 
 %package -n ipa-gothic-fonts
-Summary:Gothic Japanese TrueType font made by IPA
+Summary:Gothic Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAGothic = %{version}
 Provides:   scalable-font-ja
@@ -61,7 +61,7 @@
 Promotion Agency).
 
 %package -n ipa-mincho-fonts
-Summary:Mincho Japanese TrueType font made by IPA
+Summary:Mincho Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAMincho = %{version}
 Provides:   scalable-font-ja
@@ -73,7 +73,7 @@
 Promotion Agency).
 
 %package -n ipa-pmincho-fonts
-Summary:Proportional Mincho Japanese TrueType font made by IPA
+Summary:Proportional Mincho Japanese TrueType Font Made by IPA
 Group:  System/X11/Fonts
 Provides:   IPAPMincho = %{version}
 Provides:   scalable-font-ja
@@ -94,58 +94,42 @@
 done
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 for i in *.ttf
 do
-install -m 644 $i %{buildroot}%{ttf_fontdir}
+install -m 644 $i %{buildroot}%{_ttfontsdir}
 done
 
-%post -n ipa-pgothic-fonts
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c -n ipa-pgothic-fonts
 
-%postun -n ipa-pgothic-fonts
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c -n ipa-gothic-fonts
 
-%post -n ipa-gothic-fonts
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c -n ipa-mincho-fonts
 
-%postun -n ipa-gothic-fonts
-%run_suseconfig_fonts -c
-
-%post -n ipa-mincho-fonts
-%run_suseconfig_fonts -c
-
-%postun -n ipa-mincho-fonts
-%run_suseconfig_fonts -c
-
-%post -n ipa-pmincho-fonts
-%run_suseconfig_fonts -c
-
-%postun -n ipa-pmincho-fonts
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c -n ipa-pmincho-fonts
 
 %files -n ipa-pgothic-fonts
 %defattr(-,root,root)
 %doc *.txt
-%dir %{ttf_fontdir}/
-%{ttf_fontdir}/ipagp.*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/ipagp.*
 
 %files -n ipa-gothic-fonts
 %defattr(-,root,root)
 %doc *.txt
-%dir %{ttf_fontdir}/
-%{ttf_fontdir}/ipag.*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/ipag.*
 
 %files -n ipa-mincho-fonts
 %defattr(-,root,root)
 %doc *.txt
-%dir %{ttf_fontdir}/
-%{ttf_fontdir}/ipam.*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/ipam.*
 
 %files -n ipa-pmincho-fonts
 %defattr(-,root,root)
 %doc *.txt
-%dir %{ttf_fontdir}/
-%{ttf_fontdir}/ipamp.*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/ipamp.*
 
 %changelog

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



commit ipa-uigothic-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package ipa-uigothic-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:27:58

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


Package is ipa-uigothic-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ipa-uigothic-fonts/ipa-uigothic-fonts.changes
2012-05-26 09:25:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ipa-uigothic-fonts.new/ipa-uigothic-fonts.changes   
2012-09-14 12:27:59.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:
--
++ ipa-uigothic-fonts.spec ++
--- /var/tmp/diff_new_pack.VJhhaB/_old  2012-09-14 12:28:02.0 +0200
+++ /var/tmp/diff_new_pack.VJhhaB/_new  2012-09-14 12:28:02.0 +0200
@@ -16,22 +16,21 @@
 #
 
 
-
 Name:   ipa-uigothic-fonts
 Version:002.003
-Release:57
-%definettf_fontdir /usr/share/fonts/truetype
+Release:0
+Summary:UI Gothic Japanese TrueType Font Made by IPA
 License:IPA
-Summary:UI Gothic Japanese TrueType font made by IPA
-Url:http://ossipedia.ipa.go.jp/ipafont/
 Group:  System/X11/Fonts
+Url:http://ossipedia.ipa.go.jp/ipafont/
 Source0:IPAfont00203.tar.bz2
 Source1:enduser_license_english.txt
 BuildRequires:  dos2unix
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+Provides:   IPUIGothic = %{version}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Provides:   IPUIGothic = %{version}
 Obsoletes:  IPUIGothic = 002.003
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -53,22 +52,15 @@
 done
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 644 ipagui.ttf %{buildroot}%{ttf_fontdir}
-
-%clean
-rm -rf %{buildroot};
-
-%post
-%run_suseconfig_fonts -c
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 644 ipagui.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-,root,root)
 %doc *.txt
-%dir %{ttf_fontdir}/
-%{ttf_fontdir}/ipagui.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/ipagui.ttf
 
 %changelog

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



commit ipset for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package ipset for openSUSE:Factory checked 
in at 2012-09-14 12:28:05

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


Package is ipset, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ipset/ipset.changes  2012-05-11 
09:46:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2012-09-14 
12:28:07.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 30 18:33:33 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 6.13
+* more restrictive command-line parser
+* documentation updates w.r.t. src/dst for hash:net,iface
+* allow saving to/restoring from a file without shell redirection
+* kernel: hash:net,iface: fix interface comparison
+* timeout fixing bug broke SET target special timeout value, fixed
+
+---

Old:

  ipset-6.12.tar.xz

New:

  ipset-6.13.tar.xz
  sles11.diff



Other differences:
--
++ ipset.spec ++
--- /var/tmp/diff_new_pack.eiO4b6/_old  2012-09-14 12:28:08.0 +0200
+++ /var/tmp/diff_new_pack.eiO4b6/_new  2012-09-14 12:28:08.0 +0200
@@ -17,8 +17,8 @@
 
 
 Name:   ipset
-%define lname  libipset2
-Version:6.12
+%define lname  libipset3
+Version:6.13
 Release:0
 Summary:Netfilter ipset administration utility
 License:GPL-2.0
@@ -29,21 +29,38 @@
 #Git-Web:  http://git.netfilter.org/
 Source: %name-%version.tar.xz
 Source3:%name-preamble
+Patch1: sles11.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  pkgconfig = 0.21
 BuildRequires:  xz
+%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) = 1
+%else
+BuildRequires:  libmnl-devel = 1
+%endif
+%if 0%{?suse_version} = 1140
+BuildRequires:  linux-glibc-devel = 2.6.24
+%endif
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+BuildRequires:  linux-kernel-headers = 2.6.24
+%endif
+%if 0%{?redhat_version} || 0%{?centos_version} || 0%{?fedora_version}
+BuildRequires:  kernel-headers = 2.6.24
+%endif
 %if 0%{?suse_version}
+# Make quilt happy
+%if 0%{?kernel_module_package_buildreqs:1}
+%define with_kmp 1
 BuildRequires:  %kernel_module_package_buildreqs
+%endif
 BuildRequires:  kernel-syms = 2.6.39
 Recommends: %name-kmp
 %endif
 
+%if 0%{?with_kmp:1}
 %kernel_module_package -p %name-preamble
+%endif
 
 %description
 IP sets are a framework inside the Linux kernel, which can be
@@ -97,32 +114,43 @@
 when matching an entry against a set.
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar --use=xz -xf %{S:0};
+%setup -DTq
+%endif
+%patch -P 1 -p1
 
 %build
-#if [ ! -e configure ]; then
-#  ./autogen.sh;
-#fi;
+%if 0%{?with_kmp}
 for flavor in %flavors_to_build; do
cp -a . ../%name-$flavor-%version;
pushd ../%name-$flavor-%version/;
# ksource: it just checks for a header
%configure --disable-static \
--with-kbuild=/usr/src/linux-obj/%_target_cpu/$flavor \
-   --with-ksource=/usr/src/linux \
-   --enable-dependency-tracking;
+   --with-ksource=/usr/src/linux;
make %{?_smp_mflags} all modules;
popd;
 done;
+%else
+%configure --disable-static --with-kmod=no
+make %{?_smp_mflags};
+%endif
 
 %install
 b=%buildroot;
+%if 0%{?with_kmp}
 for flavor in %flavors_to_build; do
pushd ../%name-$flavor-%version/;
make %{?_smp_mflags} install modules_install \
DESTDIR=$b INSTALL_MOD_PATH=$b;
popd;
 done;
+%else
+make %{?_smp_mflags} install DESTDIR=$b;
+%endif
 find $b/%_libdir -type f -name *.la -delete;
 
 %post -n %lname -p /sbin/ldconfig
@@ -136,7 +164,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libipset.so.2*
+%_libdir/libipset.so.3*
 
 %files devel
 %defattr(-,root,root)

++ sles11.diff ++

The evil overloads backported the 5-argument form,
causing the version check to be meaningless.

---
 kernel/net/netfilter/ipset/ip_set_core.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ipset-6.13/kernel/net/netfilter/ipset/ip_set_core.c
===
--- ipset-6.13.orig/kernel/net/netfilter/ipset/ip_set_core.c
+++ ipset-6.13/kernel/net/netfilter/ipset/ip_set_core.c
@@ -1180,7 +1180,7 @@ ip_set_dump(struct sock *ctnl, struct sk
if (unlikely(protocol_failed(attr)))
return -IPSET_ERR_PROTOCOL;
 
-#if LINUX_VERSION_CODE  KERNEL_VERSION(3, 1, 0)
+#if 0
return netlink_dump_start(ctnl, skb, nlh,
  

commit jackEQ for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

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

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


Package is jackEQ, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/jackEQ/jackEQ.changes2012-05-31 
17:05:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.jackEQ.new/jackEQ.changes   2012-09-14 
12:28:15.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 16 14:55:20 UTC 2012 - pascal.ble...@opensuse.org
+
+- add patch to use the correct default directories for LADSPA_PATH
+  on x86_64 on openSUSE (i.e. /usr/local/lib64/ladspa and
+  /usr/lib64/ladpsa instead of /usr/local/lib/ladspa and
+  /usr/lib/ladspa as on 32bit)
+
+---

New:

  jackeq-fix_LADSPA_PATH_for_x86_64.patch



Other differences:
--
++ jackEQ.spec ++
--- /var/tmp/diff_new_pack.MpPn6z/_old  2012-09-14 12:28:16.0 +0200
+++ /var/tmp/diff_new_pack.MpPn6z/_new  2012-09-14 12:28:16.0 +0200
@@ -34,6 +34,7 @@
 Requires:   ladspa-swh-plugins = 0.4.3
 Source: %{name}-%{version}.tar.bz2
 Patch1: jackeq-fix-no-add-needed.patch
+Patch2: jackeq-fix_LADSPA_PATH_for_x86_64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,6 +46,7 @@
 %prep
 %setup -q
 %patch1
+%patch2
 chmod -x README* COPYING AUTHORS ChangeLog NEWS TODO
 
 %build
@@ -56,7 +58,7 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf '%{buildroot}'}
 
 %files
 %defattr(-,root,root)

++ jackeq-fix_LADSPA_PATH_for_x86_64.patch ++
--- src/plugin.c.orig   2012-07-16 16:51:11.141448991 +0200
+++ src/plugin.c2012-07-16 16:52:11.480446844 +0200
@@ -13,7 +13,11 @@
if (getenv(LADSPA_PATH)) {
plugin_path = getenv(LADSPA_PATH);
} else {
+#ifdef __x86_64__
+plugin_path = /usr/local/lib64/ladspa:/usr/lib64/ladspa;
+#else
plugin_path = /usr/local/lib/ladspa:/usr/lib/ladspa;
+#endif
}
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit khmeros-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package khmeros-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:28:35

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


Package is khmeros-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/khmeros-fonts/khmeros-fonts.changes  
2012-05-26 09:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.khmeros-fonts.new/khmeros-fonts.changes 
2012-09-14 12:28:37.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:
--
++ khmeros-fonts.spec ++
--- /var/tmp/diff_new_pack.msEn5Z/_old  2012-09-14 12:28:38.0 +0200
+++ /var/tmp/diff_new_pack.msEn5Z/_new  2012-09-14 12:28:38.0 +0200
@@ -16,19 +16,18 @@
 #
 
 
-
 Name:   khmeros-fonts
 Version:5.0
-Release:106
-%definefontdir /usr/share/fonts/truetype
+Release:0
+Summary:Fonts for the Khmer Language of Cambodia
 License:LGPL-2.1+
-Summary:Fonts for the Khmer language of Cambodia
-Url:http://sourceforge.net/projects/khmer
 Group:  System/X11/Fonts
+Url:http://sourceforge.net/projects/khmer
 Source0:All_KhmerOS_5.0.tar.bz2
 Source1:LICENSE
 Source2:readme.txt
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-km
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version
 Obsoletes:  KhmerOS-fonts = %{version}
@@ -38,7 +37,7 @@
 BuildArch:  noarch
 
 %description
-Fonts for the Khmer language of Cambodia
+This package contains fonts for the Khmer language of Cambodia.
 
 %prep
 %setup -n All_KhmerOS_5.0
@@ -48,21 +47,17 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 for i in *.ttf
 do
-install -c -m 644 $i %{buildroot}%{fontdir}
+install -c -m 644 $i %{buildroot}%{_ttfontsdir}
 done
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc LICENSE readme.txt
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit libmusicbrainz4 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libmusicbrainz4 for openSUSE:Factory 
checked in at 2012-09-14 12:28:45

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


Package is libmusicbrainz4, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libmusicbrainz4/libmusicbrainz4.changes  
2012-06-13 12:43:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmusicbrainz4.new/libmusicbrainz4.changes 
2012-09-14 12:28:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 16:12:57 CEST 2012 - oher...@suse.de
+
+- Correct inconsistent licensing text (bnc#751656)
+
+---

New:

  0001-Correct-inconsistent-licensing-text.patch



Other differences:
--
++ libmusicbrainz4.spec ++
--- /var/tmp/diff_new_pack.7csSzY/_old  2012-09-14 12:28:47.0 +0200
+++ /var/tmp/diff_new_pack.7csSzY/_new  2012-09-14 12:28:47.0 +0200
@@ -26,6 +26,7 @@
 Url:http://musicbrainz.org/doc/libmusicbrainz
 Source0:
https://github.com/downloads/metabrainz/libmusicbrainz/%{_name}-%{version}.tar.gz
 Source1:baselibs.conf
+Patch751656:0001-Correct-inconsistent-licensing-text.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  neon-devel
@@ -59,6 +60,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch751656 -p1
 
 %build
 CFLAGS=%{optflags} -D_FILE_OFFSET_BITS=64

++ 0001-Correct-inconsistent-licensing-text.patch ++
 2131 lines (skipped)

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



commit libnetfilter_cthelper for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_cthelper for 
openSUSE:Factory checked in at 2012-09-14 12:28:52

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


Package is libnetfilter_cthelper, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_cthelper/libnetfilter_cthelper.changes  
2012-06-12 07:09:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_cthelper.new/libnetfilter_cthelper.changes
 2012-09-14 12:28:54.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 18:06:01 UTC 2012 - jeng...@inai.de
+
+- Rectify baselibs.conf to include the right package name
+
+---



Other differences:
--
++ libnetfilter_cthelper.spec ++
--- /var/tmp/diff_new_pack.ssFhSJ/_old  2012-09-14 12:28:55.0 +0200
+++ /var/tmp/diff_new_pack.ssFhSJ/_new  2012-09-14 12:28:55.0 +0200
@@ -30,10 +30,15 @@
 Source3:baselibs.conf
 Patch1:libname.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf, automake = 1.6
-BuildRequires:  libtool
+BuildRequires:  autoconf
+BuildRequires:  automake = 1.6
+BuildRequires:  libtool = 2
 BuildRequires:  pkgconfig = 0.21
+%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libmnl) = 1.0.0
+%else
+BuildRequires:  libmnl-devel = 1.0.0
+%endif
 BuildRequires: xz
 
 %description
@@ -58,7 +63,12 @@
 Netfilter userspace helper infrastructure.
 
 %prep
+%if 0%{?__xz:1}
 %setup -qn %name
+%else
+tar -xf %{S:0} --use=xz;
+%setup -DTqn %name
+%endif
 %patch -P 1 -p1
 
 %build
@@ -69,7 +79,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot;
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig
@@ -82,7 +92,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libnetfilter_cthelper*
+%_includedir/%name-%version
 %_libdir/libnetfilter_cthelper.so
 %_libdir/pkgconfig/libnetfilter_cthelper.pc
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.ssFhSJ/_old  2012-09-14 12:28:55.0 +0200
+++ /var/tmp/diff_new_pack.ssFhSJ/_new  2012-09-14 12:28:55.0 +0200
@@ -1 +1 @@
-libnetfilter_cttimeout1
+libnetfilter_cthelper-0-0


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



commit libntlm for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libntlm for openSUSE:Factory checked 
in at 2012-09-14 12:29:01

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


Package is libntlm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libntlm/libntlm.changes  2012-01-27 
15:21:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libntlm.new/libntlm.changes 2012-09-14 
12:29:02.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 19 10:04:23 UTC 2012 - jeng...@inai.de
+
+- Make package build on SLE_11 as well: use classic make install.
+
+---



Other differences:
--
++ libntlm.spec ++
--- /var/tmp/diff_new_pack.eTTxCj/_old  2012-09-14 12:29:02.0 +0200
+++ /var/tmp/diff_new_pack.eTTxCj/_new  2012-09-14 12:29:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libntlm
 #
-# 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,29 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  libntlm
 %define lname  libntlm0
 Version:   1.3
 Release:   0
-License:   LGPL-2.1+
 Summary:   Implementation of Microsoft's NTLM authentication
-URL:   http://www.nongnu.org/libntlm/
+License:LGPL-2.1+
 Group: Development/Libraries/C and C++
+Url:http://www.nongnu.org/libntlm/
 
 #DL-URL:   http://www.nongnu.org/libntlm/releases/
 Source:%name-%version.tar.xz
-BuildRequires:  pkgconfig, xz
-BuildRoot:  %_tmppath/%name-%version-build
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Libntlm is a library that implements Microsoft's NTLM authentication.
+libntlm is a library that implements Microsoft's NTLM authentication.
 
 %package -n %lname
 Summary:   Implementation of Microsoft's NTLM authentication
 Group: System/Libraries
 
 %description -n %lname
-Libntlm is a library that implements Microsoft's NTLM authentication.
+libntlm is a library that implements Microsoft's NTLM authentication.
 
 %package devel
 Summary:   Development files for Libntlm
@@ -45,7 +47,7 @@
 Requires:  %lname = %version
 
 %description devel
-Libntlm is a library that implements Microsoft's NTLM authentication.
+libntlm is a library that implements Microsoft's NTLM authentication.
 
 %prep
 %setup -q
@@ -55,7 +57,7 @@
 make %{?_smp_mflags};
 
 %install
-%make_install
+make install DESTDIR=%buildroot;
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig


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



commit libpng12 for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libpng12 for openSUSE:Factory 
checked in at 2012-09-14 12:29:15

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


Package is libpng12, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libpng12/libpng12.changes2012-04-02 
10:50:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpng12.new/libpng12.changes   2012-09-14 
12:29:17.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 08:14:32 UTC 2012 - pgaj...@suse.com
+
+- updated to 1.2.50:
+  Changed a+w to u+w in Makefile.in to fix CVE-2012-3386.
+
+---

Old:

  libpng-1.2.49.tar.bz2

New:

  libpng-1.2.50.tar.bz2



Other differences:
--
++ libpng12.spec ++
--- /var/tmp/diff_new_pack.7wvExO/_old  2012-09-14 12:29:18.0 +0200
+++ /var/tmp/diff_new_pack.7wvExO/_new  2012-09-14 12:29:18.0 +0200
@@ -19,17 +19,17 @@
 #
 %define major   1
 %define minor   2
-%define micro   49
+%define micro   50
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-0
 
 Name:   libpng12
-License:Zlib
-Group:  System/Libraries
 Url:http://www.libpng.org/pub/png/libpng.html
 Version:%{major}.%{minor}.%{micro}
 Release:0
 Summary:Library for the Portable Network Graphics Format (PNG)
+License:Zlib
+Group:  System/Libraries
 Source: libpng-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRequires:  libtool
@@ -41,6 +41,7 @@
 %package -n %{libname}
 
 Summary:Library for the Portable Network Graphics Format (PNG)
+Group:  System/Libraries
 # bug437293
 %ifarch ppc64
 Obsoletes:  libpng-64bit
@@ -50,9 +51,12 @@
 Provides:   libpng = %{version}-%{release}
 
 %package devel
-Group:  Development/Libraries/C and C++
 Summary:Development Tools for applications which will use the Libpng
-Requires:   zlib-devel glibc-devel %{libname} = %{version} pkg-config
+Group:  Development/Libraries/C and C++
+Requires:   %{libname} = %{version}
+Requires:   glibc-devel
+Requires:   pkg-config
+Requires:   zlib-devel
 Recommends: libpng%{branch}-compat-devel
 # bug437293
 %ifarch ppc64
@@ -61,8 +65,8 @@
 #
 
 %package compat-devel
-Group:  Development/Libraries/C and C++
 Summary:Development Tools for applications which will use the Libpng
+Group:  Development/Libraries/C and C++
 Requires:   libpng%{branch}-devel = %{version}
 Provides:   libpng-devel = %{version}
 Obsoletes:  libpng-devel  1.2.43
@@ -112,9 +116,6 @@
 make install DESTDIR=$RPM_BUILD_ROOT 
 rm $RPM_BUILD_ROOT/%{_libdir}/libpng*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig

++ libpng-1.2.49.tar.bz2 - libpng-1.2.50.tar.bz2 ++
 7615 lines of diff (skipped)

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



commit libvmime for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libvmime for openSUSE:Factory 
checked in at 2012-09-14 12:29:27

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


Package is libvmime, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvmime/libvmime.changes2012-05-10 
14:34:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvmime.new/libvmime.changes   2012-09-14 
12:29:29.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug 11 14:44:08 UTC 2012 - jeng...@inai.de
+
+- Make the package build on RHEL6
+
+---
+Thu Jul 12 16:40:45 UTC 2012 - jeng...@inai.de
+
+- Enable always generating 7-bit parameters
+  (https://jira.zarafa.com/browse/ZCP-9475)
+
+---



Other differences:
--
++ libvmime.spec ++
--- /var/tmp/diff_new_pack.y4XT0g/_old  2012-09-14 12:29:30.0 +0200
+++ /var/tmp/diff_new_pack.y4XT0g/_new  2012-09-14 12:29:30.0 +0200
@@ -58,7 +58,7 @@
 BuildRequires:  gnutls-devel
 %endif
 %endif
-%if 0%{?fedora_version}  0
+%if 0%{?fedora_version}  0 || 0%{?redhat_version} || 0%{?centos_version}
 BuildRequires:  gettext
 BuildRequires:  gnutls-devel
 %endif
@@ -105,13 +105,14 @@
 %patch7
 
 %build
-export CXXFLAGS=%optflags
-export CFLAGS=%optflags
+export CFLAGS=%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1;
+export CXXFLAGS=$CFLAGS;
 # sendmail's awesome location.
 export PATH=$PATH:/usr/sbin;
-%if 0%{?suse_version} = 1100
+%if 0%{?suse_version} = 1100 || 0%{?!suse_version}
 scons autotools;
-# SL10: Rely on scons already having been run before the tarball was made.
+# SL10 and other too old distros:
+# Rely on scons already having been run before the tarball was made.
 %endif
 %configure --disable-static
 make %{?_smp_mflags};

++ libvmime-0.9.1+svn603.tar.bz2 ++
 111268 lines of diff (skipped)

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



commit libwps for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package libwps for openSUSE:Factory checked 
in at 2012-09-14 12:29:34

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


Package is libwps, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwps/libwps.changes2012-02-16 
10:06:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes   2012-09-14 
12:29:36.0 +0200
@@ -1,0 +2,7 @@
+Thu May 31 13:20:34 CEST 2012 - fridrich.st...@suse.com
+
+- upgrade to 0.2.6
+  - Boost dependency for shared_ptr
+  - Miscellaneous upstream bug fixes and enhancements
+
+---

Old:

  libwps-0.2.4.tar.bz2

New:

  libwps-0.2.6.tar.xz



Other differences:
--
++ libwps.spec ++
--- /var/tmp/diff_new_pack.CtbCsW/_old  2012-09-14 12:29:37.0 +0200
+++ /var/tmp/diff_new_pack.CtbCsW/_new  2012-09-14 12:29:37.0 +0200
@@ -18,16 +18,18 @@
 
 Name:   libwps
 # note: the main package is empty, it only sets a sane name for the source rpm
+BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel = 0.9.0
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 Summary:Library for importing the Microsoft Works word processor file 
format
 License:LGPL-2.1+
 Group:  Productivity/Publishing/Word
-Version:0.2.4
+Version:0.2.6
 Release:0
 Url:http://libwps.sourceforge.net/
-Source: libwps-%{version}.tar.bz2
+Source: libwps-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,7 +51,8 @@
 %package devel
 Summary:Files for Developing with libwps
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version libwpd-devel = 0.9.0
+Requires:   %libname = %version
+Requires:   libwpd-devel = 0.9.0
 
 %description devel
 libwps is a library (for use by word procesors, for example) for

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



commit lklug-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package lklug-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:29:42

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


Package is lklug-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lklug-fonts/lklug-fonts.changes  2012-05-26 
09:26:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.lklug-fonts.new/lklug-fonts.changes 
2012-09-14 12:29:46.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:
--
++ lklug-fonts.spec ++
--- /var/tmp/diff_new_pack.lZZexj/_old  2012-09-14 12:29:51.0 +0200
+++ /var/tmp/diff_new_pack.lZZexj/_new  2012-09-14 12:29:51.0 +0200
@@ -17,15 +17,14 @@
 
 
 %define fontnamettf-sinhala-lklug
-%define ttf_fontdir /usr/share/fonts/truetype
 
 Name:   lklug-fonts
 Version:0.6
-Release:110
+Release:0
+Summary:Lanka Linux User Group OpenType Font for Sinhala
 License:GPL-2.0
-Summary:Lanka Linux User Group OpenType font for Sinhala
-Url:http://www.lug.lk
 Group:  System/X11/Fonts
+Url:http://www.lug.lk
 # The font file in TrueType format can be downloaed at:
 # http://sinhala.sourceforge.net/files
 # CVS, which contains the SFD sources:
@@ -35,11 +34,13 @@
 # cvs -d:pserver:anonym...@sinhala.cvs.sourceforge.net:/cvsroot/sinhala co 
sinhala/COPYING
 Source0:%{fontname}-%{version}.tar.gz
 Source1:README.SUSE
+BuildRequires:  fontpackages-devel
 Provides:   scalable-font-si
 Provides:   locale(si)
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version
 Obsoletes:  lklug = %{version}
 Provides:   lklug = %{version}
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -56,20 +57,16 @@
 cp %{SOURCE1} .
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -m 644 *.ttf %{buildroot}%{ttf_fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
 %clean
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc COPYING README.SUSE CREDITS
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit lmms for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package lmms for openSUSE:Factory checked in 
at 2012-09-14 12:29:53

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


Package is lmms, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lmms/lmms.changes2012-08-22 
14:36:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.lmms.new/lmms.changes   2012-09-14 
12:29:54.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 11 21:34:22 UTC 2012 - reddw...@opensuse.org
+
+- Recommend %{_bindir}/wine, needed by the VST plugin
+- Don't remove execute permission from VST and ZynAddSubFx plugins
+- Don't remove rpath, it's needed by the ZynAddSubFx plugin
+
+---



Other differences:
--
++ lmms.spec ++
--- /var/tmp/diff_new_pack.fg/_old  2012-09-14 12:29:59.0 +0200
+++ /var/tmp/diff_new_pack.fg/_new  2012-09-14 12:29:59.0 +0200
@@ -71,6 +71,7 @@
 BuildRequires:  wine-devel-32bit
 %endif
 %endif
+Recommends: %{_bindir}/wine
 
 %description
 LMMS is a free cross-platform music studio which allows you to produce music
@@ -98,12 +99,11 @@
 rm -r plugins/zynaddsubfx/fltk
 
 %build
-export REDDWARF_ALLOWSHAREDUNDEFINED=1
 mkdir build
 cd build
 export CFLAGS=%{optflags}
 export CXXFLAGS=%{optflags}
-cmake -DCMAKE_SKIP_RPATH=ON \
+cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DCMAKE_INSTALL_LIBDIR=%_lib \
   -DCMAKE_BUILD_TYPE=Release \
@@ -119,19 +119,19 @@
 rm -r '%{buildroot}%{_datadir}/menu'
 
 %post
+%icon_theme_cache_post
 %mime_database_post
 %desktop_database_post
-%icon_theme_cache_post
 
 %postun
-%icon_theme_cache_postun
 %desktop_database_postun
 %mime_database_postun
+%icon_theme_cache_postun
 
 %files
-%defattr(0644,root,root,0755)
+%defattr(-,root,root)
 %doc AUTHORS COPYING README TODO
-%attr(0755,-,-) %{_bindir}/lmms
+%{_bindir}/lmms
 %{_mandir}/man1/lmms.1*
 %{_libdir}/lmms/
 %{_datadir}/lmms/

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



commit lobster-cyrillic-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package lobster-cyrillic-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:30:00

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


Package is lobster-cyrillic-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/lobster-cyrillic-fonts/lobster-cyrillic-fonts.changes
2012-01-30 12:27:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.lobster-cyrillic-fonts.new/lobster-cyrillic-fonts.changes
   2012-09-14 12:30:04.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- amend spec file to reflect new font packaging scheme
+  (see openFATE#313536);
+
+---
+Thu May 17 09:10:18 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ lobster-cyrillic-fonts.spec ++
--- /var/tmp/diff_new_pack.cDSdGe/_old  2012-09-14 12:30:28.0 +0200
+++ /var/tmp/diff_new_pack.cDSdGe/_new  2012-09-14 12:30:28.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%define _ttf_fontdir%{_datadir}/fonts/truetype
-
 Name:   lobster-cyrillic-fonts
 Version:1.4
 Release:1
@@ -27,12 +25,12 @@
 Group:  System/X11/Fonts
 #Source0:   
http://www.google.com/webfonts/download?kit=uEsimanOxcTIQjktIHR7Gw
 Source0:Lobster.zip
+BuildRequires: fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 Provides:   locale(ru;uk)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 A lovely Bold Condensed Script fully loaded with hundreds of ligatures
@@ -52,18 +50,14 @@
 %build
 
 %install
-install -Dm 644 Lobster.ttf %{buildroot}%{_ttf_fontdir}/Lobster.ttf
-
-%post
-%run_suseconfig_fonts
+install -Dm 644 Lobster.ttf %{buildroot}%{_ttfontsdir}/Lobster.ttf
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root,-)
 %doc OFL.txt
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/Lobster.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/Lobster.ttf
 
 %changelog


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



commit man for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2012-09-14 12:30:32

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


Package is man, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/man/man.changes  2012-07-02 11:04:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.man.new/man.changes 2012-09-14 
12:30:53.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  4 13:44:08 UTC 2012 - co...@suse.com
+
+- move man page directories to filesystem
+
+---



Other differences:
--
++ man.spec ++
--- /var/tmp/diff_new_pack.b1Iji7/_old  2012-09-14 12:31:01.0 +0200
+++ /var/tmp/diff_new_pack.b1Iji7/_new  2012-09-14 12:31:01.0 +0200
@@ -244,11 +244,6 @@
 %{_sbindir}/accessdb
 %{_datadir}/groff/site-tmac/tmac.andb
 %{_datadir}/groff/site-tmac/tmac.andocdb
-%dir %{_mandir}/de
-%dir %{_mandir}/es
-%dir %{_mandir}/fr
-%dir %{_mandir}/it
-%dir %{_mandir}/ja
 %doc %{_mandir}/man1/*.1.gz
 %doc %{_mandir}/man5/*.5.gz
 %doc %{_mandir}/man8/*.8.gz

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



commit mcelog for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2012-09-14 12:30:48

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


Package is mcelog, Maintainer is tr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes2012-05-03 
10:58:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes   2012-09-14 
12:31:06.0 +0200
@@ -1,0 +2,11 @@
+Thu Aug 16 14:41:55 UTC 2012 - tr...@suse.de
+
+- bnc#774226 mcelog + systemd: won't start without MCELOG_ADMIN_EMAIL set
+- fix uninitialized variable mail_setup
+
+---
+Wed Jul 18 12:49:43 UTC 2012 - tr...@suse.de
+
+- Also build mcelog packages for i386 (bnc#770726)
+
+---



Other differences:
--
++ mcelog.spec ++
--- /var/tmp/diff_new_pack.UvjKUG/_old  2012-09-14 12:31:11.0 +0200
+++ /var/tmp/diff_new_pack.UvjKUG/_new  2012-09-14 12:31:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mcelog
 #
-# 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,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   mcelog
-License:GPL-2.0+
 Summary:Log Machine Check Events
+License:GPL-2.0+
+Group:  System/Monitoring
 Version:1.0pre3.6e4e2a000124
-Release:1
-AutoReqProv:on
-ExclusiveArch:  x86_64
+Release:0
+ExclusiveArch:  ix86 x86_64
 BuildRequires:  libesmtp-devel
 Requires:   logrotate
 PreReq: %insserv_prereq %fillup_prereq
@@ -35,7 +34,6 @@
 Source6:README.email_setup
 Patch1: email.patch
 Patch2: mcelog_invert_prefill_db_warning.patch
-Group:  System/Monitoring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ email.patch ++
--- /var/tmp/diff_new_pack.UvjKUG/_old  2012-09-14 12:31:11.0 +0200
+++ /var/tmp/diff_new_pack.UvjKUG/_new  2012-09-14 12:31:11.0 +0200
@@ -1,11 +1,22 @@
 mcelog-1.0pre3.6e4e2a000124/Makefile
+---
+ Makefile |   10 ++-
+ email.c  |  199 
+++
+ email.h  |   34 ++
+ mcelog.c |   93 +
+ mcelog.h |1 
+ msg.c|8 ++
+ 6 files changed, 343 insertions(+), 2 deletions(-)
+
+Index: mcelog-1.0pre3.6e4e2a000124/Makefile
+===
+--- mcelog-1.0pre3.6e4e2a000124.orig/Makefile
 +++ mcelog-1.0pre3.6e4e2a000124/Makefile
 @@ -1,3 +1,4 @@
 +CONFIG_EMAIL := 1
  CFLAGS := -g -Os
  prefix := /usr
  etcprefix :=
-@@ -34,7 +35,8 @@
+@@ -34,7 +35,8 @@ OBJ := p4.o k8.o mcelog.o dmi.o tsc.o co
 client.o cache.o sysfs.o yellow.o page.o rbtree.o   \
 xeon75xx.o sandy-bridge.o
  DISKDB_OBJ := diskdb.o dimm.o db.o
@@ -15,7 +26,7 @@
  DOC := mce.pdf
  
  ADD_DEFINES :=
-@@ -46,6 +48,12 @@
+@@ -46,6 +48,12 @@ OBJ += ${DISKDB_OBJ}
  all: dbquery
  endif
  
@@ -28,9 +39,11 @@
  SRC := $(OBJ:.o=.c)
  
  mcelog: ${OBJ}
 mcelog-1.0pre3.6e4e2a000124/email.c
+Index: mcelog-1.0pre3.6e4e2a000124/email.c
+===
+--- /dev/null
 +++ mcelog-1.0pre3.6e4e2a000124/email.c
-@@ -0,0 +1,184 @@
+@@ -0,0 +1,199 @@
 +#include unistd.h
 +#include signal.h
 +#include ctype.h
@@ -86,6 +99,21 @@
 +  return 0;
 +}
 +
++int email_env(void)
++{
++  char *email_env = getenv(MCELOG_EMAIL_DEBUG);
++
++  if (email_env)
++  debug=0;
++
++  email_env = getenv(MCELOG_ADMIN_EMAIL);
++  if (email_env) {
++  strncpy(c_recipient, email_env, MAX_STRING_LEN - 1);
++  return 1;
++  }
++  return 0;   
++}
++
 +/* Callback to prnt the recipient status */
 +static void
 +print_recipient_status (smtp_recipient_t recipient,
@@ -215,9 +243,11 @@
 +  smtp_destroy_session (session);
 +  return 0;
 +}
 mcelog-1.0pre3.6e4e2a000124/email.h
+Index: mcelog-1.0pre3.6e4e2a000124/email.h
+===
+--- /dev/null
 +++ mcelog-1.0pre3.6e4e2a000124/email.h
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,34 @@
 +#ifndef _MCELOG_EMAIL_H_
 +#define _MCELOG_EMAIL_H_
 +
@@ -229,6 +259,7 @@
 +extern void setup_mail_header(FILE *email_fd, struct mce *m);
 +extern void 

commit menu-cache for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package menu-cache for openSUSE:Factory 
checked in at 2012-09-14 12:30:55

Comparing /work/SRC/openSUSE:Factory/menu-cache (Old)
 and  /work/SRC/openSUSE:Factory/.menu-cache.new (New)


Package is menu-cache, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/menu-cache/menu-cache.changes2011-09-23 
02:12:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.menu-cache.new/menu-cache.changes   
2012-09-14 12:31:11.0 +0200
@@ -1,0 +2,12 @@
+Tue May 29 12:40:04 UTC 2012 - and...@opensuse.org
+
+- New upstream version 0.3.3
+  * bug fix release 
+- added URL tag in spec file
+
+---
+Thu Dec  8 11:16:14 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---

Old:

  menu-cache-0.3.2.tar.bz2

New:

  menu-cache-0.3.3.tar.gz



Other differences:
--
++ menu-cache.spec ++
--- /var/tmp/diff_new_pack.UkiK3v/_old  2012-09-14 12:31:15.0 +0200
+++ /var/tmp/diff_new_pack.UkiK3v/_new  2012-09-14 12:31:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package menu-cache (Version 0.3.2)
+# spec file for package menu-cache
 #
-# 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,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   menu-cache
-Version:0.3.2
-Release:7
-License:GPL
-Source0:%{name}-%{version}.tar.bz2
+Version:0.3.3
+Release:0
+Source0:%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  chrpath gtk2-devel pkgconfig
-Group:  System/GUI/LXDE
+BuildRequires:  chrpath
+BuildRequires:  gtk2-devel
+BuildRequires:  pkgconfig
 Summary:A tool speed up menus 
+License:GPL-2.0+ and LGPL-2.1+
+Group:  System/GUI/LXDE
+Url:http://www.lxde.org
 
 %description
 Libmenu-cache is a library creating and utilizing caches to speed up
@@ -34,20 +35,18 @@
 It can be used as a replacement of libgnome-menu of gnome-menus.
 
 %package devel
-License:GPL
-Group:  Development/Libraries/C and C++
-Requires:   glib2-devel
 Requires:   %name = %version
+Requires:   glib2-devel
 Requires:   libmenu-cache1 = %version
 Summary:Menu-cache Headers
+Group:  Development/Libraries/C and C++
 
 %description devel
 
 %name development files
 %package -n libmenu-cache1
-License:GPL
-Group:  System/Libraries
 Summary:Menu-cache libraries
+Group:  System/Libraries
 
 %description  -n libmenu-cache1
 

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



commit maya-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package maya-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:30:39

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


Package is maya-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/maya-fonts/maya-fonts.changes2012-05-26 
09:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.maya-fonts.new/maya-fonts.changes   
2012-09-14 12:31:01.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:
--
++ maya-fonts.spec ++
--- /var/tmp/diff_new_pack.LquQnU/_old  2012-09-14 12:31:06.0 +0200
+++ /var/tmp/diff_new_pack.LquQnU/_new  2012-09-14 12:31:06.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   maya-fonts
 #Provides:   locale(bg;el;ru;bg)
 Version:1.06
 Release:0
+Summary:Font with Basic Maya Glyphs
 License:SUSE-Permissive
-Summary:Font with basic Maya glyphs
-Url:http://users.teilar.gr/~g1951d/
 Group:  System/X11/Fonts
+Url:http://users.teilar.gr/~g1951d/
 Source: %{name}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define ttf_fontdir /usr/share/fonts/truetype
 
 %description
 Maya covers the glyphs in J. Eric S. Thompson’s “A Catalog of Maya 
Hieroglyphs”, as well as some extra glyphs for days, months and numbers. This 
is a work-font that may be of some scholarly use; it is not a proposal of any 
kind. There are no plans to improve or expand it.
@@ -40,21 +39,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}
-install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
-
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%clean
-rm -rf %{buildroot}
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root)
 %doc README
-%{ttf_fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit meslo-lg-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package meslo-lg-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:31:02

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


Package is meslo-lg-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/meslo-lg-fonts/meslo-lg-fonts.changes
2012-05-26 09:26:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.meslo-lg-fonts.new/meslo-lg-fonts.changes   
2012-09-14 12:31:15.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:
--
++ meslo-lg-fonts.spec ++
--- /var/tmp/diff_new_pack.AxQwd8/_old  2012-09-14 12:31:17.0 +0200
+++ /var/tmp/diff_new_pack.AxQwd8/_new  2012-09-14 12:31:17.0 +0200
@@ -16,25 +16,23 @@
 #
 
 
-%define _ttf_fontdir%{_datadir}/fonts/truetype
-
 Name:   meslo-lg-fonts
 Version:1.0
 Release:0
-License:Apache-2.0
 Summary:Meslo LG Font Family
-Url:https://github.com/andreberg/Meslo-Font
+License:Apache-2.0
 Group:  System/X11/Fonts
+Url:https://github.com/andreberg/Meslo-Font
 # Source validator doesn't accept spaces in file names. Need to replace
 # spaces with underscores.
 #Source0:   https://github.com/downloads/andreberg/Meslo-Font/Meslo LG 
v1.0.zip
 Source0:Meslo_LG_v%{version}.zip
 Source1:COPYING
+BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-BuildRequires:  xorg-x11-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires(pre):  %suseconfig_fonts_prereq
+%reconfigure_fonts_prereq
 
 %description
 Meslo LG is a customized version of Apple's Menlo-Regular font (which is
@@ -50,20 +48,16 @@
 
 %install
 for f in *.ttf ; do
-install -Dm 644 ${f} %{buildroot}%{_ttf_fontdir}/${f}
+install -Dm 644 ${f} %{buildroot}%{_ttfontsdir}/${f}
 done
 
-%post
-%run_suseconfig_fonts
-
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-,root,root,-)
 %doc About_Meslo_LG_v1.pdf
-%dir %{_ttf_fontdir}
-%{_ttf_fontdir}/*.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/*.ttf
 %doc COPYING
 
 %changelog


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



commit monapo-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package monapo-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:31:16

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


Package is monapo-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/monapo-fonts/monapo-fonts.changes
2012-05-26 09:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.monapo-fonts.new/monapo-fonts.changes   
2012-09-14 12:31:21.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:
--
++ monapo-fonts.spec ++
--- /var/tmp/diff_new_pack.6oU9I7/_old  2012-09-14 12:31:22.0 +0200
+++ /var/tmp/diff_new_pack.6oU9I7/_new  2012-09-14 12:31:22.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   monapo-fonts
 Version:20090423
-Release:1
-%definefontdir /usr/share/fonts/truetype
-License:IPA
+Release:0
 Summary:Monapo Japanese Truetype font
-Url:http://dicey.org/vlgothic/
+License:IPA
 Group:  System/X11/Fonts
+Url:http://dicey.org/vlgothic/
 Source0:monapo-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
+Provides:   monapo = %{version}
 Provides:   scalable-font-ja
 Provides:   locale(ja)
-Provides:   monapo = %{version}
 Obsoletes:  monapo  %{version}
 Provides:   monapo-font = %{version}
 Obsoletes:  monapo-font = 20090423
@@ -52,23 +51,19 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}
-install -m 644 monapo.ttf %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
+install -m 644 monapo.ttf %{buildroot}%{_ttfontsdir}
 
 %clean
 rm -rf %{buildroot}
 
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets -c
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog IPA_Font_License_Agreement_v1.0.txt README
 %doc docs-ipafont
 %doc docs-mona
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit mgopen-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package mgopen-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:31:10

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


Package is mgopen-fonts, Maintainer is fjk...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mgopen-fonts/mgopen-fonts.changes
2012-05-26 09:26:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.mgopen-fonts.new/mgopen-fonts.changes   
2012-09-14 12:31:18.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:
--
++ mgopen-fonts.spec ++
--- /var/tmp/diff_new_pack.nFonuz/_old  2012-09-14 12:31:21.0 +0200
+++ /var/tmp/diff_new_pack.nFonuz/_new  2012-09-14 12:31:21.0 +0200
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:   mgopen-fonts
 Version:0.20050518
-Release:182
-%definefontdir /usr/share/fonts/truetype
-License:SUSE-MgOpen
+Release:0
 Summary:Free High-Quality Greek Fonts
-Url:http://www.ellak.gr/fonts/mgopen/index.en
+License:SUSE-MgOpen
 Group:  System/X11/Fonts
+Url:http://www.ellak.gr/fonts/mgopen/index.en
 Source0:http://www.ellak.gr/fonts/mgopen/files/MgOpen.tar.bz2
 # The file README contains the license and was created with
 # w3m -dump http://www.ellak.gr/fonts/mgopen/index.en  README
 Source1:README
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Provides:   scalable-font-el
 Provides:   locale(el)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,21 +44,14 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}/
-
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}/
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc README
-%{fontdir}
+%{_ttfontsdir}
 
 %changelog

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



commit motoya-lcedar-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package motoya-lcedar-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:31:23

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


Package is motoya-lcedar-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/motoya-lcedar-fonts/motoya-lcedar-fonts.changes  
2012-05-26 09:27:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.motoya-lcedar-fonts.new/motoya-lcedar-fonts.changes 
2012-09-14 12:31:24.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:
--
++ motoya-lcedar-fonts.spec ++
--- /var/tmp/diff_new_pack.kCjnkD/_old  2012-09-14 12:31:25.0 +0200
+++ /var/tmp/diff_new_pack.kCjnkD/_new  2012-09-14 12:31:25.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   motoya-lcedar-fonts
 Version:1.0.0
-Release:1
-%definefontdir /usr/share/fonts/truetype
-License:Apache-2.0
+Release:0
 Summary:Japanese gothic-typeface fonts designed by Motoya
-Url:http://android.googlesource.com/
+License:Apache-2.0
 Group:  System/X11/Fonts
+Url:http://android.googlesource.com/
 Source0:%{name}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -40,20 +39,15 @@
 %build
 
 %install
-[ -e %{buildroot} ] || mkdir %{buildroot}
-mkdir -p  %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p  %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc NOTICE
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 
 %changelog

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



commit motoya-lmaru-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package motoya-lmaru-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:31:29

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


Package is motoya-lmaru-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/motoya-lmaru-fonts/motoya-lmaru-fonts.changes
2012-05-26 09:27:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.motoya-lmaru-fonts.new/motoya-lmaru-fonts.changes   
2012-09-14 12:31:31.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:
--
++ motoya-lmaru-fonts.spec ++
--- /var/tmp/diff_new_pack.BzoXBk/_old  2012-09-14 12:31:32.0 +0200
+++ /var/tmp/diff_new_pack.BzoXBk/_new  2012-09-14 12:31:32.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   motoya-lmaru-fonts
 Version:1.0.0
-Release:1
-%definefontdir /usr/share/fonts/truetype
+Release:0
+Summary:Japanese Round-Gothic-Typeface Fonts Designed by Motoya
 License:Apache-2.0
-Summary:Japanese round-gothic-typeface fonts designed by Motoya
-Url:http://android.googlesource.com/
 Group:  System/X11/Fonts
+Url:http://android.googlesource.com/
 Source0:%{name}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -40,20 +39,15 @@
 %build
 
 %install
-[ -e %{buildroot} ] || mkdir %{buildroot}
-mkdir -p  %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p  %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc NOTICE
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 
 %changelog

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



commit nanum-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package nanum-fonts for openSUSE:Factory 
checked in at 2012-09-14 12:31:36

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


Package is nanum-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/nanum-fonts/nanum-fonts.changes  2012-05-26 
09:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.nanum-fonts.new/nanum-fonts.changes 
2012-09-14 12:31:38.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:
--
++ nanum-fonts.spec ++
--- /var/tmp/diff_new_pack.Pm9Ehg/_old  2012-09-14 12:31:39.0 +0200
+++ /var/tmp/diff_new_pack.Pm9Ehg/_new  2012-09-14 12:31:39.0 +0200
@@ -16,21 +16,21 @@
 #
 
 
-%definettf_fontdir /usr/share/fonts/truetype
 %define gothic_namenanum-gothic-coding-fonts
 %define gothic_version 2.0
 %define nanum_version  20101109
 
 Name:   nanum-fonts
 Version:%{nanum_version}
-Release:6
-License:OFL-1.1
+Release:0
 Summary:Nanum Korean TrueType Fonts
-Url:http://hangeul.naver.com/download.nhn
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://hangeul.naver.com/download.nhn
 #Url:   http://dev.naver.com/projects/nanumfont/download/ 
(NanumGothicCoding)
 Source0:%{name}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 Recommends: %{gothic_name}
 Provides:   locale(ko)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +43,7 @@
 %package -n %{gothic_name}
 
 Version:%{gothic_version}
-Release:2
-License:OFL-1.1
+Release:0
 Summary:Nanum Gothic Coding Korean TrueType Fonts
 Group:  System/X11/Fonts
 Recommends: %{name}
@@ -61,36 +60,29 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{ttf_fontdir}/
-install -m 644 *.ttf %{buildroot}%{ttf_fontdir}/
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 644 *.ttf %{buildroot}%{_ttfontsdir}/
 mkdir -p %{buildroot}%{_docdir}/%{name}
 install -m 644 {LICENSE,README}.NanumFont %{buildroot}%{_docdir}/%{name}
 mkdir %{buildroot}%{_docdir}/%{gothic_name}
 install -m 644 {LICENSE,README}.NanumGothicCoding 
%{buildroot}%{_docdir}/%{gothic_name}
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%run_suseconfig_fonts -c
-
-%postun
-%run_suseconfig_fonts -c
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root, root)
-%dir %{ttf_fontdir}
-%{ttf_fontdir}/NanumBrush.ttf
-%{ttf_fontdir}/NanumGothic.ttf
-%{ttf_fontdir}/NanumGothicBold.ttf
-%{ttf_fontdir}/NanumGothicExtraBold.ttf
-%{ttf_fontdir}/NanumMyeongjo*.ttf
-%{ttf_fontdir}/NanumPen.ttf
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/NanumBrush.ttf
+%{_ttfontsdir}/NanumGothic.ttf
+%{_ttfontsdir}/NanumGothicBold.ttf
+%{_ttfontsdir}/NanumGothicExtraBold.ttf
+%{_ttfontsdir}/NanumMyeongjo*.ttf
+%{_ttfontsdir}/NanumPen.ttf
 %{_docdir}/%{name}
 
 %files -n %{gothic_name}
 %defattr(-, root, root)
-%{ttf_fontdir}/NanumGothicCoding*.ttf
+%{_ttfontsdir}/NanumGothicCoding*.ttf
 %{_docdir}/%{gothic_name}
 
 %changelog

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



commit obexftp for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package obexftp for openSUSE:Factory checked 
in at 2012-09-14 12:31:51

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


Package is obexftp, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/obexftp/obexftp.changes  2011-11-22 
17:49:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.obexftp.new/obexftp.changes 2012-09-14 
12:31:53.0 +0200
@@ -1,0 +2,6 @@
+Thu May 24 10:56:17 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ obexftp.spec ++
--- /var/tmp/diff_new_pack.6HvpvQ/_old  2012-09-14 12:31:53.0 +0200
+++ /var/tmp/diff_new_pack.6HvpvQ/_new  2012-09-14 12:31:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obexftp
 #
-# 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,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   obexftp
-BuildRequires:  bluez-devel libtool openobex-devel pkgconfig python-devel
-License:GPL-2.0+
-Group:  Productivity/Networking/Other
-AutoReqProv:on
+BuildRequires:  bluez-devel
+BuildRequires:  libtool
+BuildRequires:  openobex-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
 Version:0.23
-Release:4
+Release:0
 Summary:ObexFTP Implements the Object Exchange (OBEX) Protocol's File 
Transfer Feature
+License:GPL-2.0+
+Group:  Productivity/Networking/Other
 Url:http://triq.net/obexftp
 Source: %name-%version.tar.bz2
 Patch0: gcc43.diff
@@ -33,33 +34,21 @@
 
 %description
 ObexFTP works with all protocols supported by openobex (OpenOBEX).
-   Currently, these are: - irda (IrDA),
+Currently, these are:
 
+- irda (IrDA),
 - bluez-utils (BlueTooth)
-
 - setserial (Serial)
 
-
-
-Authors:
-
-Christian W. Zuckschwerdt z...@triq.net
-
 %package devel
-License:GPL-2.0+
 Summary:Development package for obexftp
 Group:  Productivity/Networking/Other
-Requires:   %name = %version openobex-devel
+Requires:   %name = %version
+Requires:   openobex-devel
 
 %description devel
 Files needed for software development using obexftp.
 
-
-
-Authors:
-
-Christian W. Zuckschwerdt z...@triq.net
-
 %prep
 %setup -q
 %patch0
@@ -68,7 +57,7 @@
 cp /usr/share/gettext/config.rpath .
 autoreconf -fiv
 %configure --disable-rpath --disable-static --with-pic --disable-perl
-make
+make %{?_smp_mflags}
 cd swig/perl
 perl Makefile.PL
 make -f Makefile.perl
@@ -84,9 +73,6 @@
 
 %postun -p /sbin/ldconfig
 
-%clean
-rm -rf  %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
@@ -103,7 +89,6 @@
 %_libdir/pkgconfig/obexftp.pc
 
 %package -n python-obexftp
-License:GPL-2.0+
 Summary:ObexFTP Implements the Object Exchange (OBEX) - Python bindings
 Group:  Productivity/Networking/Other
 Requires:   %name = %version
@@ -114,18 +99,11 @@
 
 This package contains the python bindings.
 
-
-
-Authors:
-
-Christian W. Zuckschwerdt z...@triq.net
-
 %files -n python-obexftp
 %defattr(-,root,root)
 %{py_sitedir}/*
 
 %package -n perl-obexftp
-License:GPL-2.0+
 Summary:ObexFTP Implements the Object Exchange (OBEX) - Perl bindings
 Group:  Productivity/Networking/Other
 Requires:   %name = %version
@@ -137,12 +115,6 @@
 
 This package contains the Perl bindings.
 
-
-
-Authors:
-
-Christian W. Zuckschwerdt z...@triq.net
-
 %files -n perl-obexftp
 %defattr(-,root,root)
 %if %suse_version  1140

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



commit obs-service-download_files for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory checked in at 2012-09-14 12:31:59

Comparing /work/SRC/openSUSE:Factory/obs-service-download_files (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-download_files.new (New)


Package is obs-service-download_files, Maintainer is adr...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
2012-02-14 19:04:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
   2012-09-14 12:32:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 24 13:56:26 CEST 2012 - m...@suse.de
+
+- also look at PKGBUILD files
+
+---



Other differences:
--
++ obs-service-download_files.spec ++
--- /var/tmp/diff_new_pack.tZZmlA/_old  2012-09-14 12:32:02.0 +0200
+++ /var/tmp/diff_new_pack.tZZmlA/_new  2012-09-14 12:32:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-download_files
 #
-# 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
@@ -16,18 +16,17 @@
 #
 
 
-
 Name:   obs-service-download_files
+Summary:An OBS source service: download files
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Summary:An OBS source service: download files
-Version:0.3
-Release:3
+Version:0.4
+Release:0
 Source: download_files
 Source1:download_files.service
 Source2:download_files.rc
 Requires:   wget diffutils
-Requires:   build = 2011.05.24
+Requires:   build = 2012.08.24
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ download_files ++
--- /var/tmp/diff_new_pack.tZZmlA/_old  2012-09-14 12:32:02.0 +0200
+++ /var/tmp/diff_new_pack.tZZmlA/_new  2012-09-14 12:32:02.0 +0200
@@ -79,8 +79,8 @@
 WGET=/usr/bin/wget -4 --no-check-certificate -q --timeout=30 --tries=2 
--no-directories
 
 RETURN=0
-for i in *.spec; do
-  [ $i == *.spec ]  exit 0
+for i in *.spec PKGBUILD; do
+  test -e $i || continue
 
   for url in `perl -I/usr/lib/build -MBuild -e Build::show 
/usr/lib/build/configs/default.conf $i sources`; do
 MYCACHEDIRECTORY=$CACHEDIRECTORY
@@ -110,12 +110,12 @@
 if [ -n $MYCACHEDIRECTORY -a -f $MYCACHEDIRECTORY/file/$HASH ]; then
   RECOMPRESS=
   FILE=`cat $MYCACHEDIRECTORY/filename/$HASH`
-  echo INFO: Take file from local cache $FILE
+  echo INFO: Taking file from local cache $FILE
   cp -a $MYCACHEDIRECTORY/file/$HASH ./$FILE
   MYCACHEDIRECTORY= # do not copy back
 elif [ -z $DORECOMPRESS ]; then
   if ! $WGET $url$urlextension; then
-echo ERROR: Fail to download $url
+echo ERROR: Failed to download $url
 exit 1
   fi
   RECOMPRESS=

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



commit obs-service-format_spec_file for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2012-09-14 12:32:08

Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)


Package is obs-service-format_spec_file, Maintainer is adr...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2012-09-05 09:46:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2012-09-14 12:32:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 13 14:39:31 UTC 2012 - co...@suse.com
+
+- replace ; with and in license tag
+
+---



Other differences:
--
++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.q2mZTO/_old  2012-09-14 12:32:11.0 +0200
+++ /var/tmp/diff_new_pack.q2mZTO/_new  2012-09-14 12:32:11.0 +0200
@@ -409,6 +409,7 @@
 SUSE-Redistributable-Content   This license can _only_ be used for content 
(i.e. no code, no documentation). Provided there are no restrictions on free 
(re)distribution of the content, use this license. SUSE-Firmware is a subset of 
this category.
 SUSE-Repozehttp://repoze.org/license.html
 SUSE-Sendmail  Sendmail License (http://www.sendmail.org/ftp/LICENSE)
+SUSE-SGI-FreeB-2.0 Fedora calls this MIT (it is very similar to the MIT)
 SUSE-SIP   http://www.riverbankcomputing.co.uk/software/sip/license
 SUSE-SLIB  http://www-swiss.ai.mit.edu/~jaffer/SLIB_COPYING.txt
 SUSE-SNIA-1.0  SNIA Public License 
(https://fedoraproject.org/wiki/Licensing/SNIA_Public_License)

++ prepare_spec ++
--- /var/tmp/diff_new_pack.q2mZTO/_old  2012-09-14 12:32:11.0 +0200
+++ /var/tmp/diff_new_pack.q2mZTO/_new  2012-09-14 12:32:11.0 +0200
@@ -200,7 +200,7 @@
   for (split(/\s*;\s*/, $license)) {
 push @licenses, replace_spdx_and($_);
   }
-  return join(' ; ', @licenses);
+  return join(' and ', @licenses);
 }
 
 sub set_current_pkg {

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



commit obs-service-verify_file for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package obs-service-verify_file for 
openSUSE:Factory checked in at 2012-09-14 12:32:18

Comparing /work/SRC/openSUSE:Factory/obs-service-verify_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-verify_file.new (New)


Package is obs-service-verify_file, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-verify_file/obs-service-verify_file.changes
  2012-04-17 22:00:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-verify_file.new/obs-service-verify_file.changes
 2012-09-14 12:32:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 22 07:11:23 UTC 2012 - rene.vanpaas...@gmail.com
+
+- added a requirement on perl-MD5 for Fedora 17 
+
+---



Other differences:
--
++ obs-service-verify_file.spec ++
--- /var/tmp/diff_new_pack.UO7OFE/_old  2012-09-14 12:32:21.0 +0200
+++ /var/tmp/diff_new_pack.UO7OFE/_new  2012-09-14 12:32:21.0 +0200
@@ -27,6 +27,9 @@
 Source1:verify_file.service
 Source2:LICENSE.txt
 Requires:   coreutils
+%if 0%{?fedora_version} = 17
+Requires:   perl-MD5
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

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



commit OpenIPMI for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package OpenIPMI for openSUSE:Factory 
checked in at 2012-09-14 12:32:25

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


Package is OpenIPMI, Maintainer is d...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes2011-11-17 
11:04:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.OpenIPMI.new/OpenIPMI.changes   2012-09-14 
12:32:27.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep 12 07:31:13 UTC 2012 - co...@suse.com
+
+- use %perl_requires
+
+---
+Wed Sep  5 15:06:42 UTC 2012 - d...@suse.com
+
+- fix bnc#714634
+
+---



Other differences:
--
++ OpenIPMI.spec ++
--- /var/tmp/diff_new_pack.iDE83A/_old  2012-09-14 12:32:28.0 +0200
+++ /var/tmp/diff_new_pack.iDE83A/_new  2012-09-14 12:32:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenIPMI
 #
-# 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
@@ -20,11 +20,26 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
 
 Name:   OpenIPMI
-BuildRequires:  gd-devel gdbm-devel glib2-devel libjpeg-devel libpng-devel 
libtool ncurses-devel net-snmp-devel openssl-devel pkg-config popt-devel 
python-devel python-tk python-xml swig tcl-devel tix
-License:LGPL-2.1+
-Group:  System/Monitoring
+BuildRequires:  gd-devel
+BuildRequires:  gdbm-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  net-snmp-devel
+BuildRequires:  openssl-devel
+BuildRequires:  perl-macros
+BuildRequires:  pkg-config
+BuildRequires:  popt-devel
+BuildRequires:  python-devel
+BuildRequires:  python-tk
+BuildRequires:  python-xml
+BuildRequires:  swig
+BuildRequires:  tcl-devel
+BuildRequires:  tix
 Version:2.0.19
-Release:10
+Release:0
 # http://prdownloads.sourceforge.net/openipmi/OpenIPMI-%{version}.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 Source1:sysconfig.ipmi
@@ -39,11 +54,17 @@
 Patch8: fix-conversions
 Source99:   OpenIPMI-rpmlintrc
 Url:http://openipmi.sourceforge.net
-Provides:   ipmilan ipmicmd ipmi_ui openipmigui
+Provides:   ipmi_ui
+Provides:   ipmicmd
+Provides:   ipmilan
+Provides:   openipmigui
 Requires:   python-tk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:OpenIPMI
+License:LGPL-2.1+
+Group:  System/Monitoring
 PreReq: %install_info_prereq %insserv_prereq %fillup_prereq  
+%{perl_requires}
 # Perl is sometimes installed in /usr/lib, not /usr/lib64 on 64-bit platforms.
 # %define perl_libdir %{_exec_prefix}/lib
 
@@ -59,32 +80,19 @@
 part. This OpenIPMI library also includes the ipmicmd program, a small
 program that lets you inject and receive messages.
 
-
-
-Authors:
-
-Corey Minyard cminy...@users.sourceforge.net
-Rocky Craig color...@users.sourceforge.net
-
 %package devel
-License:LGPL-2.1+
 Summary:OpenIPMI  - Development libraries
 Group:  Development/Libraries/Other
-Provides:   libIPMIlanserv libOpenIPMI libOpenIPMIui
-Requires:   OpenIPMI = %{version} glibc-devel
-AutoReqProv:on
+Provides:   libIPMIlanserv
+Provides:   libOpenIPMI
+Provides:   libOpenIPMIui
+Requires:   OpenIPMI = %{version}
+Requires:   glibc-devel
 
 %description devel
 These libraries are needed to get full access to the OpenIPMI
 functions.
 
-
-
-Authors:
-
-Corey Minyard cminy...@users.sourceforge.net
-Rocky Craig color...@users.sourceforge.net
-
 %prep
 %setup -n %{name}-%{version}
 %patch0 -p1

++ openipmi.initscript ++
--- /var/tmp/diff_new_pack.iDE83A/_old  2012-09-14 12:32:28.0 +0200
+++ /var/tmp/diff_new_pack.iDE83A/_new  2012-09-14 12:32:28.0 +0200
@@ -110,7 +110,7 @@
 MODULES=${MODULES_INTERFACES} ${MODULES_FEATURES} ${MODULES_HW} 
${MODULES_BASE}
 
 RETVAL=0
-LOCKFILE=/var/lock/subsys/ipmi
+LOCKFILE=/var/run/rcOpenIPMI
 DEV_IPMI_TIMEOUT=15
 
 #

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

commit openobex for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package openobex for openSUSE:Factory 
checked in at 2012-09-14 12:32:34

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


Package is openobex, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openobex/openobex.changes2011-11-22 
17:49:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.openobex.new/openobex.changes   2012-09-14 
12:32:36.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 15:44:09 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+
+---



Other differences:
--
++ openobex.spec ++
--- /var/tmp/diff_new_pack.9rb7Ws/_old  2012-09-14 12:32:37.0 +0200
+++ /var/tmp/diff_new_pack.9rb7Ws/_new  2012-09-14 12:32:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openobex
 #
-# 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,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   openobex
-BuildRequires:  bluez-devel libtool libusb-devel pkg-config
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  Development/Libraries/Other
 Version:1.5
-Release:4
+Release:0
 Summary:Open Source Implementation of the Object Exchange (OBEX) 
Protocol
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Development/Libraries/Other
 Url:http://openobex.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
 Patch1: openobex-libusb-check.patch
 Patch2: openobex-1.3-pkgconfig.patch
 Patch3: 0001-fix-fd-leak.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  bluez-devel
+BuildRequires:  libtool
+BuildRequires:  libusb-devel
+BuildRequires:  pkg-config
 
 %description
 OBEX is a session protocol and can best be described as a binary HTTP
@@ -39,8 +40,8 @@
 (vCal), and business cards (vCard).
 
 %package -n libopenobex1
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Open Source Implementation of the Object Exchange (OBEX) 
Protocol
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/Web/Utilities
 Provides:   openobex = %{version}
 Obsoletes:  openobex  %{version}
@@ -52,18 +53,19 @@
 (vCal), and business cards (vCard).
 
 %package apps
-License:GPL-2.0+ ; LGPL-2.1+
 Summary:Open Source Implementation of the Object Exchange (OBEX) 
Protocol
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/Web/Utilities
 
 %description apps
 applications using obex libs.
 
 %package devel
-License:GPL-2.0+
 Summary:Development package for openobex
+License:GPL-2.0+
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version} glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 
 %description devel
 Files needed for software development using openobex.
@@ -88,9 +90,6 @@
 
 %postun -n libopenobex1 -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -n libopenobex1
 %defattr(-,root,root)
 # NEWS is empty

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



commit openscap for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2012-09-14 12:32:43

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


Package is openscap, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2012-08-07 
21:50:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2012-09-14 
12:32:45.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 29 07:56:05 UTC 2012 - meiss...@suse.com
+
+- updated to 0.8.5:
+  - added rpmverifypackage probe
+  - added initial support for source and result datastreams
+  - added xccdf 1.2 dc-status support
+  - several probes were updated to conform to OVAL 5.10.1
+  - bug fixes
+
+  This release is able to evaluate the DISA STIG content.
+
+---

Old:

  openscap-0.8.4.tar.gz

New:

  openscap-0.8.5.tar.gz



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.TFDO1K/_old  2012-09-14 12:32:47.0 +0200
+++ /var/tmp/diff_new_pack.TFDO1K/_new  2012-09-14 12:32:47.0 +0200
@@ -20,9 +20,9 @@
 %define with_bindings 0
 
 Name:   openscap
-Version:0.8.4
+Version:0.8.5
 Release:1.0
-Source: http://www.open-scap.org/download/%name-%version.tar.gz
+Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source1:oscap-scan.init
 Source2:sysconfig.oscap-scan
 # SUSE specific profile, based on yast2-security

++ openscap-0.8.4.tar.gz - openscap-0.8.5.tar.gz ++
/work/SRC/openSUSE:Factory/openscap/openscap-0.8.4.tar.gz 
/work/SRC/openSUSE:Factory/.openscap.new/openscap-0.8.5.tar.gz differ: char 5, 
line 1



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



commit otrs for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2012-09-14 12:33:01

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


Package is otrs, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/otrs/otrs.changes2012-07-12 
13:48:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2012-09-14 
12:33:03.0 +0200
@@ -1,0 +2,101 @@
+Mon Sep 10 14:55:38 UTC 2012 - ch...@computersalat.de
+
+- fix for bnc#778655 (CVE-2012-4600)
+- update to 3.1.10
+  (fix for OSA-2012-02, http://otrs.org/advisory/)
+  * Improved HTML security filter to detect tag nesting.
+  * Bug#8611 - Ticket count is wrong in QueueView.
+  * Bug#8698 - Layout.pm only looks at first entry from
+HTTP_ACCEPT_LANGUAGE to determine language.
+  * Bug#8731 - LDAP group check returns wrong error. 
+- fix License: AGPL-3.0 - AGPL-3.0+
+
+---
+Wed Aug 22 17:40:22 UTC 2012 - ch...@computersalat.de
+
+- fix for bnc#776966 (CVE-2012-2582)
+- update to 3.1.9
+  (fix for OSA-2012-01, http://otrs.org/advisory/)
+  * HTML mails will now be displayed in an HTML5 sandbox iframe. This
+means that modern browsers will not execute plugins or JavaScript
+on the content any more. Currently, this is supported by Chrome
+and Safari, but IE10 and FF16 are also
+  * HTML mails will now be displayed in the restricted zone in IE.
+This means that more restrictive security settings will apply,
+such as blocking of JavaScript content by default.
+  * Bug#8360 Cannot search for tickets by dynamic fields via SOAP.
+  * Bug#8697 Time related restrictions in TicketSearch operator
+(GenericInterface) not working.
+  * Bug#8685 - Cannot use address book / customer / spell check in
+phone / email if cookies are disabled. (partly fixed)
+  * Bug#8682 - linking search conditions with  in Customersearch
+is not working since Update from 3.1.1 to 3.1.7.
+  * Bug#8683 - Cannot create dynamic field if cookies are disabled.
+  * Bug#8672 - Search Profile can't have an ampersand in the name via
+Toolbar module.
+  * Bug#8619 - The UPGRADING file has incorrect patchlevel upgrade
+description.
+  * Bug#6882 - Dummy field set first child to the very right in edit
+screen.
+  * Bug#8680 - Bulk action fails if cookies are disabled.
+- Update ITSM to 3.1.6
+  * HTML mails will now be displayed in an HTML5 sandbox iframe. This
+means that modern browsers will not execute plugins or JavaScript
+on the content any more. Currently, this is supported by Chrome
+and Safari, but IE10 and FF16 are also
+  * HTML mails will now be displayed in the restricted zone in IE.
+This means that more restrictive security settings will apply,
+such as blocking of JavaScript content by default.
+  * Bug# 6329 - Type = 'Dummy' not shown in AgentITSMConfigItemZoom.
+- rebase perm patch
+
+---
+Tue Aug  7 11:19:33 UTC 2012 - ch...@computersalat.de
+
+- update to 3.1.8
+  * Updated Greek translation file, thanks to Maistros Stelios!
+  * Improved robustness of HTML security filter: Detect masked 
+UTF-7  and  signs.
+  * Added config option for ticket permission in the escalation view.
+  * Fixed bug#8675 - Kernel::GenericInterface::Mapping doesn't provide
+a ConfigObject.
+  * Fixed bug#8660 - Duplicate DF X-Headers in PostMaster module.
+  * Fixed bug#8647 - otrs.GenerateStats.pl -S option does not
+function.
+  * Fixed bug#8616 - Spell Checker does not work using IE9.
+  * Fixed bug#8568 - IMAPTLS - More than one email at one cron run will
+not work.
+  * Added bug#8627 - bin/otrs.AddQueue2StdResponse.pl Script to add
+standard responses to queues.
+Thanks to Oliver Skippe @ CIPHRON GmbH.
+  * Fixed bug#8607 - otrs service fails in 3.1.7 on SUSE linux.
+  * Increased cache TTL of some core modules to improve performance.
+  * Fixed bug#8620 - Using a default queue in the customer interface
+causes database error on PostgresSQL if ACLs are used.
+  * Fixed bug#8618 - Inform and Involved Agents select boxes can not
+be resizable.
+  * Fixed bug#8558 - GenericInterface: response isn't valid UTF-8
+content.
+  * Added bug#7039 - bin/otrs.AddService.pl script to add services
+from the command line.
+  * Made display of pending time consistent with escalation time
+display.
+  * Fixed bug#8230 - Invalid Challenge Token when creating ticket out
+of hyperlinks.
+ - The detailed ChangeLog can be found at:
+
http://source.otrs.org/viewvc.cgi/otrs/CHANGES?revision=1.2260.2.95view=markup
+- Update ITSM to 3.1.5:
+  * Bug# 8581 - No CI Table visible in AgentITSMConfigItem when 

commit package-translations for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-09-14 12:33:09

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-09-12 07:12:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-09-14 12:33:10.0 +0200
@@ -2 +2 @@
-Tue Sep 11 16:13:32 CEST 2012 - co...@suse.com
+Thu Sep 13 16:13:42 CEST 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2012-09-11
+- automated update on 2012-09-13



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



  1   2   3   >