rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.153,1.154
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14247
Modified Files:
nvidia-kmod.spec
Log Message:
Allow to build instances for cuda
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- nvidia-kmod.spec 21 Nov 2013 22:40:57 -0000 1.153
+++ nvidia-kmod.spec 24 Nov 2013 14:08:38 -0000 1.154
@@ -3,13 +3,13 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+#global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 331.20
# Taken over by kmodtool
-Release: 2%{?dist}.2
+Release: 3%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -65,6 +65,7 @@
for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}/kernel/
make %{?_smp_mflags} IGNORE_CC_MISMATCH=1 KERNEL_UNAME="${kernel_version%%___*}" \
+ %{?_nv_build_module_instances:NV_BUILD_MODULE_INSTANCES=%{?_nv_build_module_instances}} \
SYSSRC="${kernel_version##*___}" module
popd
pushd _kmod_build_${kernel_version%%___*}/kernel/uvm
@@ -89,6 +90,10 @@
%changelog
+* Sun Nov 24 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-3
+- Allow akmod to build modules for cuda
+ Set %%_nv_build_module_instances 8 into /etc/rpm/cuda.dist
+
* Thu Nov 21 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.20-2.2
- Rebuilt for kernel
11 years
rpms/dosemu/F-18 .cvsignore, 1.3, 1.4 dosemu.spec, 1.2, 1.3 sources, 1.3, 1.4
by Justin Zygmont
Author: solarflow99
Update of /cvs/free/rpms/dosemu/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4896/F-18
Modified Files:
.cvsignore dosemu.spec sources
Log Message:
updated build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-18/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 11 Feb 2013 05:21:09 -0000 1.3
+++ .cvsignore 24 Nov 2013 00:42:45 -0000 1.4
@@ -1,3 +1,3 @@
+dosemu-freedos-bin.tgz
freedos-source.tar.gz
dosemu-1.4.0.8.tgz
-dosemu-freedos-bin.tgz
Index: dosemu.spec
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-18/dosemu.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dosemu.spec 11 Feb 2013 05:21:09 -0000 1.2
+++ dosemu.spec 24 Nov 2013 00:42:45 -0000 1.3
@@ -1,6 +1,6 @@
Name: dosemu
Version: 1.4.0.8
-Release: 15.20130205git%{?dist}
+Release: 17.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -89,6 +89,7 @@
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu
mv -f $RPM_BUILD_ROOT%{_sysconfdir}/drives/* \
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
+ln -s /etc/dosemu/dosemu.conf $RPM_BUILD_ROOT%{_sysconfdir}/dosemu.conf
%clean
@@ -142,6 +143,7 @@
%doc %{_docdir}/%{name}-%{version}/THANKS
%dir %{_sysconfdir}/dosemu
%dir %{_sysconfdir}/dosemu/drives
+%config(noreplace) %{_sysconfdir}/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/drives/c
%config(noreplace) %{_sysconfdir}/dosemu/drives/d
@@ -152,6 +154,11 @@
%changelog
+* Thu Nov 22 2013 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0.8-17.20131022git
+- updated to the latest build, fixes many bugs
+- Added a symlink for /etc/dosemu, other minor fixes
+
* Mon Feb 05 2013 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0.8-15.20130205git
- updated to the latest build, including improvements for easier package builds
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-18/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 11 Feb 2013 05:21:09 -0000 1.3
+++ sources 24 Nov 2013 00:42:45 -0000 1.4
@@ -1,3 +1,3 @@
-f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
-07d88b6fbcec201fc262783e30eba600 dosemu-1.4.0.8.tgz
ed17a7e91e2010c04f6807eff9fb812d dosemu-freedos-bin.tgz
+f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
+5dfd280442a37a5267bcc593a78b8059 dosemu-1.4.0.8.tgz
11 years
rpms/dosemu/F-19 .cvsignore, 1.3, 1.4 dosemu.spec, 1.2, 1.3 sources, 1.3, 1.4
by Justin Zygmont
Author: solarflow99
Update of /cvs/free/rpms/dosemu/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4224/F-19
Modified Files:
.cvsignore dosemu.spec sources
Log Message:
updated build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-19/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 24 Nov 2013 00:09:11 -0000 1.3
+++ .cvsignore 24 Nov 2013 00:36:07 -0000 1.4
@@ -1,3 +1,3 @@
-freedos-source.tar.gz
dosemu-1.4.0.8.tgz
dosemu-freedos-bin.tgz
+freedos-source.tar.gz
Index: dosemu.spec
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-19/dosemu.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dosemu.spec 24 Nov 2013 00:09:11 -0000 1.2
+++ dosemu.spec 24 Nov 2013 00:36:07 -0000 1.3
@@ -1,6 +1,6 @@
Name: dosemu
Version: 1.4.0.8
-Release: 16.20131022git%{?dist}
+Release: 17.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -155,7 +155,7 @@
%changelog
* Thu Nov 22 2013 Justin Zygmont <solarflow99[AT]gmail.com>
-- 1.4.0.8-16.20131022git
+- 1.4.0.8-17.20131022git
- updated to the latest build, fixes many bugs
- Added a symlink for /etc/dosemu, other minor fixes
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-19/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 24 Nov 2013 00:09:11 -0000 1.3
+++ sources 24 Nov 2013 00:36:07 -0000 1.4
@@ -1,3 +1,3 @@
-f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
5dfd280442a37a5267bcc593a78b8059 dosemu-1.4.0.8.tgz
ed17a7e91e2010c04f6807eff9fb812d dosemu-freedos-bin.tgz
+f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
11 years
rpms/dosemu/F-19 .cvsignore, 1.2, 1.3 dosemu.spec, 1.1, 1.2 sources, 1.2, 1.3
by Justin Zygmont
Author: solarflow99
Update of /cvs/free/rpms/dosemu/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2951/F-19
Modified Files:
.cvsignore dosemu.spec sources
Log Message:
updated build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-19/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 12 Nov 2010 09:25:46 -0000 1.2
+++ .cvsignore 24 Nov 2013 00:09:11 -0000 1.3
@@ -1,3 +1,3 @@
-dosemu-1.4.0.tgz
-dosemu-freedos-bin.tgz
freedos-source.tar.gz
+dosemu-1.4.0.8.tgz
+dosemu-freedos-bin.tgz
Index: dosemu.spec
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-19/dosemu.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dosemu.spec 12 Nov 2010 09:25:46 -0000 1.1
+++ dosemu.spec 24 Nov 2013 00:09:11 -0000 1.2
@@ -1,6 +1,6 @@
Name: dosemu
-Version: 1.4.0
-Release: 8.1999svn%{?dist}
+Version: 1.4.0.8
+Release: 16.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -28,6 +28,7 @@
Source3: freedos-source.tar.gz
Group: Applications/Emulators
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: hicolor-icon-theme
BuildRequires: bison
BuildRequires: flex
BuildRequires: slang-devel
@@ -38,7 +39,7 @@
BuildRequires: libsndfile
BuildRequires: desktop-file-utils
BuildRequires: xorg-x11-font-utils
-Requires: hicolor-icon-theme
+BuildRequires: git
# At this time, Dosemu only works with Linux on x86, other ports are welcome.
# ExclusiveArch: %{ix86} can also be used, but some build clients such as
@@ -88,6 +89,7 @@
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu
mv -f $RPM_BUILD_ROOT%{_sysconfdir}/drives/* \
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
+ln -s /etc/dosemu/dosemu.conf $RPM_BUILD_ROOT%{_sysconfdir}/dosemu.conf
%clean
@@ -141,6 +143,7 @@
%doc %{_docdir}/%{name}-%{version}/THANKS
%dir %{_sysconfdir}/dosemu
%dir %{_sysconfdir}/dosemu/drives
+%config(noreplace) %{_sysconfdir}/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/drives/c
%config(noreplace) %{_sysconfdir}/dosemu/drives/d
@@ -151,6 +154,28 @@
%changelog
+* Thu Nov 22 2013 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0.8-16.20131022git
+- updated to the latest build, fixes many bugs
+- Added a symlink for /etc/dosemu, other minor fixes
+
+* Mon Feb 05 2013 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0.8-15.20130205git
+- updated to the latest build, including improvements for easier package builds
+
+* Mon Jun 16 2012 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0.6-14.20120623git
+- updated to the latest build, and changed the release tag for GIT since svn is no longer used
+- updated GNU license URL in freedos dosemu-freedos-bin.tgz
+
+* Mon Oct 03 2011 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0-12.2058svn
+- updated the svn build to fix a problem with dosemu hanging on startup
+
+* Thu Sep 01 2011 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0-9.2053svn
+- updated the svn build
+
* Tue Aug 10 2010 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-8.1999svn
- updated the svn build, added Arch x86_64
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-19/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 12 Nov 2010 09:25:46 -0000 1.2
+++ sources 24 Nov 2013 00:09:11 -0000 1.3
@@ -1,3 +1,3 @@
-e0651504635f361995c2bad89f74d97a dosemu-1.4.0.tgz
-2e09774fe91cff4372cb4a393eb467f5 dosemu-freedos-bin.tgz
f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
+5dfd280442a37a5267bcc593a78b8059 dosemu-1.4.0.8.tgz
+ed17a7e91e2010c04f6807eff9fb812d dosemu-freedos-bin.tgz
11 years
rpms/dosemu/F-17 dosemu.spec,1.4,1.5 sources,1.5,1.6
by Justin Zygmont
Author: solarflow99
Update of /cvs/free/rpms/dosemu/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32231/F-17
Modified Files:
dosemu.spec sources
Log Message:
initial build
Index: dosemu.spec
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-17/dosemu.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dosemu.spec 11 Feb 2013 05:39:44 -0000 1.4
+++ dosemu.spec 23 Nov 2013 05:15:49 -0000 1.5
@@ -1,6 +1,6 @@
Name: dosemu
Version: 1.4.0.8
-Release: 15.20130205git%{?dist}
+Release: 16.20131022git%{?dist}
Summary: DOS Emulator for Linux
URL: http://dosemu.sf.net
License: GPLv2+
@@ -89,6 +89,7 @@
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu
mv -f $RPM_BUILD_ROOT%{_sysconfdir}/drives/* \
$RPM_BUILD_ROOT%{_sysconfdir}/dosemu/drives
+ln -s /etc/dosemu/dosemu.conf $RPM_BUILD_ROOT%{_sysconfdir}/dosemu.conf
%clean
@@ -142,6 +143,7 @@
%doc %{_docdir}/%{name}-%{version}/THANKS
%dir %{_sysconfdir}/dosemu
%dir %{_sysconfdir}/dosemu/drives
+%config(noreplace) %{_sysconfdir}/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/dosemu.conf
%config(noreplace) %{_sysconfdir}/dosemu/drives/c
%config(noreplace) %{_sysconfdir}/dosemu/drives/d
@@ -152,6 +154,11 @@
%changelog
+* Thu Nov 22 2013 Justin Zygmont <solarflow99[AT]gmail.com>
+- 1.4.0.8-16.20131022git
+- updated to the latest build, fixes many bugs
+- Added a symlink for /etc/dosemu, other minor fixes
+
* Mon Feb 05 2013 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0.8-15.20130205git
- updated to the latest build, including improvements for easier package builds
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dosemu/F-17/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Feb 2013 05:39:44 -0000 1.5
+++ sources 23 Nov 2013 05:15:49 -0000 1.6
@@ -1,3 +1,3 @@
ed17a7e91e2010c04f6807eff9fb812d dosemu-freedos-bin.tgz
f11612ca714dec9245a37263a82721dc freedos-source.tar.gz
-07d88b6fbcec201fc262783e30eba600 dosemu-1.4.0.8.tgz
+5dfd280442a37a5267bcc593a78b8059 dosemu-1.4.0.8.tgz
11 years
rpms/steam/F-18 .cvsignore,1.1,1.2 sources,1.2,1.3
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14260
Modified Files:
.cvsignore sources
Log Message:
Update sources
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-18/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 26 Oct 2013 09:56:27 -0000 1.1
+++ .cvsignore 22 Nov 2013 09:54:57 -0000 1.2
@@ -0,0 +1 @@
+steam_1.0.0.44.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-18/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 28 Oct 2013 20:17:00 -0000 1.2
+++ sources 22 Nov 2013 09:54:57 -0000 1.3
@@ -1 +1 @@
-162e62bc3f12cd86d207a6fc1fa773eb steam_1.0.0.43.tar.gz
+2a9be048f1e693fe0c07346390865dbc steam_1.0.0.44.tar.gz
11 years
rpms/steam/F-19 .cvsignore,1.1,1.2 sources,1.2,1.3
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14232
Modified Files:
.cvsignore sources
Log Message:
Update sources
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 26 Oct 2013 09:56:27 -0000 1.1
+++ .cvsignore 22 Nov 2013 09:54:50 -0000 1.2
@@ -0,0 +1 @@
+steam_1.0.0.44.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 28 Oct 2013 20:16:35 -0000 1.2
+++ sources 22 Nov 2013 09:54:50 -0000 1.3
@@ -1 +1 @@
-162e62bc3f12cd86d207a6fc1fa773eb steam_1.0.0.43.tar.gz
+2a9be048f1e693fe0c07346390865dbc steam_1.0.0.44.tar.gz
11 years
rpms/steam/devel .cvsignore,1.2,1.3 sources,1.2,1.3
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14187
Modified Files:
.cvsignore sources
Log Message:
Update sources
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 28 Oct 2013 20:14:51 -0000 1.2
+++ .cvsignore 22 Nov 2013 09:54:32 -0000 1.3
@@ -1 +1 @@
-steam_1.0.0.43.tar.gz
+steam_1.0.0.44.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/steam/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 28 Oct 2013 20:14:52 -0000 1.2
+++ sources 22 Nov 2013 09:54:32 -0000 1.3
@@ -1 +1 @@
-162e62bc3f12cd86d207a6fc1fa773eb steam_1.0.0.43.tar.gz
+2a9be048f1e693fe0c07346390865dbc steam_1.0.0.44.tar.gz
11 years
rpms/steam/F-18 steam.spec,1.3,1.4
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7799
Modified Files:
steam.spec
Log Message:
* Thu Nov 14 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.44.1
- Update to 1.0.0.44.
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-18/steam.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- steam.spec 9 Nov 2013 01:11:27 -0000 1.3
+++ steam.spec 22 Nov 2013 08:20:26 -0000 1.4
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.43
-Release: 9%{?dist}
+Version: 1.0.0.44
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -80,9 +80,15 @@
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Thu Nov 14 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.44.1
+- Update to 1.0.0.44.
+
* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
- see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
+ see for details:
+ https://github.com/ValveSoftware/steam-for-linux/issues/2972
+ https://github.com/ValveSoftware/steam-for-linux/issues/2976
+ https://github.com/ValveSoftware/steam-for-linux/issues/2978
* Mon Nov 04 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-8
- Add missing mesa-dri-drivers requirement.
11 years
rpms/steam/F-19 steam.spec,1.3,1.4
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/steam/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7768
Modified Files:
steam.spec
Log Message:
* Thu Nov 14 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.44.1
- Update to 1.0.0.44.
Index: steam.spec
===================================================================
RCS file: /cvs/nonfree/rpms/steam/F-19/steam.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- steam.spec 9 Nov 2013 01:12:26 -0000 1.3
+++ steam.spec 22 Nov 2013 08:20:16 -0000 1.4
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: steam
-Version: 1.0.0.43
-Release: 9%{?dist}
+Version: 1.0.0.44
+Release: 1%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -80,9 +80,15 @@
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Thu Nov 14 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.44.1
+- Update to 1.0.0.44.
+
* Fri Nov 08 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-9
- Disable STEAM_RUNTIME, drop all requirements and change README.Fedora. Please
- see for details: https://github.com/ValveSoftware/steam-for-linux/issues/2976
+ see for details:
+ https://github.com/ValveSoftware/steam-for-linux/issues/2972
+ https://github.com/ValveSoftware/steam-for-linux/issues/2976
+ https://github.com/ValveSoftware/steam-for-linux/issues/2978
* Mon Nov 04 2013 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.43-8
- Add missing mesa-dri-drivers requirement.
11 years