Hello community, here is the log from the commit of package steam for openSUSE:Factory:NonFree checked in at 2018-12-24 11:48:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/steam (Old) and /work/SRC/openSUSE:Factory:NonFree/.steam.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "steam" Mon Dec 24 11:48:25 2018 rev:18 rq:660456 version:1.0.0.59 Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes 2018-10-04 19:03:52.167053329 +0200 +++ /work/SRC/openSUSE:Factory:NonFree/.steam.new.28833/steam.changes 2018-12-24 11:48:25.437079467 +0100 @@ -1,0 +2,8 @@ +Thu Dec 20 16:12:10 UTC 2018 - [email protected] + +- update to version 1.0.0.59 + * Update udev rules. + * Add --run option to the steam command, will exec a command + through run.sh in the steam runtime environment. + +------------------------------------------------------------------- Old: ---- steam_1.0.0.56.tar.gz New: ---- steam_1.0.0.59.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ steam.spec ++++++ --- /var/tmp/diff_new_pack.yBOUdj/_old 2018-12-24 11:48:26.125078862 +0100 +++ /var/tmp/diff_new_pack.yBOUdj/_new 2018-12-24 11:48:26.125078862 +0100 @@ -17,7 +17,7 @@ Name: steam -Version: 1.0.0.56 +Version: 1.0.0.59 Release: 0 Summary: Installer for Valve's digital software distribution service # "Limited Installation License" ++++++ steam_1.0.0.56.tar.gz -> steam_1.0.0.59.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam/Makefile new/steam/Makefile --- old/steam/Makefile 2018-07-24 04:07:26.000000000 +0200 +++ new/steam/Makefile 2018-09-27 20:20:20.000000000 +0200 @@ -29,7 +29,7 @@ install -p -m 644 icons/48/$(PACKAGE).png $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/ install -d -m 755 $(DESTDIR)$(PREFIX)/share/pixmaps/ install -p -m 644 icons/48/$(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/ - install -p -m 644 icons/48/$(PACKAGE)_tray_mono.png $(DESTDIR)$(PREFIX)/share/pixmaps + install -p -m 644 icons/48/$(PACKAGE)_tray_mono.png $(DESTDIR)$(PREFIX)/share/pixmaps/ install-bootstrap: install -d -m 755 $(DESTDIR)$(PREFIX)/lib/$(PACKAGE)/ @@ -37,12 +37,12 @@ install-desktop: install -d -m 755 $(DESTDIR)$(PREFIX)/share/applications/ - install -p -m 644 steam.desktop $(DESTDIR)$(PREFIX)/share/applications/ + install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/ install-apt-source: if [ -d /etc/apt ]; then \ install -d -m 755 $(DESTDIR)/etc/apt/sources.list.d/; \ - install -p -m 644 steam.list $(DESTDIR)/etc/apt/sources.list.d/; \ + install -p -m 644 $(PACKAGE).list $(DESTDIR)/etc/apt/sources.list.d/; \ install -d -m 700 $(CURDIR)/gpg; \ gpg --homedir=$(CURDIR)/gpg --no-default-keyring --keyring=$(CURDIR)/steam.gpg --import steam-key.asc; \ install -d -m 755 $(DESTDIR)/etc/apt/trusted.gpg.d/; \ Binary 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 2018-08-25 05:10:39.000000000 +0200 +++ new/steam/debian/changelog 2018-10-25 01:41:59.000000000 +0200 @@ -1,3 +1,22 @@ +steam (1.0.0.59) precise; urgency=medium + + * Update udev rules. + * Add --run option to the steam command, will exec a command through run.sh in the steam runtime environment. + + -- TTimo <[email protected]> Wed, 24 Oct 2018 18:33:34 -0500 + +steam (1.0.0.58) precise; urgency=medium + + * Bump version, iterate on the internal build systems. + + -- TTimo <[email protected]> Thu, 27 Sep 2018 18:36:04 -0500 + +steam (1.0.0.57) precise; urgency=medium + + * Bump version to match the internal steambeta package version. + + -- TTimo <[email protected]> Wed, 26 Sep 2018 21:50:39 -0500 + steam (1.0.0.56) precise; urgency=medium * Rename udev rules files to 60-* to fix #5169 and clean up naming. @@ -27,7 +46,7 @@ steam (1.0.0.52) precise; urgency=medium * fix potential file overwrite vulnerability - * Add additional udev rules for HTC Vive + * Add additional udev rules for HTC Vive -- John Vert <[email protected]> Tue, 29 Mar 2016 12:33:54 -0700 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam/lib/udev/rules.d/60-steam-vr.rules new/steam/lib/udev/rules.d/60-steam-vr.rules --- old/steam/lib/udev/rules.d/60-steam-vr.rules 2018-08-25 05:10:39.000000000 +0200 +++ new/steam/lib/udev/rules.d/60-steam-vr.rules 2018-10-25 01:41:59.000000000 +0200 @@ -19,6 +19,7 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2022", TAG+="uaccess" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2050", TAG+="uaccess" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2101", TAG+="uaccess" +KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2102", TAG+="uaccess" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2150", TAG+="uaccess" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2300", TAG+="uaccess" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", ATTRS{idProduct}=="2301", TAG+="uaccess" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/steam/steam new/steam/steam --- old/steam/steam 2018-08-25 05:13:01.000000000 +0200 +++ new/steam/steam 2018-10-25 01:40:31.000000000 +0200 @@ -12,7 +12,7 @@ # [email protected] # You can subscribe to this list at: # https://list.valvesoftware.com/mailman/listinfo/steamrepo -export STEAMSCRIPT_VERSION=100056 +export STEAMSCRIPT_VERSION=100059 # Set up domain for script localization export TEXTDOMAIN=steam
