Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2014-01-17 11:17:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v8 (Old)
 and      /work/SRC/openSUSE:Factory/.v8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v8"

Changes:
--------
--- /work/SRC/openSUSE:Factory/v8/v8.changes    2013-12-17 10:06:34.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes       2014-01-23 
15:57:42.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 19 12:11:08 UTC 2013 - [email protected]
+
+- Program binaries must not be within shlib packages
+- Set RPM groups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ v8.spec ++++++
--- /var/tmp/diff_new_pack.Dy4g11/_old  2014-01-23 15:57:43.000000000 +0100
+++ /var/tmp/diff_new_pack.Dy4g11/_new  2014-01-23 15:57:43.000000000 +0100
@@ -23,6 +23,7 @@
 License:        BSD-3-Clause
 Group:          System/Libraries
 Url:            http://code.google.com/p/v8
+
 Source:         
http://gsdview.appspot.com/chromium-browser-official/%{name}-%{version}.tar.bz2
 Patch1:         fix-gcc48.patch
 BuildRequires:  gcc-c++
@@ -31,6 +32,7 @@
 BuildRequires:  python-devel
 BuildRequires:  readline-devel
 ExclusiveArch:  %{ix86} x86_64 %arm
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %global somajor `echo %{version} | cut -f1 -d'.'`
 %global sominor `echo %{version} | cut -f2 -d'.'`
@@ -43,9 +45,8 @@
 as specified in ECMA-262, 3rd edition.
 
 %package -n libv8-3
-
 Summary:        JavaScript Engine
-Group:          Development/Libraries/Other
+Group:          System/Libraries
 Obsoletes:      v8 < %{version}
 Provides:       v8 = %{version}
 
@@ -53,9 +54,8 @@
 Libraries for v8.
 
 %package devel
-
 Summary:        Development headers and libraries for v8
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/C and C++
 Requires:       lib%{name}-3 = %{version}
 
 %description devel
@@ -64,7 +64,6 @@
 %if 0%{?suse_version} > 1140 || 0%{?fedora_version}
 
 %package private-headers-devel
-
 Summary:        Private Development headers for v8
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
@@ -126,10 +125,13 @@
 
 %postun -n libv8-3 -p /sbin/ldconfig
 
+%files
+%defattr(-,root,root)
+%doc AUTHORS ChangeLog LICENSE.* OWNERS
+%_bindir/d8
+
 %files -n libv8-3
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE.* OWNERS
-%{_bindir}/d8
 %{_libdir}/*.so.*
 
 %files devel

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to