commit libdatrie for openSUSE:Factory

2020-09-01 Thread root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2020-09-01 20:05:35

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


Package is "libdatrie"

Tue Sep  1 20:05:35 2020 rev:21 rq:829642 version:0.2.12

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2018-02-21 
14:07:57.505779969 +0100
+++ /work/SRC/openSUSE:Factory/.libdatrie.new.3399/libdatrie.changes
2020-09-01 20:06:38.808572167 +0200
@@ -1,0 +2,15 @@
+Tue Aug 25 21:45:14 UTC 2020 - Dirk Mueller 
+
+- update to 0.2.12:
+  - More C90 (ANSI C) compliance.
+  - Prevent some compiling conflicts with other sources.
+  - Fix miscellaneous compiler warnings.
+  - Prevent trimming on extremely long dictionary path names.
+  - Detect iconv() error more correctly in trietool.
+  - Clarify package description that search time is O(m), where m is
+key length, not O(1), while still claiming that it's independent
+of database size.
+  - Fix trie_state_get_data() on a prefix key.
+  - Fix reported segfault on full-range alpha map.
+   
+---

Old:

  libdatrie-0.2.10.tar.xz

New:

  libdatrie-0.2.12.tar.xz



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.yEHWqZ/_old  2020-09-01 20:06:40.068572757 +0200
+++ /var/tmp/diff_new_pack.yEHWqZ/_new  2020-09-01 20:06:40.072572759 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libdatrie
-Version:0.2.10
+Version:0.2.12
 Release:0
 Summary:Double-Array Trie Library
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  Development/Libraries/C and C++
-Url:https://linux.thai.net/~thep/datrie/datrie.html
+URL:https://linux.thai.net/~thep/datrie/datrie.html
 Source: 
https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  autoconf-archive
@@ -62,7 +62,7 @@
 %configure \
 --disable-static \
 --with-html-docdir=%{_docdir}/libdatrie/html
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -74,12 +74,13 @@
 %postun -n libdatrie1 -p /sbin/ldconfig
 
 %files -n libdatrie1
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %{_libdir}/libdatrie.so.1*
 
 %files devel
 %{_bindir}/trietool*
-%{_mandir}/man*/trietool*.1%{ext_man}
+%{_mandir}/man*/trietool*.1%{?ext_man}
 %{_includedir}/datrie/
 %{_libdir}/libdatrie.so
 %{_libdir}/pkgconfig/datrie-0.2.pc

++ libdatrie-0.2.10.tar.xz -> libdatrie-0.2.12.tar.xz ++
 44390 lines of diff (skipped)




commit libdatrie for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2018-02-21 14:07:53

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


Package is "libdatrie"

Wed Feb 21 14:07:53 2018 rev:20 rq:578035 version:0.2.10

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2015-09-09 
20:19:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2018-02-21 
14:07:57.505779969 +0100
@@ -1,0 +2,15 @@
+Mon Feb 19 11:29:35 UTC 2018 - jeng...@inai.de
+
+- Fix RPM groups. Remove ineffective --with-pic.
+
+---
+Sun Feb 18 09:31:26 UTC 2018 - avin...@opensuse.org
+
+- update to version 0.2.10
+  * Correctly check doxygen version on configure
+  * Optimization on AlphaMap mapping
+- remove libdatrie-doxygen-version-check.patch
+  * upstreamed in 7db54c662357dba5f109eaf1b24490f46ca23d44
+- use https urls
+
+---

Old:

  libdatrie-0.2.9.tar.xz
  libdatrie-doxygen-version-check.patch

New:

  libdatrie-0.2.10.tar.xz



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.719Akb/_old  2018-02-21 14:07:58.973727108 +0100
+++ /var/tmp/diff_new_pack.719Akb/_new  2018-02-21 14:07:58.973727108 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,22 +17,19 @@
 
 
 Name:   libdatrie
-Version:0.2.9
+Version:0.2.10
 Release:0
 Summary:Double-Array Trie Library
 License:LGPL-2.1
-Group:  System/Libraries
-Url:http://linux.thai.net/~thep/datrie/datrie.html
-Source: 
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
+Group:  Development/Libraries/C and C++
+Url:https://linux.thai.net/~thep/datrie/datrie.html
+Source: 
https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# sent upstream (theppi...@gmail.com)
-Patch0: libdatrie-doxygen-version-check.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  doxygen
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is an implementation of double-array structure for representing
@@ -40,14 +37,14 @@
 
 %package -n libdatrie1
 Summary:Double-Array Trie Library
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 
 %description -n libdatrie1
 This is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe.
 
 %package devel
-Summary:Double-Array Trie Library (development)
+Summary:Development files for the Double-Array Trie library
 Group:  Development/Libraries/C and C++
 Requires:   libdatrie1 = %{version}
 
@@ -59,34 +56,30 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -fiv
 %configure \
---disable-static --with-pic \
+--disable-static \
 --with-html-docdir=%{_docdir}/libdatrie/html
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm -f %{buildroot}%{_libdir}/libdatrie.la
 # This is not installed where it should
 mv %{buildroot}%{_datadir}/doc/libdatrie/README.migration 
%{buildroot}%{_docdir}/libdatrie/
 
 %post -n libdatrie1 -p /sbin/ldconfig
-
 %postun -n libdatrie1 -p /sbin/ldconfig
 
 %files -n libdatrie1
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README
 %{_libdir}/libdatrie.so.1*
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/trietool*
-%doc %{_mandir}/man*/trietool*.1.gz
+%{_mandir}/man*/trietool*.1%{ext_man}
 %{_includedir}/datrie/
 %{_libdir}/libdatrie.so
 %{_libdir}/pkgconfig/datrie-0.2.pc

++ libdatrie-0.2.9.tar.xz -> libdatrie-0.2.10.tar.xz ++
 2458 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdatrie-0.2.9/ChangeLog new/libdatrie-0.2.10/ChangeLog
--- old/libdatrie-0.2.9/ChangeLog   2015-05-03 16:22:10.0 +0200
+++ 

commit libdatrie for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2015-09-09 20:19:57

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


Package is "libdatrie"

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2015-02-06 
22:36:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2015-09-09 
20:19:59.0 +0200
@@ -1,0 +2,20 @@
+Tue Aug 18 14:48:57 UTC 2015 - pgaj...@suse.com
+
+- update to version 0.2.9
+  * Fix infinite loop on empty trie iteration.
+  * Document about alphabet size.
+  * Disable timestamp in Doxygen-generated doc.
+  * etc. see ChangeLog
+- remove libdatrie-doxygen-found-is-enough.patch in favour of
+  libdatrie-doxygen-version-check.patch
+
+---
+Tue Aug 18 11:28:57 UTC 2015 - dims...@opensuse.org
+
+- Add libdatrie-doxygen-found-is-enough.patch: when we find
+  doxygen, we assume it is new enough. The configure script uses
+  'expr 1.8.4 \< $DOXYGEN_VER', which returns false for 1.8.10.
+- For safeguard, we specify the minimal required version of
+  doxygen (1.8.4) in the buildrequirements.
+
+---

Old:

  libdatrie-0.2.8.tar.xz

New:

  libdatrie-0.2.9.tar.xz
  libdatrie-doxygen-version-check.patch



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.lsYn7y/_old  2015-09-09 20:20:00.0 +0200
+++ /var/tmp/diff_new_pack.lsYn7y/_new  2015-09-09 20:20:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2015 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
@@ -17,15 +17,19 @@
 
 
 Name:   libdatrie
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:Double-Array Trie Library
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://linux.thai.net/~thep/datrie/datrie.html
-Source: 
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz
+Source: 
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# sent upstream (theppi...@gmail.com)
+Patch0: libdatrie-doxygen-version-check.patch
+BuildRequires:  autoconf-archive
 BuildRequires:  doxygen
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,8 +59,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure \
 --disable-static --with-pic \
 --with-html-docdir=%{_docdir}/libdatrie/html
@@ -79,8 +85,8 @@
 
 %files devel
 %defattr(-,root,root)
-%{_bindir}/trietool-0.2
-%doc %{_mandir}/man*/trietool-0.2.*
+%{_bindir}/trietool*
+%doc %{_mandir}/man*/trietool*.1.gz
 %{_includedir}/datrie/
 %{_libdir}/libdatrie.so
 %{_libdir}/pkgconfig/datrie-0.2.pc

++ libdatrie-0.2.8.tar.xz -> libdatrie-0.2.9.tar.xz ++
 6053 lines of diff (skipped)

++ libdatrie-doxygen-version-check.patch ++
--- libdatrie-0.2.8/configure.ac2014-01-10 05:20:37.0 +0100
+++ libdatrie-0.2.8/configure.ac2015-08-18 16:42:15.274113614 +0200
@@ -112,12 +112,9 @@ if test "x$enable_doxygen_doc" = "xyes";
   else
 AC_MSG_CHECKING([doxygen >= $DOXYGEN_REQ_VER])
 DOXYGEN_VER=$($DOXYGEN --version)
-if expr $DOXYGEN_VER \< $DOXYGEN_REQ_VER > /dev/null; then
-  AC_MSG_RESULT([$DOXYGEN_VER, no, documentation disabled])
-  enable_doxygen_doc="no"
-else
-  AC_MSG_RESULT([$DOXYGEN_VER, yes])
-fi
+AX_COMPARE_VERSION([$DOXYGEN_VER],[ge],[DOXYGEN_REQ_VER], 
+   [AC_MSG_RESULT([$DOXYGEN_VER, yes])], 
+   [AC_MSG_RESULT([$DOXYGEN_VER, no, documentation 
disabled]); enable_doxygen_doc="no"])
   fi
 fi




commit libdatrie for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2015-02-06 22:36:04

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


Package is "libdatrie"

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2013-04-14 
10:24:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2015-02-06 
22:36:05.0 +0100
@@ -1,0 +2,11 @@
+Wed Feb  4 12:34:37 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.2.8
+  * Fix compiler warnings in test suites.
+  * Fix edge-case error on alphabet set of size 255.
+  * Fail trie operations on non-alphabet inputs, rather than silently
+allowing them to sneak in as false keys.
+  * Improved documentation.
+- Add xz build require to keep SLE11 support
+
+---

Old:

  libdatrie-0.2.4.tar.gz

New:

  libdatrie-0.2.8.tar.xz



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.0kqvNU/_old  2015-02-06 22:36:06.0 +0100
+++ /var/tmp/diff_new_pack.0kqvNU/_new  2015-02-06 22:36:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,16 +17,17 @@
 
 
 Name:   libdatrie
-Version:0.2.4
+Version:0.2.8
 Release:0
 Summary:Double-Array Trie Library
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://linux.thai.net/~thep/datrie/datrie.html
-Source: 
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.gz
+Source: 
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  pkg-config
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit libdatrie for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2013-04-14 10:24:05

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


Package is "libdatrie", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2012-02-15 
16:16:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2013-04-14 
10:24:06.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 11 14:22:14 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  libdatrie-0.2.4.tar.bz2

New:

  libdatrie-0.2.4.tar.gz



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.lP0jdE/_old  2013-04-14 10:24:07.0 +0200
+++ /var/tmp/diff_new_pack.lP0jdE/_new  2013-04-14 10:24:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -23,7 +23,7 @@
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://linux.thai.net/~thep/datrie/datrie.html
-Source: %{name}-%{version}.tar.bz2
+Source: 
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  pkg-config

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



commit libdatrie for openSUSE:Factory

2012-02-15 Thread h_root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2012-02-15 16:15:55

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


Package is "libdatrie", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2011-09-23 
02:07:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2012-02-15 
16:16:22.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 01:56:18 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.EvArjt/_old  2012-02-15 16:16:23.0 +0100
+++ /var/tmp/diff_new_pack.EvArjt/_new  2012-02-15 16:16:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# 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
@@ -16,17 +16,17 @@
 #
 
 
-
 Name:   libdatrie
 Version:0.2.4
-Release:5
-License:LGPL-2.1
+Release:0
 Summary:Double-Array Trie Library
-Url:http://linux.thai.net/~thep/datrie/datrie.html
+License:LGPL-2.1
 Group:  System/Libraries
+Url:http://linux.thai.net/~thep/datrie/datrie.html
 Source: %{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
-BuildRequires:  doxygen pkg-config
+BuildRequires:  doxygen
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,18 +34,16 @@
 trie, as proposed by Junichi Aoe.
 
 %package -n libdatrie1
-License:LGPL-2.1
-Group:  Development/Libraries/C and C++
 Summary:Double-Array Trie Library
+Group:  Development/Libraries/C and C++
 
 %description -n libdatrie1
 This is an implementation of double-array structure for representing
 trie, as proposed by Junichi Aoe.
 
 %package devel
-License:LGPL-2.1
-Group:  Development/Libraries/C and C++
 Summary:Double-Array Trie Library (development)
+Group:  Development/Libraries/C and C++
 Requires:   libdatrie1 = %{version}
 
 %description devel
@@ -61,7 +59,7 @@
 %configure \
 --disable-static --with-pic \
 --with-html-docdir=%{_docdir}/libdatrie/html
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall

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



commit libdatrie for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2011-12-06 18:23:02

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


Package is "libdatrie", Maintainer is "u...@suse.com"

Changes:




Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.KGTug9/_old  2011-12-06 18:40:33.0 +0100
+++ /var/tmp/diff_new_pack.KGTug9/_new  2011-12-06 18:40:33.0 +0100
@@ -20,7 +20,7 @@
 Name:   libdatrie
 Version:0.2.4
 Release:5
-License:LGPLv2.1
+License:LGPL-2.1
 Summary:Double-Array Trie Library
 Url:http://linux.thai.net/~thep/datrie/datrie.html
 Group:  System/Libraries
@@ -34,7 +34,7 @@
 trie, as proposed by Junichi Aoe.
 
 %package -n libdatrie1
-License:LGPLv2.1
+License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 Summary:Double-Array Trie Library
 
@@ -43,7 +43,7 @@
 trie, as proposed by Junichi Aoe.
 
 %package devel
-License:LGPLv2.1
+License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 Summary:Double-Array Trie Library (development)
 Requires:   libdatrie1 = %{version}

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



commit libdatrie for openSUSE:Factory

2011-02-23 Thread h_root

Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory
checked in at Wed Feb 23 10:51:40 CET 2011.




--- libdatrie/libdatrie.changes 2010-09-19 11:54:50.0 +0200
+++ /mounts/work_src_done/STABLE/libdatrie/libdatrie.changes2011-02-23 
02:19:15.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 23 02:18:55 CET 2011 - vu...@opensuse.org
+
+- Add missing baselibs.conf.
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.aUSORC/_old  2011-02-23 10:51:26.0 +0100
+++ /var/tmp/diff_new_pack.aUSORC/_new  2011-02-23 10:51:26.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libdatrie (Version 0.2.4)
+# spec file for package libdatrie
 #
-# Copyright (c) 2010 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
@@ -19,12 +19,13 @@
 
 Name:   libdatrie
 Version:0.2.4
-Release:1
+Release:5
 License:LGPLv2.1
 Summary:Double-Array Trie Library
 Url:http://linux.thai.net/~thep/datrie/datrie.html
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
+Source99:   baselibs.conf
 BuildRequires:  doxygen pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ baselibs.conf ++
libdatrie1





Remember to have fun...

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