diff --git a/.gitignore b/.gitignore index 06f5af0..fe30331 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -fslsfonts-1.0.1.tar.bz2 -fstobdf-1.0.2.tar.bz2 -showfont-1.0.1.tar.bz2 -xfsinfo-1.0.1.tar.bz2 -xfs-1.0.5.tar.bz2 +fslsfonts-1.0.3.tar.bz2 +fstobdf-1.0.4.tar.bz2 +showfont-1.0.3.tar.bz2 +xfs-1.1.1.tar.bz2 +xfsinfo-1.0.3.tar.bz2 diff --git a/sources b/sources index c63e93e..5f427ca 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ -c7b2f8a938749d41dc86db6bd1e6a4ca fslsfonts-1.0.1.tar.bz2 -99144743ab3cbb9cf37090fdc9e747db fstobdf-1.0.2.tar.bz2 -339b2faf1ca5114fda414338e15b6e21 showfont-1.0.1.tar.bz2 -e98b18fbce1261de30b1de819d86f48a xfsinfo-1.0.1.tar.bz2 -3fc73b5e39a1fe8b8d96563c8144cffe xfs-1.0.5.tar.bz2 +9b50d967ac6d4bae9bffb62a5e527a50 fslsfonts-1.0.3.tar.bz2 +fc1f42aac16d6b76c79a1a3a0fb6a53b fstobdf-1.0.4.tar.bz2 +50b466ab6ed4a5b8df5abf1ef844309a showfont-1.0.3.tar.bz2 +e02c6cae689c082b8c98a421df8f8670 xfs-1.1.1.tar.bz2 +aae6fa48b5c2ce9186a5ff4ccc14a1d4 xfsinfo-1.0.3.tar.bz2 diff --git a/xorg-x11-xfs.spec b/xorg-x11-xfs.spec index 25d603c..373678b 100644 --- a/xorg-x11-xfs.spec +++ b/xorg-x11-xfs.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 xfs font server Name: xorg-x11-xfs -Version: 1.0.5 -Release: 8%{?dist} +Version: 1.1.1 +Release: 1%{?dist} # NOTE: Remove Epoch line if package gets renamed Epoch: 1 License: MIT @@ -9,10 +9,10 @@ Group: System Environment/Daemons URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/app/xfs-%{version}.tar.bz2 -Source1: ftp://ftp.x.org/pub/individual/app/xfsinfo-1.0.1.tar.bz2 -Source2: ftp://ftp.x.org/pub/individual/app/fslsfonts-1.0.1.tar.bz2 -Source3: ftp://ftp.x.org/pub/individual/app/fstobdf-1.0.2.tar.bz2 -Source4: ftp://ftp.x.org/pub/individual/app/showfont-1.0.1.tar.bz2 +Source1: ftp://ftp.x.org/pub/individual/app/xfsinfo-1.0.3.tar.bz2 +Source2: ftp://ftp.x.org/pub/individual/app/fslsfonts-1.0.3.tar.bz2 +Source3: ftp://ftp.x.org/pub/individual/app/fstobdf-1.0.4.tar.bz2 +Source4: ftp://ftp.x.org/pub/individual/app/showfont-1.0.3.tar.bz2 Source10: xfs.init Source11: xfs.config @@ -180,8 +180,7 @@ EOF %files %defattr(-,root,root,-) -%doc xfs-%{version}/AUTHORS xfs-%{version}/COPYING -%doc xfs-%{version}/NEWS xfs-%{version}/README xfs-%{version}/ChangeLog +%doc xfs-%{version}/COPYING %{_bindir}/xfs %dir %{_sysconfdir}/X11/fs # NOTE: We intentionally override the upstream default config file location @@ -204,12 +203,19 @@ EOF %{_bindir}/showfont %{_bindir}/xfsinfo #%dir %{_mandir}/man1x -%{_mandir}/man1/fslsfonts.1x* -%{_mandir}/man1/fstobdf.1x* -%{_mandir}/man1/showfont.1x* -%{_mandir}/man1/xfsinfo.1x* +%{_mandir}/man1/fslsfonts.1* +%{_mandir}/man1/fstobdf.1* +%{_mandir}/man1/showfont.1* +%{_mandir}/man1/xfsinfo.1* %changelog +* Tue Nov 02 2010 Peter Hutterer 1:1.1.1-1 +- xfs 1.1.1 +- xfsinfo 1.0.3 +- fslsfonts 1.0.3 +- fstobdf 1.0.4 +- showfont 1.0.3 + * Thu Jul 08 2010 Adam Jackson 1:1.0.5-8 - Install a COPYING for -utils too - Remove some XFree86 compat oh my goodness how was that still there.