commit darts for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package darts for openSUSE:Factory checked 
in at 2014-05-06 13:55:58

Comparing /work/SRC/openSUSE:Factory/darts (Old)
 and  /work/SRC/openSUSE:Factory/.darts.new (New)


Package is "darts"

Changes:

--- /work/SRC/openSUSE:Factory/darts/darts.changes  2012-09-25 
09:35:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.darts.new/darts.changes 2014-05-06 
13:55:59.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 29 08:44:01 UTC 2014 - pgaj...@suse.com
+
+- fix url
+
+---



Other differences:
--
++ darts.spec ++
--- /var/tmp/diff_new_pack.EiQ5Xb/_old  2014-05-06 13:55:59.0 +0200
+++ /var/tmp/diff_new_pack.EiQ5Xb/_new  2014-05-06 13:55:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package darts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -22,7 +22,7 @@
 Summary:Double Array Trie System
 License:LGPL-2.1+
 Group:  System/Libraries
-Url:http://cl.aist-nara.ac.jp/~taku-ku/software/darts/
+Url:http://chasen.org/~taku/software/darts/
 Source0:
http://chasen.org/~taku/software/darts/src/darts-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  gcc-c++

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



commit darts for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package darts for openSUSE:Factory checked 
in at 2012-09-25 09:35:14

Comparing /work/SRC/openSUSE:Factory/darts (Old)
 and  /work/SRC/openSUSE:Factory/.darts.new (New)


Package is "darts", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/darts/darts.changes  2011-12-08 
11:27:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.darts.new/darts.changes 2012-09-25 
09:35:16.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep 24 15:58:45 UTC 2012 - i...@marguerite.su
+
+- update 0.32
+  * Fixed a problem that the license file has not been enclosed
+  * Small code cleanup
+
+---
+Mon Sep 24 10:38:27 UTC 2012 - i...@marguerite.su
+
+- run spec-cleaner and format_spec_file service.
+
+---
+Sat Sep 22 11:07:14 UTC 2012 - sch...@linux-m68k.org
+
+- Force use of %{optflags}
+- Spec file cleanup
+
+---

Old:

  darts-0.31.tar.bz2

New:

  darts-0.32.tar.gz



Other differences:
--
++ darts.spec ++
--- /var/tmp/diff_new_pack.raOFA2/_old  2012-09-25 09:35:17.0 +0200
+++ /var/tmp/diff_new_pack.raOFA2/_new  2012-09-25 09:35:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package darts
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,61 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   darts
-BuildRequires:  automake
-BuildRequires:  gcc-c++
-BuildRequires:  zlib-devel
+Version:0.32
+Release:0
+Summary:Double Array Trie System
 License:LGPL-2.1+
 Group:  System/Libraries
-Version:0.31
-Release:0
 Url:http://cl.aist-nara.ac.jp/~taku-ku/software/darts/
-Source0:
http://chasen.org/~taku/software/darts/src/darts-%version.tar.bz2
+Source0:
http://chasen.org/~taku/software/darts/src/darts-%{version}.tar.gz
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Double Array Trie System
 
 %description
-Darts is a simple C++ template library to construct Double-Arrays [Aoe
-1989]. Double-Arrays are data structures to represent Trie. These are
-faster than other Trie implementations.
+Darts is a simple C++ template library to construct 
+Double-Arrays [Aoe 1989]. Double-Arrays are data 
+structures to represent Trie. These are faster than 
+other Trie implementations.
 
 Darts is used by Chasen.
 
-
-
-Authors:
-
-Taku Kudoh 
-
 %prep
 %setup -q
 
 %build
-rm -f config.cache
-# update config.{guess,sub}
-%{?suse_update_config -f}
-autoreconf --force --install
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr \
---libdir=%{_libdir} \
-   --libexecdir=%{_libdir} \
---mandir=%{_mandir} \
---infodir=%{_infodir} \
-%{_target_cpu}-suse-linux
-make 
+%configure
+make CXXFLAGS="%{optflags}"
+
+%check
 make check
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
+%make_install
 
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPY* ChangeLog README*
-/usr/include/*
-%{_libdir}/%{name}/
+%{_includedir}/*
+%{_libexecdir}/%{name}/
 
 %changelog

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



commit darts for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package darts for openSUSE:Factory checked 
in at 2011-12-08 11:27:44

Comparing /work/SRC/openSUSE:Factory/darts (Old)
 and  /work/SRC/openSUSE:Factory/.darts.new (New)


Package is "darts", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/darts/darts.changes  2011-09-23 
01:54:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.darts.new/darts.changes 2011-12-08 
11:27:49.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:04:33 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ darts.spec ++
--- /var/tmp/diff_new_pack.uvxCQd/_old  2011-12-08 11:27:51.0 +0100
+++ /var/tmp/diff_new_pack.uvxCQd/_new  2011-12-08 11:27:51.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package darts (Version 0.31)
+# spec file for package darts
 #
-# 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   darts
-BuildRequires:  gcc-c++ zlib-devel
-License:LGPL v2.1 or later
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  zlib-devel
+License:LGPL-2.1+
 Group:  System/Libraries
-AutoReqProv:on
 Version:0.31
-Release:54
+Release:0
 Url:http://cl.aist-nara.ac.jp/~taku-ku/software/darts/
 Source0:
http://chasen.org/~taku/software/darts/src/darts-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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