Hello community,

here is the log from the commit of package googletest for openSUSE:Factory 
checked in at 2015-08-23 15:43:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/googletest (Old)
 and      /work/SRC/openSUSE:Factory/.googletest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "googletest"

Changes:
--------
--- /work/SRC/openSUSE:Factory/googletest/googletest.changes    2015-03-03 
11:14:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.googletest.new/googletest.changes       
2015-08-23 17:39:56.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug 20 07:31:46 UTC 2015 - [email protected]
+
+- Update project and source url (now on github)
+- Change library name, provides obsoletes should not be necessary
+  as no released binary should link against it
+
+-------------------------------------------------------------------

Old:
----
  gtest-1.7.0.zip

New:
----
  release-1.7.0.tar.gz

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

Other differences:
------------------
++++++ googletest.spec ++++++
--- /var/tmp/diff_new_pack.SY9Hun/_old  2015-08-23 17:39:57.000000000 +0200
+++ /var/tmp/diff_new_pack.SY9Hun/_new  2015-08-23 17:39:57.000000000 +0200
@@ -16,22 +16,23 @@
 #
 
 
-%define libname lib%{name}0
+%define libname libgtest0
 Name:           googletest
 Version:        1.7.0
 Release:        0
 Summary:        Google C++ Testing Framework
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://code.google.com/p/googletest/
-Source0:        https://googletest.googlecode.com/files/gtest-%{version}.zip
+Url:            https://github.com/google/googletest
+Source0:        
https://github.com/google/googletest/archive/release-%{version}.tar.gz
 #PATCH-FIX-UPSTREAM [email protected] Google thinks `make install`
 #is dangerous, but I don't think so.
 Patch0:         googletest-enable-make-install.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  python
-BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,11 +67,11 @@
 developing applications that use googletest.
 
 %prep
-%setup -q -n gtest-%{version}
+%setup -q -n %{name}-release-%{version}
 %patch0 -p1
-autoreconf -fi
 
 %build
+autoreconf -fiv
 %configure \
        --enable-static=no
 make %{?_smp_mflags}


Reply via email to