Hello community,

here is the log from the commit of package bakefile for openSUSE:Factory
checked in at Mon May 2 18:35:05 CEST 2011.



--------
--- bakefile/bakefile.changes   2009-11-27 23:01:01.000000000 +0100
+++ bakefile/bakefile.changes   2011-04-29 13:37:05.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Apr 29 14:42:49 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.2.9:
+  + added -I flag to bakefile_gen too
+  + msevc4prj: fixed breakage of <debug-info> introduced in 0.2.7
+  + added suncc backend
+  + msvs2005prj, msvs2008prj: added support for x64 builds
+  + msvs2008prj: fixed compatibility with VS 2010.
+- Use source services: download_url, recompress and set_version.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  bakefile-0.2.8.tar.bz2

New:
----
  _service
  _service:recompress:download_url:bakefile-0.2.9.tar.bz2
  _service:set_version:bakefile.spec

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

Other differences:
------------------
++++++ _service:set_version:bakefile.spec ++++++
#
# spec file for package bakefile
#
# Copyright (c) 2011 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/
#

# norootforbuild
# nodebuginfo


Name:           bakefile
BuildRequires:  python python-devel
License:        MIT
Group:          Development/Libraries/C and C++
Summary:        Tool required to build WebKit
Version:        0.2.9
Release:        1
Source0:        %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Url:            http://www.bakefile.org
Requires:       python

%description
Tool required to build WebKit



Authors:
--------
    Vaclav Slavik <vsla...@fastmail.fm>
    Wodzimierz Skiba <a...@abx.art.pl>

%prep
%setup -q

%build
# autoreconf -f -i
%configure
make %{?jobs:-j%jobs}

%install
%makeinstall

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%{_bindir}/bakefil*
%{_datadir}/bakefile*
%{_libdir}/bakefile*
%{_datadir}/aclocal/bakefile-lang.m4
%{_datadir}/aclocal/bakefile.m4
%{_datadir}/aclocal/bakefile-dllar.m4
%{_datadir}/man/man1/bakefil*

%changelog
++++++ bakefile.spec ++++++
--- /var/tmp/diff_new_pack.fJtdFF/_old  2011-05-02 18:32:27.000000000 +0200
+++ /var/tmp/diff_new_pack.fJtdFF/_new  2011-05-02 18:32:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bakefile (Version 0.2.8)
+# spec file for package bakefile
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -24,7 +24,7 @@
 License:        MIT
 Group:          Development/Libraries/C and C++
 Summary:        Tool required to build WebKit
-Version:        0.2.8
+Version:        0
 Release:        1
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">sourceforge.net</param>
    <param 
name="path">/projects/bakefile/files/bakefile/0.2.9/bakefile-0.2.9.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to