Hello community,

here is the log from the commit of package steam for openSUSE:Factory:NonFree 
checked in at 2016-06-26 23:52:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.steam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "steam"

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes      2016-03-07 
13:30:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steam.new/steam.changes 2016-06-26 
23:52:44.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jun 13 13:27:54 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 1.0.0.52
+- add SteamVR (HTC Vive) support
+- add (Debian) changelog
+
+-------------------------------------------------------------------
+Fri Apr 29 05:31:42 UTC 2016 - mailaen...@opensuse.org
+
+- don't strip the translation from .desktop file (fixes boo#974334)
+
+-------------------------------------------------------------------

Old:
----
  steam_1.0.0.51.tar.gz

New:
----
  steam_1.0.0.52.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ steam.spec ++++++
--- /var/tmp/diff_new_pack.n7OEtQ/_old  2016-06-26 23:52:45.000000000 +0200
+++ /var/tmp/diff_new_pack.n7OEtQ/_new  2016-06-26 23:52:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package steam
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           steam
-Version:        1.0.0.51
+Version:        1.0.0.52
 Release:        0
 Summary:        Installer for Valve's digital software distribution service
 # "Limited Installation License"
@@ -119,6 +119,14 @@
 The Steam Controller features dual trackpads, HD haptic feedback, dual-stage
 triggers, back grip buttons, and fully-customizable control schemes.
 
+%package        vr
+Summary:        Steam VR
+Group:          Hardware/Joystick
+Requires:       steam = %{version}
+
+%description vr
+A full-featured, 360° room-scale virtual reality experience.
+
 %prep
 %setup -q -n steam
 
@@ -131,9 +139,9 @@
 rm %{buildroot}%{_bindir}/steamdeps
 
 mkdir -p %{buildroot}%{_udevrulesdir}
-install -m644 lib/udev/rules.d/99-steam-controller-perms.rules 
%{buildroot}%{_udevrulesdir}
+cp lib/udev/rules.d/* %{buildroot}%{_udevrulesdir}
 
-%suse_update_desktop_file -r steam Game Amusement
+%suse_update_desktop_file -n -r steam Game Amusement
 
 dos2unix %{buildroot}%{_datadir}/doc/steam/steam_install_agreement.txt
 
@@ -155,6 +163,12 @@
 %postun controller
 %{?udev_rules_update:%udev_rules_update}
 
+%post vr
+%{?udev_rules_update:%udev_rules_update}
+
+%postun vr
+%{?udev_rules_update:%udev_rules_update}
+
 %files
 %defattr(-,root,root)
 %{_bindir}/steam
@@ -167,9 +181,13 @@
 %dir %{_datadir}/doc/steam
 %doc %{_datadir}/doc/steam/steam_install_agreement.txt
 %doc %{_datadir}/doc/steam/README
+%doc debian/changelog
 %{_mandir}/man6/steam.6.gz
 
 %files controller
 %{_udevrulesdir}/99-steam-controller-perms.rules
 
+%files vr
+%{_udevrulesdir}/99-HTC-Vive-perms.rules
+
 %changelog

++++++ steam_1.0.0.51.tar.gz -> steam_1.0.0.52.tar.gz ++++++
Files old/steam/bootstraplinux_ubuntu12_32.tar.xz and 
new/steam/bootstraplinux_ubuntu12_32.tar.xz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam/debian/changelog new/steam/debian/changelog
--- old/steam/debian/changelog  2015-11-17 21:13:14.000000000 +0100
+++ new/steam/debian/changelog  2016-03-29 22:07:26.000000000 +0200
@@ -1,3 +1,10 @@
+steam (1.0.0.52) precise; urgency=medium
+
+  * fix potential file overwrite vulnerability
+  * Add additional udev rules for HTC Vive 
+
+ -- John Vert <jo...@valvesoftware.com>  Tue, 29 Mar 2016 12:33:54 -0700
+
 steam (1.0.0.51) precise; urgency=medium
 
   * Add uinput rule for the Steam Controller.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules 
new/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules
--- old/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules  1970-01-01 
01:00:00.000000000 +0100
+++ new/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules  2016-03-29 
22:07:26.000000000 +0200
@@ -0,0 +1,5 @@
+# HTC Vive HID Sensor naming and permissioning
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0bb4", 
ATTRS{idProduct}=="2c87", TAG+="uaccess"
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", 
ATTRS{idProduct}=="2101", TAG+="uaccess"
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", 
ATTRS{idProduct}=="2000", TAG+="uaccess"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/steam/lib/udev/rules.d/99-steam-controller-perms.rules 
new/steam/lib/udev/rules.d/99-steam-controller-perms.rules
--- old/steam/lib/udev/rules.d/99-steam-controller-perms.rules  2015-11-17 
22:36:19.000000000 +0100
+++ new/steam/lib/udev/rules.d/99-steam-controller-perms.rules  2016-03-29 
22:07:26.000000000 +0200
@@ -3,5 +3,4 @@
 # Steam Controller udev write access
 KERNEL=="uinput", SUBSYSTEM=="misc", TAG+="uaccess"
 # HTC Vive HID Sensor naming and permissioning
-KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0bb4", 
ATTRS{idProduct}=="2c87", MODE="0666"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam/steam new/steam/steam
--- old/steam/steam     2015-11-17 21:07:14.000000000 +0100
+++ new/steam/steam     2016-03-29 22:03:30.000000000 +0200
@@ -12,7 +12,7 @@
 #      steamr...@list.valvesoftware.com
 # You can subscribe to this list at:
 #      https://list.valvesoftware.com/mailman/listinfo/steamrepo
-export STEAMSCRIPT_VERSION=100051
+export STEAMSCRIPT_VERSION=100052
 
 # Set up domain for script localization
 export TEXTDOMAIN=steam
@@ -188,6 +188,9 @@
 cd "$LAUNCHSTEAMDIR"
 if [ "`command -v tee`" != "" ]; then
        mkdir -p --mode=777 /tmp/dumps
+    if [[ -f "/tmp/dumps/${USER}_stdout.txt" ]]; then
+        rm -f "/tmp/dumps/${USER}_stdout.txt"
+    fi 
        exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@" 2>&1 | tee 
"/tmp/dumps/${USER}_stdout.txt"
 else
        exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"


Reply via email to