Hello community,

here is the log from the commit of package liburiparser1 for openSUSE:Factory 
checked in at 2015-02-22 17:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liburiparser1 (Old)
 and      /work/SRC/openSUSE:Factory/.liburiparser1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liburiparser1"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liburiparser1/liburiparser1.changes      
2014-06-01 18:58:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liburiparser1.new/liburiparser1.changes 
2015-02-22 17:20:36.000000000 +0100
@@ -1,0 +2,17 @@
+Thu Feb 19 21:23:41 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8.1
+  * Fixed: Sync URI_VER_* preprocessor defines (were at 0.7.6, bug #23)
+  * Fixed: Bug in internal function that may flip uriEqualsUri results around
+  * Added: Function uriAddBaseUriEx allowing to resolve URIs with
+      a scheme identical to that of the base URI to resolve against
+      as if the URI to resolve had no scheme specified, when flag
+      URI_RESOLVE_IDENTICAL_SCHEME_COMPAT is specified (feature request #4)
+  * Soname: 1:17:0
+- Update uriparser-0.7.5-doxygen.patch
+  > uriparser-doxygen.patch
+- Add pkgconfig(libxdot) require; new upstream dependency
+- Update download source Url to current sourceforge location
+- Split out uriparse binary into his own package
+
+-------------------------------------------------------------------

Old:
----
  uriparser-0.7.5-doxygen.patch
  uriparser-0.7.5.tar.bz2

New:
----
  uriparser-0.8.1.tar.bz2
  uriparser-doxygen.patch

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

Other differences:
------------------
++++++ liburiparser1.spec ++++++
--- /var/tmp/diff_new_pack.eW0fbs/_old  2015-02-22 17:20:37.000000000 +0100
+++ /var/tmp/diff_new_pack.eW0fbs/_new  2015-02-22 17:20:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liburiparser1
 #
-# 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
@@ -19,22 +19,36 @@
 Name:           liburiparser1
 Url:            http://uriparser.sourceforge.net/
 %define pkg_name uriparser
-Version:        0.7.5
+Version:        0.8.1
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        A strictly RFC 3986 compliant URI parsing library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Source:         
http://freshmeat.net/redir/uriparser/69213/url_bz2/%{pkg_name}-%{version}.tar.bz2
-Patch0:         uriparser-0.7.5-doxygen.patch
+Source:         
http://sourceforge.net/projects/uriparser/files/Sources/%{version}/%{pkg_name}-%{version}.tar.bz2
+Source1:        baselibs.conf
+Patch0:         uriparser-doxygen.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libxdot)
 
 %description
 uriparser is a strictly RFC 3986 compliant URI parsing library. It is
 cross-platform, fast, and supports Unicode.
 
+%package -n uriparse
+Summary:        A strictly RFC 3986 compliant URI parsing command line tool
+License:        BSD-3-Clause
+Group:          Development/Libraries/C and C++
+
+%description -n uriparse
+uriparser is a strictly RFC 3986 compliant URI parsing library. It is
+cross-platform, fast, and supports Unicode.
+
+uriparse is a command line tool which allows to parse URI's and show how
+the liburiparser splits it into components.
+
 %package -n liburiparser-devel
 Summary:        A strictly RFC 3986 compliant URI parsing library
 License:        BSD-3-Clause and LGPL-2.1
@@ -51,6 +65,8 @@
 %patch0 -p 1
 #file is dated in the future..
 #find . -type f -exec touch {} +
+# This is ridiculous but the patch doesn't apply at all for no reasons
+sed -i "s|# .qhp output|HTML_TIMESTAMP=NO|g" doc/Doxyfile.in
 
 %build
 %configure --disable-static --with-pic --disable-test 
--docdir=%{_docdir}/%{pkg_name}
@@ -73,6 +89,10 @@
 %defattr(-,root,root)
 %{_libdir}/liburiparser.so.1*
 
+%files -n uriparse
+%defattr(-,root,root)
+%{_bindir}/uriparse
+
 %files -n liburiparser-devel
 %defattr(-,root,root)
 %dir %{_includedir}/%{pkg_name}

++++++ uriparser-0.7.5.tar.bz2 -> uriparser-0.8.1.tar.bz2 ++++++
++++ 99921 lines of diff (skipped)

++++++ uriparser-doxygen.patch ++++++
--- uriparser-0.7.5.orig/doc/Makefile.in
+++ uriparser-0.7.5/doc/Makefile.in
@@ -402,7 +402,7 @@
                $(srcdir)/../src/*.h \
                $(srcdir)/Mainpage
        rm -Rf "$(builddir)/html"
-       doxygen Doxyfile
+       doxygen Doxyfile.in
        touch html/index.html
 
 clean-local:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to