Hello community,

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

Package is "ctemplate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ctemplate/ctemplate.changes      2014-11-24 
11:14:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ctemplate.new/ctemplate.changes 2015-04-23 
08:04:08.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 21 15:55:18 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Remove unnecessary autotools dependencies
+
+-------------------------------------------------------------------

Old:
----
  ctemplate-2.3.tar.bz2

New:
----
  ctemplate-2.3.tar.gz

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

Other differences:
------------------
++++++ ctemplate.spec ++++++
--- /var/tmp/diff_new_pack.k9OTrg/_old  2015-04-23 08:04:09.000000000 +0200
+++ /var/tmp/diff_new_pack.k9OTrg/_new  2015-04-23 08:04:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ctemplate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -23,13 +23,9 @@
 Summary:        Library for simple but powerful template language for C++
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            https://code.google.com/p/ctemplate/
-# Source needs to be grabbed from subversion
-Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  autoconf
-BuildRequires:  automake
+Url:            https://github.com/OlafvdSpek/ctemplate
+Source:         
https://github.com/OlafvdSpek/ctemplate/archive/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -59,11 +55,12 @@
 embed application logic in this template language.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
-autoreconf -fvi
-%configure --disable-static --disable-silent-rules
+%configure \
+       --disable-static \
+       --disable-silent-rules
 make %{?_smp_mflags}
 
 %install


Reply via email to