Hello community,

here is the log from the commit of package sparsehash for openSUSE:Factory 
checked in at 2012-11-12 07:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sparsehash (Old)
 and      /work/SRC/openSUSE:Factory/.sparsehash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sparsehash", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.sparsehash.new/sparsehash.changes       
2012-11-12 07:07:00.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Mon Nov  5 19:57:27 UTC 2012 - [email protected]
+
+- moved files do devel package
+
+-------------------------------------------------------------------
+Thu May 24 15:24:36 CEST 2012 - [email protected]
+
+- Initial version
+

New:
----
  sparsehash-2.0.2.tar.gz
  sparsehash.changes
  sparsehash.spec

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

Other differences:
------------------
++++++ sparsehash.spec ++++++
#
# spec file for package sparsehash
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           sparsehash
Version:        2.0.2
Release:        0
License:        BSD-3-Clause
Summary:        Extremely memory-efficient hash_map implementation
Url:            http://code.google.com/p/sparsehash
Group:          Development/Libraries/C and C++
Source:         http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  pkg-config
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The Google SparseHash project contains several C++ template hash-map
implementations with different performance characteristics, including
an implementation that optimizes for space and one that optimizes for
speed.

%package        devel
Summary:        Extremely memory-efficient C++ hash_map implementation
Group:          Development/Libraries/C and C++

%description    devel
The Google SparseHash project contains several C++ template hash-map
implementations with different performance characteristics, including
an implementation that optimizes for space and one that optimizes for
speed.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
rm %{buildroot}%{_datadir}/doc/%{name}-%{version}/INSTALL
rm %{buildroot}%{_datadir}/doc/%{name}-%{version}/README_windows.txt

%files devel
%defattr(-,root,root)
%doc %{_datadir}/doc/%{name}-%{version}/
%{_includedir}/google/
%{_includedir}/sparsehash/
%{_libdir}/pkgconfig/*.pc

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

Reply via email to