commit xfs for openSUSE:Factory

2020-11-04 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2020-11-04 18:26:45

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


Package is "xfs"

Wed Nov  4 18:26:45 2020 rev:18 rq:845781 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2020-07-28 17:25:38.105924936 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new.11331/xfs.changes   2020-11-04 
18:31:49.776222559 +0100
@@ -1,0 +2,12 @@
+Tue Nov  3 15:17:06 UTC 2020 - Franck Bui 
+
+- Drop '-f' option with %service_del_preun/%service_del_postun
+
+  With %service_del_preun, the option is already ignored with as
+  support for DISABLE_STOP_ON_REMOVAL has been dropped.
+
+  With %service_del_postun, this option shouldn't be needed besides
+  very few special cases. But this package doesn't seem to belong to
+  this category.
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.hPdgeu/_old  2020-11-04 18:31:50.336221317 +0100
+++ /var/tmp/diff_new_pack.hPdgeu/_new  2020-11-04 18:31:50.336221317 +0100
@@ -71,10 +71,10 @@
 %service_add_post xfs.service
 
 %preun
-%service_del_preun -f xfs.service
+%service_del_preun xfs.service
 
 %postun
-%service_del_postun -f xfs.service
+%service_del_postun xfs.service
 
 %files
 %defattr(-,root,root)




commit xfs for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2020-07-28 17:25:11

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


Package is "xfs"

Tue Jul 28 17:25:11 2020 rev:17 rq:823018 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2020-01-06 15:21:50.452470097 
+0100
+++ /work/SRC/openSUSE:Factory/.xfs.new.3592/xfs.changes2020-07-28 
17:25:38.105924936 +0200
@@ -1,0 +2,5 @@
+Mon Jul 27 15:30:53 UTC 2020 - Stefan Dirsch 
+
+- moved config file to /usr/etc/X11/fs (boo#1173050)
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.ZhRS5N/_old  2020-07-28 17:25:39.737926788 +0200
+++ /var/tmp/diff_new_pack.ZhRS5N/_new  2020-07-28 17:25:39.741926792 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,17 @@
 #
 
 
+%if 0%{?suse_version} < 1550
+  %define _distconfdir /usr/etc
+%endif
+
 Name:   xfs
 Version:1.2.0
 Release:0
 Summary:X font server
 License:HPND
 Group:  System/X11/Utilities
-Url:http://xorg.freedesktop.org/
+URL:http://xorg.freedesktop.org/
 # http://xorg.freedesktop.org/releases/individual/app/
 Source0:%{name}-%{version}.tar.bz2
 Source1:xfs.config
@@ -48,14 +52,15 @@
 %setup -q
 
 %build
-%configure
+%configure 
--with-default-config-file=%{_sysconfdir}/X11/fs/config,%{_distconfdir}/X11/fs/config
 make %{?_smp_mflags}
 
 %install
 %make_install
 mkdir -p %{buildroot}%{_sbindir} \
  %{buildroot}%{_unitdir}
-install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/fs/config
+rm -f %{buildroot}%{_sysconfdir}/X11/fs/config
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_distconfdir}/X11/fs/config
 install -D -m 0444 %{SOURCE3} %{buildroot}%{_unitdir}/xfs.service
 install -D -m 0755 %{SOURCE2} %{buildroot}%{_sbindir}/rcxfs
 
@@ -74,8 +79,10 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
-%dir %{_sysconfdir}/X11/fs
-%config %verify(not md5 size mtime) %{_sysconfdir}/X11/fs/config
+%dir %{_distconfdir}
+%dir %{_distconfdir}/X11
+%dir %{_distconfdir}/X11/fs
+%{_distconfdir}/X11/fs/config
 %{_unitdir}/xfs.service
 %{_sbindir}/rcxfs
 %{_bindir}/xfs

++ xfs.init.d ++
--- /var/tmp/diff_new_pack.ZhRS5N/_old  2020-07-28 17:25:39.781926838 +0200
+++ /var/tmp/diff_new_pack.ZhRS5N/_new  2020-07-28 17:25:39.781926838 +0200
@@ -24,9 +24,11 @@
 rc_reset
 
 if [ ! -f /etc/X11/fs/config ] ; then
-echo "can't find /etc/X11/fs/config"
-# program is not configured
-exit 6
+if [ ! -f /usr/etc/X11/fs/config ] ; then
+echo "can't find neither /etc/X11/fs/config nor /usr/etc/X11/fs/config"
+# program is not configured
+exit 6
+fi
 fi
 
 case "$1" in




commit xfs for openSUSE:Factory

2020-01-06 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2020-01-06 15:21:49

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


Package is "xfs"

Mon Jan  6 15:21:49 2020 rev:16 rq:761009 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2018-11-18 23:31:28.845532621 
+0100
+++ /work/SRC/openSUSE:Factory/.xfs.new.6675/xfs.changes2020-01-06 
15:21:50.452470097 +0100
@@ -1,0 +2,6 @@
+Sun Jan  5 21:17:26 UTC 2020 - Stefan Dirsch 
+
+- dropped /tmp/.font-unix deletion/creation from the init script 
+  (boo#1159121)
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.suzj0q/_old  2020-01-06 15:21:50.992470378 +0100
+++ /var/tmp/diff_new_pack.suzj0q/_new  2020-01-06 15:21:50.996470380 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 

++ xfs.init.d ++
--- /var/tmp/diff_new_pack.suzj0q/_old  2020-01-06 15:21:51.024470394 +0100
+++ /var/tmp/diff_new_pack.suzj0q/_new  2020-01-06 15:21:51.024470394 +0100
@@ -37,13 +37,7 @@
 rc_status -v
 exit
 fi
-   # create new fonts.dir files if necessary
/sbin/conf.d/SuSEconfig.fonts > /dev/null
-   find /tmp/.font-unix -type f -exec safe-rm {} \; 2> /dev/null
-   find /tmp/.font-unix -type d -exec safe-rmdir {} \; 2> /dev/null
-   rm -rf /tmp/.font-unix
-   mkdir --mode=0700 /tmp/.font-unix > /dev/null || { echo "can not create 
directory '/tmp/.font-unix'"; exit -1;}
-   chown nobody.nobody /tmp/.font-unix
startproc -l /var/log/fs-errors $XFS_BIN -nodaemon -user nobody -port 
7100
rc_status -v
;;




commit xfs for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2018-11-18 23:31:14

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


Package is "xfs"

Sun Nov 18 23:31:14 2018 rev:15 rq:649350 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2018-02-09 15:51:35.438675830 
+0100
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2018-11-18 
23:31:28.845532621 +0100
@@ -1,0 +2,7 @@
+Thu Nov 15 11:40:11 UTC 2018 - sndir...@suse.com
+
+- switched from init.d script to a native systemd service 
+  (boo#1116053)
+- cleanup in specfile
+
+---

New:

  xfs.service



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.iwvNJI/_old  2018-11-18 23:31:30.525530598 +0100
+++ /var/tmp/diff_new_pack.iwvNJI/_new  2018-11-18 23:31:30.525530598 +0100
@@ -19,7 +19,6 @@
 Name:   xfs
 Version:1.2.0
 Release:0
-# FIXME: update xorg-x11-fonts-devel BuildRequires to font-util after renaming 
is done
 Summary:X font server
 License:HPND
 Group:  System/X11/Utilities
@@ -28,19 +27,15 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:xfs.config
 Source2:xfs.init.d
-%if 0%{?suse_version} >= 01140
-# Needed to create the man page symlink to init.d
-BuildRequires:  aaa_base-extras
-%endif
+Source3:xfs.service
+BuildRequires:  font-util >= 1.1
 BuildRequires:  pkg-config
-# FIXME: change to font-util >= 1.1 when xorg-x11-fonts-devel will be renamed
-BuildRequires:  xorg-x11-fonts-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(xfont2)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.10
 BuildRequires:  pkgconfig(xproto) >= 7.0.17
 BuildRequires:  pkgconfig(xtrans)
 PreReq: %fillup_prereq
-PreReq: %insserv_prereq
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,29 +53,32 @@
 
 %install
 %make_install
-install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/fs/config
-install -D -m0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/xfs
-mkdir -p %{buildroot}%{_sbindir}
-ln -s %{_sysconfdir}/init.d/xfs %{buildroot}%{_sbindir}/rcxfs
+mkdir -p %{buildroot}%{_sbindir} \
+ %{buildroot}%{_unitdir}
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/X11/fs/config
+install -D -m 0444 %{SOURCE3} %{buildroot}%{_unitdir}/xfs.service
+install -D -m 0755 %{SOURCE2} %{buildroot}%{_sbindir}/rcxfs
+
+%pre
+%service_add_pre xfs.service
 
 %post
-%fillup_and_insserv xfs
+%service_add_post xfs.service
 
 %preun
-%stop_on_removal xfs
+%service_del_preun -f xfs.service
 
 %postun
-%restart_on_update xfs
-%insserv_cleanup
+%service_del_postun -f xfs.service
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
 %dir %{_sysconfdir}/X11/fs
 %config %verify(not md5 size mtime) %{_sysconfdir}/X11/fs/config
-%{_sysconfdir}/init.d/xfs
-%{_bindir}/xfs
+%{_unitdir}/xfs.service
 %{_sbindir}/rcxfs
+%{_bindir}/xfs
 %{_mandir}/man1/xfs.1%{?ext_man}
 
 %changelog

++ xfs.init.d ++
--- /var/tmp/diff_new_pack.iwvNJI/_old  2018-11-18 23:31:30.549530569 +0100
+++ /var/tmp/diff_new_pack.iwvNJI/_new  2018-11-18 23:31:30.549530569 +0100
@@ -3,7 +3,7 @@
 #
 # Mike Fabian , 2001
 #
-# /etc/init.d/xfs
+# /usr/sbin/rcxfs
 #
 ### BEGIN INIT INFO
 # Provides:   xfs

++ xfs.service ++
[Unit]
Documentation=man:xfs(1)
SourcePath=/usr/sbin/rcxfs
Description=LSB: X Font Server
After=network-online.target
After=nss-lookup.target
After=remote-fs.target
Wants=network-online.target
Wants=nss-lookup.target
Wants=remote-fs.target

[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
SuccessExitStatus=5 6
ExecStart=/usr/sbin/rcxfs start
ExecStop=/usr/sbin/rcxfs stop
ExecReload=/usr/sbin/rcxfs reload



commit xfs for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2018-02-09 15:51:34

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


Package is "xfs"

Fri Feb  9 15:51:34 2018 rev:14 rq:574302 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2017-11-30 12:45:16.206183321 
+0100
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2018-02-09 
15:51:35.438675830 +0100
@@ -1,0 +2,5 @@
+Thu Feb  8 14:28:46 UTC 2018 - sndir...@suse.com
+
+- fixed build (looks like a manual page has been dropped)
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.sdw8Ms/_old  2018-02-09 15:51:36.254646522 +0100
+++ /var/tmp/diff_new_pack.sdw8Ms/_new  2018-02-09 15:51:36.254646522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,9 +62,6 @@
 install -D -m0755 %{SOURCE2} %{buildroot}%{_sysconfdir}/init.d/xfs
 mkdir -p %{buildroot}%{_sbindir}
 ln -s %{_sysconfdir}/init.d/xfs %{buildroot}%{_sbindir}/rcxfs
-# missing manual page
-mkdir -p %{buildroot}%{_mandir}/man8
-ln -s ../man7/init.d.7%{?ext_man} 
%{buildroot}%{_mandir}/man8/rcxfs.8%{?ext_man}
 
 %post
 %fillup_and_insserv xfs
@@ -85,6 +82,5 @@
 %{_bindir}/xfs
 %{_sbindir}/rcxfs
 %{_mandir}/man1/xfs.1%{?ext_man}
-%{_mandir}/man8/rcxfs.8%{?ext_man}
 
 %changelog




commit xfs for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2017-11-30 12:45:14

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


Package is "xfs"

Thu Nov 30 12:45:14 2017 rev:13 rq:546298 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2017-05-31 12:20:26.174521888 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2017-11-30 
12:45:16.206183321 +0100
@@ -1,0 +2,9 @@
+Tue Nov 28 19:30:37 UTC 2017 - sndir...@suse.com
+
+- xfs 1.2.0
+  * This release ports the X Font Server to libXfont 2.x. 
+Distributions may now drop libXfont 1.x at their convenience.
+This conversion has been lightly tested but some issues may
+remain; please report any new issues to xorg-de...@lists.x.org.
+
+---

Old:

  xfs-1.1.4.tar.bz2

New:

  xfs-1.2.0.tar.bz2



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.OwuqJi/_old  2017-11-30 12:45:16.990154821 +0100
+++ /var/tmp/diff_new_pack.OwuqJi/_new  2017-11-30 12:45:16.994154676 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfs
-Version:1.1.4
+Version:1.2.0
 Release:0
 # FIXME: update xorg-x11-fonts-devel BuildRequires to font-util after renaming 
is done
 Summary:X font server
@@ -35,7 +35,7 @@
 BuildRequires:  pkg-config
 # FIXME: change to font-util >= 1.1 when xorg-x11-fonts-devel will be renamed
 BuildRequires:  xorg-x11-fonts-devel
-BuildRequires:  pkgconfig(xfont)
+BuildRequires:  pkgconfig(xfont2)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.10
 BuildRequires:  pkgconfig(xproto) >= 7.0.17
 BuildRequires:  pkgconfig(xtrans)

++ xfs-1.1.4.tar.bz2 -> xfs-1.2.0.tar.bz2 ++
 11300 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfs-1.1.4/ChangeLog new/xfs-1.2.0/ChangeLog
--- old/xfs-1.1.4/ChangeLog 2014-08-22 07:36:15.0 +0200
+++ new/xfs-1.2.0/ChangeLog 2017-11-28 18:19:20.0 +0100
@@ -1,3 +1,153 @@
+commit c0ff087474db78b91241c31c00a501782a3da31b
+Author: Adam Jackson 
+Date:   Tue Nov 28 12:16:13 2017 -0500
+
+xfs 1.2.0
+
+Signed-off-by: Adam Jackson 
+
+commit fedc90e8e3f6c36204de5562bfb726270064a4f1
+Author: Adam Jackson 
+Date:   Mon Apr 24 17:35:14 2017 -0400
+
+xfs: port to libXfont2
+
+This appears to work, in the sense that xfsinfo and fslsfonts print the
+same thing before and after.
+
+Signed-off-by: Adam Jackson 
+
+commit 47eceb44ca00569b76e4304ee3b36c8f87d46a3e
+Author: Adam Jackson 
+Date:   Mon Apr 24 15:33:39 2017 -0400
+
+xtrans: Simplify an error path when started from inetd
+
+The old code is redundant, since our caller looks like:
+
+OldListen = _FontTransGetInetdListenInfo (inetdListener);
+if (OldListen == NULL) {
+FatalError("failed to initialize OldListen to inetd socket: %s\n",
+   strerror(errno));
+}
+
+Signed-off-by: Adam Jackson 
+
+commit fcdfd5053c21441265645eb381bb9120f972735c
+Author: Mihail Konev 
+Date:   Thu Jan 26 14:00:21 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit 22c4117e8c7e08f15e42be3120eff58cb04fdd0d
+Author: Emil Velikov 
+Date:   Mon Mar 9 12:00:52 2015 +
+
+autogen.sh: use quoted string variables
+
+Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+fall-outs, when they contain space.
+
+Signed-off-by: Emil Velikov 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+commit 89c3df532ae4bd9d5924a445264a9df3a97f6bf6
+Author: Peter Hutterer 
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+autogen.sh: use exec instead of waiting for configure to finish
+
+Syncs the invocation of configure with the one from the server.
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Emil Velikov 
+
+commit 9e64669db3b19ce11b40e084cf2d366bfd52826f
+Author: Thomas Klausner 
+Date:   Thu Jul 23 13:55:18 2015 +0200
+
+Include config.h first, and add comment about Xpoll.h.
+
+(To avoid having this header moved lower.)
+
+Signed-off-by: Thomas Klausner 
+Reviewed-by: Emil Velikov 
+
+commit 75be718a55376d39b0e517da33ef7a7557ac8f20
+Author: Thomas Klausner 
+Date:   Sun Jul 19 09:55:55 2015 +0200
+
+Ignore .dirstamp files.
+ 

commit xfs for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2017-05-31 12:19:52

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


Package is "xfs"

Wed May 31 12:19:52 2017 rev:12 rq:499645 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2014-08-27 07:46:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2017-05-31 
12:20:26.174521888 +0200
@@ -1,0 +2,6 @@
+Tue May 30 09:50:45 UTC 2017 - sndir...@suse.com
+
+- includes everything needed for missing sle issue entries:
+  fate #320388 (bsc#1041620) 
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.ZLuJsp/_old  2017-05-31 12:20:26.846427038 +0200
+++ /var/tmp/diff_new_pack.ZLuJsp/_new  2017-05-31 12:20:26.850426473 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit xfs for openSUSE:Factory

2014-08-26 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2014-08-27 07:46:07

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


Package is "xfs"

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2014-07-16 16:22:12.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2014-08-27 
07:46:25.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug 25 10:00:08 UTC 2014 - sndir...@suse.com
+
+- xfs 1.1.4
+  * This release improves compatibility with libXfont 1.5 and
+cleans up many compiler warnings and chunks of dead code.
+  * supersedes U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch
+
+---

Old:

  U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch
  xfs-1.1.3-2c79452.tar.bz2

New:

  xfs-1.1.4.tar.bz2



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.svSdkO/_old  2014-08-27 07:46:26.0 +0200
+++ /var/tmp/diff_new_pack.svSdkO/_new  2014-08-27 07:46:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfs
-Version:1.1.3
+Version:1.1.4
 Release:0
 # FIXME: update xorg-x11-fonts-devel BuildRequires to font-util after renaming 
is done
 Summary:X font server
@@ -25,10 +25,9 @@
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 # http://xorg.freedesktop.org/releases/individual/app/
-Source0:%{name}-%{version}-2c79452.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 Source1:xfs.config
 Source2:xfs.init.d
-Patch0: U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch
 %if 0%{?suse_version} >= 01140
 # Needed to create the man page symlink to init.d
 BuildRequires:  aaa_base-extras
@@ -52,7 +51,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ xfs-1.1.3-2c79452.tar.bz2 -> xfs-1.1.4.tar.bz2 ++
 11563 lines of diff (skipped)

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



commit xfs for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2014-07-16 16:19:40

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


Package is "xfs"

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2014-03-22 19:46:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2014-07-16 
16:22:12.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 15 13:18:29 UTC 2014 - sndir...@suse.com
+
+- U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch
+  * needed after switching to libXfont 1.8, which now disables
+support for SNF font format by default
+
+---

New:

  U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.ANEik0/_old  2014-07-16 16:22:13.0 +0200
+++ /var/tmp/diff_new_pack.ANEik0/_new  2014-07-16 16:22:13.0 +0200
@@ -28,6 +28,7 @@
 Source0:%{name}-%{version}-2c79452.tar.bz2
 Source1:xfs.config
 Source2:xfs.init.d
+Patch0: U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch
 %if 0%{?suse_version} >= 01140
 # Needed to create the man page symlink to init.d
 BuildRequires:  aaa_base-extras
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ U_Only-call-SnfSetFormat-if-libXfont-is-built-with-SNF.patch ++
>From 659e9deafa76bb7feab16afc848392536361c92b Mon Sep 17 00:00:00 2001
From: Alan Coopersmith 
Date: Fri, 16 May 2014 15:33:56 -0700
Subject: [PATCH] Only call SnfSetFormat if libXfont is built with SNF support

Signed-off-by: Alan Coopersmith 
---
 os/config.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/os/config.c b/os/config.c
index 2e5dc1c..81275ea 100644
--- a/os/config.c
+++ b/os/config.c
@@ -60,6 +60,7 @@ in this Software without prior written authorization from The 
Open Group.
 #include   "difsutils.h"
 #include   
 #include   "difs.h"
+#include   
 
 /* libXfont/src/bitmap/snfstr.h */
 extern void SnfSetFormat(int bit, int byte, int glyph, int scan);
@@ -660,6 +661,8 @@ config_set_snf_format (
 val = config_parse_int (parm, val, &ret, &scan);
 if (ret == -1)
return val;
+#ifdef XFONT_SNFFORMAT
 SnfSetFormat (bit, byte, glyph, scan);
+#endif
 return val;
 }
-- 
1.8.4.5

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



commit xfs for openSUSE:Factory

2014-03-22 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2014-03-22 19:46:09

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


Package is "xfs"

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2013-06-13 22:50:06.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2014-03-22 
19:46:11.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 19 11:48:06 UTC 2014 - sndir...@suse.com
+
+- udpated to current git id 2c79452 in order to fix build for
+  latest libXfont
+
+---

Old:

  xfs-1.1.3.tar.bz2

New:

  xfs-1.1.3-2c79452.tar.bz2



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.2NDzl0/_old  2014-03-22 19:46:12.0 +0100
+++ /var/tmp/diff_new_pack.2NDzl0/_new  2014-03-22 19:46:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -24,7 +24,8 @@
 License:HPND
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+# http://xorg.freedesktop.org/releases/individual/app/
+Source0:%{name}-%{version}-2c79452.tar.bz2
 Source1:xfs.config
 Source2:xfs.init.d
 %if 0%{?suse_version} >= 01140

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



commit xfs for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2013-06-13 22:50:05

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


Package is "xfs"

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2013-05-07 16:03:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2013-06-13 
22:50:06.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun 12 13:52:13 UTC 2013 - cfarr...@suse.com
+
+- license update: HPND
+  This is HPND, not MIT (absence of express sublicensing permission etc)
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.vbwJrC/_old  2013-06-13 22:50:06.0 +0200
+++ /var/tmp/diff_new_pack.vbwJrC/_new  2013-06-13 22:50:06.0 +0200
@@ -21,7 +21,7 @@
 Release:0
 # FIXME: update xorg-x11-fonts-devel BuildRequires to font-util after renaming 
is done
 Summary:X font server
-License:MIT
+License:HPND
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

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



commit xfs for openSUSE:Factory

2013-05-07 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2013-05-07 16:03:31

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


Package is "xfs"

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2012-05-16 12:27:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2013-05-07 
16:03:32.0 +0200
@@ -1,0 +2,7 @@
+Tue May  7 11:33:31 UTC 2013 - sndir...@suse.com
+
+- xfs 1.1.3
+  * This release contains a number of code cleanups and other
+minor fixes. 
+
+---

Old:

  xfs-1.1.2.tar.bz2

New:

  xfs-1.1.3.tar.bz2



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.htV9eC/_old  2013-05-07 16:03:33.0 +0200
+++ /var/tmp/diff_new_pack.htV9eC/_new  2013-05-07 16:03:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfs
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,15 +16,14 @@
 #
 
 
-
 Name:   xfs
-Version:1.1.2
+Version:1.1.3
 Release:0
 # FIXME: update xorg-x11-fonts-devel BuildRequires to font-util after renaming 
is done
-License:MIT
 Summary:X font server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:xfs.config
 Source2:xfs.init.d

++ xfs-1.1.2.tar.bz2 -> xfs-1.1.3.tar.bz2 ++
 8475 lines of diff (skipped)

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



commit xfs for openSUSE:Factory

2012-05-16 Thread h_root
Hello community,

here is the log from the commit of package xfs for openSUSE:Factory checked in 
at 2012-05-16 12:27:27

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


Package is "xfs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xfs/xfs.changes  2012-05-08 12:05:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xfs.new/xfs.changes 2012-05-16 
12:27:27.0 +0200
@@ -1,0 +2,6 @@
+Fri May 11 13:06:05 UTC 2012 - sndir...@suse.com
+
+- make use of %verfiy(not md5 size mtime) for /etc/X11/fs/config
+  (bnc#761824)
+
+---



Other differences:
--
++ xfs.spec ++
--- /var/tmp/diff_new_pack.6oUIFI/_old  2012-05-16 12:27:28.0 +0200
+++ /var/tmp/diff_new_pack.6oUIFI/_new  2012-05-16 12:27:28.0 +0200
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   xfs
 Version:1.1.2
 Release:0
@@ -77,7 +79,8 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
-%config %{_sysconfdir}/X11/fs/
+%dir %{_sysconfdir}/X11/fs
+%config %verify(not md5 size mtime) %{_sysconfdir}/X11/fs/config
 %{_sysconfdir}/init.d/xfs
 %{_bindir}/xfs
 %{_sbindir}/rcxfs

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