Hello community,

here is the log from the commit of package rustc-stage0 for openSUSE:Factory 
checked in at 2016-08-12 15:42:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rustc-stage0 (Old)
 and      /work/SRC/openSUSE:Factory/.rustc-stage0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rustc-stage0"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rustc-stage0/rustc-stage0.changes        
2016-07-26 13:12:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rustc-stage0.new/rustc-stage0.changes   
2016-08-12 15:42:35.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jul 31 15:04:36 UTC 2016 - jeng...@inai.de
+
+- Drop filler words from summary. Drop archaic %clean section.
+
+-------------------------------------------------------------------
+Thu Jul 28 09:03:49 UTC 2016 - sch...@suse.de
+
+- Add ExclusiveArch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rustc-stage0.spec ++++++
--- /var/tmp/diff_new_pack.ZrgfKK/_old  2016-08-12 15:42:36.000000000 +0200
+++ /var/tmp/diff_new_pack.ZrgfKK/_new  2016-08-12 15:42:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rustc-stage0
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rustc-stage0
 Version:        20160318.235d774
 Release:        0
-Summary:        Systems programming language that runs blazingly fast 
(bootstrap binary)
+Summary:        A systems programming language (bootstrap binaries)
 License:        MIT or Apache-2.0
 Group:          Development/Languages/Other
 Url:            http://www.rust-lang.org
@@ -27,6 +28,7 @@
 Source1:        
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2016-03-18-235d774-linux-x86_64-1273b6b6aed421c9e40c59f366d0df6092ec0397.tar.bz2
 Source2:        
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2016-03-18-235d774-linux-i386-0e0e4448b80d0a12b75485795244bb3857a0a7ef.tar.bz2
 Source3:        snap.sh
+ExclusiveArch:  %ix86 x86_64
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -34,16 +36,17 @@
 Rust is a systems programming language focused on three goals:
 safety, speed, and concurrency. It maintains these goals without
 having a garbage collector, making it a useful language for a
-number of use cases other languages aren’t good at: embedding
+number of use cases other languages are not good at: embedding
 in other languages, programs with specific space and time
 requirements, and writing low-level code, like device drivers
 and operating systems. It improves on current languages targeting
 this space by having a number of compile-time safety checks
 that produce no runtime overhead, while eliminating all
-data races. Rust also aims to achieve ‘zero-cost abstractions’
+data races. Rust also aims to achieve "zero-cost abstractions",
 even though some of these abstractions feel like those of a
 high-level language. Even then, Rust still allows precise
 control like a low-level language would.
+
 This package provides the stage0 binary required to build the
 initial compiler.
 
@@ -60,14 +63,8 @@
 mkdir -p %{buildroot}%{_libexecdir}/rust-stage0
 cp -r . %{buildroot}%{_libexecdir}/rust-stage0
 
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%clean
-rm -rf %{buildroot}
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)


Reply via email to