commit liblogging for openSUSE:Factory

2018-03-29 Thread root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2018-03-29 11:52:41

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


Package is "liblogging"

Thu Mar 29 11:52:41 2018 rev:14 rq:591135 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2017-11-23 
09:35:28.884069851 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2018-03-29 11:52:42.208671629 +0200
@@ -1,0 +2,5 @@
+Mon Mar 26 16:56:30 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.sXqkmu/_old  2018-03-29 11:52:43.196636055 +0200
+++ /var/tmp/diff_new_pack.sXqkmu/_new  2018-03-29 11:52:43.200635911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblogging
 #
-# Copyright (c) 2017 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
@@ -100,7 +100,7 @@
 
 %files -n %{name}%{sover}
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/liblogging-rfc3195.so.*
 %{_libdir}/liblogging-stdlog.so.*
 %{_bindir}/stdlogctl
@@ -108,7 +108,8 @@
 
 %files devel
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %doc rfc3195/doc/html
 %{_libdir}/liblogging-rfc3195.so
 %{_libdir}/liblogging-stdlog.so




commit liblogging for openSUSE:Factory

2017-11-23 Thread root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2017-11-23 09:35:24

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


Package is "liblogging"

Thu Nov 23 09:35:24 2017 rev:13 rq:544182 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2017-11-14 
14:14:04.286514944 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2017-11-23 09:35:28.884069851 +0100
@@ -1,0 +2,5 @@
+Tue Nov 14 13:43:01 UTC 2017 - astie...@suse.com
+
+- fix SLE 12 build
+
+---



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.dxNzRf/_old  2017-11-23 09:35:29.872033804 +0100
+++ /var/tmp/diff_new_pack.dxNzRf/_new  2017-11-23 09:35:29.876033658 +0100
@@ -30,7 +30,7 @@
 BuildRequires:  dos2unix
 BuildRequires:  pkgconfig >= 0.9.0
 %if %{with_rst2man}
-%if %{?is_opensuse}
+%if 0%{?is_opensuse}
 BuildRequires:  python3-docutils
 %else
 BuildRequires:  python-docutils
@@ -99,6 +99,7 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
+%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/liblogging-rfc3195.so.*
 %{_libdir}/liblogging-stdlog.so.*
@@ -106,6 +107,7 @@
 %{_mandir}/man1/stdlogctl*
 
 %files devel
+%defattr(-,root,root)
 %doc ChangeLog COPYING README
 %doc rfc3195/doc/html
 %{_libdir}/liblogging-rfc3195.so




commit liblogging for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2017-11-14 14:14:01

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


Package is "liblogging"

Tue Nov 14 14:14:01 2017 rev:12 rq:540186 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2017-03-20 
17:05:00.112510311 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2017-11-14 14:14:04.286514944 +0100
@@ -1,0 +2,6 @@
+Thu Nov  9 10:06:33 UTC 2017 - mplus...@suse.com
+
+- Use python3 version of rst2man when available
+- Run spec-cleaner
+
+---



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.rzIqA3/_old  2017-11-14 14:14:04.822495394 +0100
+++ /var/tmp/diff_new_pack.rzIqA3/_new  2017-11-14 14:14:04.826495247 +0100
@@ -28,16 +28,14 @@
 Url:http://www.liblogging.org/
 Source0:
http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
-BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig >= 0.9.0
-%else
-BuildRequires:  pkgconfig >= 0.9.0
-%endif
 %if %{with_rst2man}
+%if %{?is_opensuse}
+BuildRequires:  python3-docutils
+%else
 BuildRequires:  python-docutils
 %endif
+%endif
 %if %{with_systemd_journal}
 %if 0%{?suse_version} == 1310
 BuildRequires:  pkgconfig(libsystemd-journal) >= 197
@@ -101,7 +99,6 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/liblogging-rfc3195.so.*
 %{_libdir}/liblogging-stdlog.so.*
@@ -109,7 +106,6 @@
 %{_mandir}/man1/stdlogctl*
 
 %files devel
-%defattr(-,root,root)
 %doc ChangeLog COPYING README
 %doc rfc3195/doc/html
 %{_libdir}/liblogging-rfc3195.so




commit liblogging for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2017-03-20 17:04:57

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


Package is "liblogging"

Mon Mar 20 17:04:57 2017 rev:11 rq:479291 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2016-12-16 
11:53:51.467828216 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2017-03-20 17:05:00.112510311 +0100
@@ -1,0 +2,16 @@
+Tue Mar 14 11:46:35 UTC 2017 - astie...@suse.com
+
+- liblogging 1.0.6:
+  * fix small memory leaks in libstdlog
+  * enhancement:  sigsafe_printf now recognizes the "j" length
+modifier
+  * fix: build_file_line and build_syslog_frame call the
+   __stdlog_print_* functions incorrectly
+  * Implement a STDLOG_PID option
+  * bugfix: potentialSEGV in the stdlog_sigsafe_string formatter
+if NULL pointer was passed in
+  * bugfix: stdlog_sigsafe_printf mis-handles an int or unsigned
+int
+  * build system: auto-detect presence of journal libraries
+
+---

Old:

  liblogging-1.0.5.tar.gz

New:

  liblogging-1.0.6.tar.gz



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.XJpxwo/_old  2017-03-20 17:05:00.788414873 +0100
+++ /var/tmp/diff_new_pack.XJpxwo/_new  2017-03-20 17:05:00.788414873 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblogging
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,20 +20,20 @@
 %define with_rst2man 0%{?suse_version} >= 1230
 %define sover 0
 Name:   liblogging
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:An easy to use logging library
 License:BSD-2-Clause
-Group:  System Environment/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.liblogging.org/
 Source0:
http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz
-BuildRequires:  chrpath
 BuildRequires:  dos2unix
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1110
-BuildRequires:  pkgconfig(pkg-config) >= 0.9.0
+BuildRequires:  pkgconfig >= 0.9.0
 %else
-BuildRequires:  pkg-config >= 0.9.0
+BuildRequires:  pkgconfig >= 0.9.0
 %endif
 %if %{with_rst2man}
 BuildRequires:  python-docutils
@@ -54,7 +54,7 @@
 
 %package -n %{name}%{sover}
 Summary:An easy to use logging library
-Group:  System Environment/Libraries
+Group:  System/Libraries
 
 %description -n %{name}%{sover}
 Liblogging is an easy to use logging library.
@@ -64,7 +64,7 @@
 
 %package devel
 Summary:Development files for LibLogging stdlog library
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 Requires:   %{name}%{sover} = %{version}-%{release}
 
 %description devel
@@ -93,14 +93,11 @@
 dos2unix AUTHORS ChangeLog COPYING README
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-rm -v %{buildroot}/%{_libdir}/liblogging-rfc3195.la
-rm -v %{buildroot}/%{_libdir}/liblogging-stdlog.la
-chrpath -d %{buildroot}/%{_libdir}/liblogging-stdlog.so.0.0.0
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -v rfc3195/doc/html/Makefile*
 
 %post -n %{name}%{sover} -p /sbin/ldconfig
-
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}

++ liblogging-1.0.5.tar.gz -> liblogging-1.0.6.tar.gz ++
 23080 lines of diff (skipped)




commit liblogging for openSUSE:Factory

2016-02-08 Thread h_root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2016-02-08 09:47:24

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


Package is "liblogging"

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2015-03-25 
21:04:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2016-02-08 09:47:25.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb  2 13:05:30 UTC 2016 - mrueck...@suse.de
+
+- make the suse_version portable
+
+---
+Thu Jan 28 14:07:46 UTC 2016 - mrueck...@suse.de
+
+- fix broken conditional with sles_version macro
+
+---



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.Ke4HrL/_old  2016-02-08 09:47:25.0 +0100
+++ /var/tmp/diff_new_pack.Ke4HrL/_new  2016-02-08 09:47:25.0 +0100
@@ -30,10 +30,10 @@
 BuildRequires:  chrpath
 BuildRequires:  dos2unix
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %{?sles_version} && %{?sles_version} <= 11
-BuildRequires:  pkg-config >= 0.9.0
-%else
+%if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(pkg-config) >= 0.9.0
+%else
+BuildRequires:  pkg-config >= 0.9.0
 %endif
 %if %{with_rst2man}
 BuildRequires:  python-docutils




commit liblogging for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2015-03-25 21:04:56

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


Package is liblogging

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2014-12-10 
23:44:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2015-03-25 21:04:57.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 16:49:31 UTC 2015 - jeng...@inai.de
+
+- Remove redundant ldconfig requires
+
+---



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.6Op8kq/_old  2015-03-25 21:04:57.0 +0100
+++ /var/tmp/diff_new_pack.6Op8kq/_new  2015-03-25 21:04:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblogging
 #
-# 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
@@ -51,8 +51,6 @@
 %package -n %{name}%{sover}
 Summary:An easy to use logging library
 Group:  System Environment/Libraries
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 
 %description -n %{name}%{sover}
 Liblogging is an easy to use logging library.

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



commit liblogging for openSUSE:Factory

2014-12-10 Thread h_root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2014-12-10 23:44:57

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


Package is liblogging

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2014-04-04 
16:36:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2014-12-10 23:44:47.0 +0100
@@ -1,0 +2,7 @@
+Tue Dec  9 22:52:36 UTC 2014 - andreas.stie...@gmx.de
+
+- liblogging 1.0.5:
+  + cleanup for systemd-journal = 209
+  + bugfix: date stamp was incorrectly formatted
+
+---

Old:

  liblogging-1.0.4.tar.gz

New:

  liblogging-1.0.5.tar.gz



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.ALnIo7/_old  2014-12-10 23:44:48.0 +0100
+++ /var/tmp/diff_new_pack.ALnIo7/_new  2014-12-10 23:44:48.0 +0100
@@ -20,7 +20,7 @@
 %define with_rst2man 0%{?suse_version} = 1230
 %define sover 0
 Name:   liblogging
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:An easy to use logging library
 License:BSD-2-Clause

++ liblogging-1.0.4.tar.gz - liblogging-1.0.5.tar.gz ++
 1702 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/liblogging-1.0.4/ChangeLog new/liblogging-1.0.5/ChangeLog
--- old/liblogging-1.0.4/ChangeLog  2014-04-03 11:11:02.0 +0200
+++ new/liblogging-1.0.5/ChangeLog  2014-12-09 11:13:50.0 +0100
@@ -1,4 +1,12 @@
 
+v1.0.5 2014-12-09
+- cleanup for systemd-journal = 209
+  closes https://github.com/rsyslog/liblogging/issues/17
+- bugfix: date stamp was incorrectly formatted
+  The day part was totally off. This affected the uxsock: and file:
+  drivers.
+  closes https://github.com/rsyslog/liblogging/issues/21
+
 v1.0.4 2014-04-03
 - fix build problems on some platforms (namely RHEL/CENTOS 5)
 - add --disable-man pages ./configure option
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/liblogging-1.0.4/INSTALL new/liblogging-1.0.5/INSTALL
--- old/liblogging-1.0.4/INSTALL2014-03-18 07:09:57.0 +0100
+++ new/liblogging-1.0.5/INSTALL2014-12-09 11:14:14.0 +0100
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure  make  make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
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/liblogging-1.0.4/config.h.in new/liblogging-1.0.5/config.h.in
--- old/liblogging-1.0.4/config.h.in2014-04-03 11:11:47.0 +0200
+++ new/liblogging-1.0.5/config.h.in2014-12-09 11:14:14.0 +0100
@@ -80,9 +80,6 @@
*/
 #undef LT_OBJDIR
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Indicator for a BSD OS */
 #undef OS_BSD
 
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/liblogging-1.0.4/configure.ac new/liblogging-1.0.5/configure.ac
--- old/liblogging-1.0.4/configure.ac   2014-04-03 11:10:21.0 +0200
+++ 

commit liblogging for openSUSE:Factory

2014-04-04 Thread h_root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2014-04-04 16:36:06

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


Package is liblogging

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2014-03-19 
09:06:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2014-04-04 16:36:07.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  3 18:31:31 UTC 2014 - andreas.stie...@gmx.de
+
+- update to liblogging 1.0.4:
+  * build system changes
+
+---

Old:

  liblogging-1.0.3.tar.gz

New:

  liblogging-1.0.4.tar.gz



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.axhJbJ/_old  2014-04-04 16:36:08.0 +0200
+++ /var/tmp/diff_new_pack.axhJbJ/_new  2014-04-04 16:36:08.0 +0200
@@ -20,7 +20,7 @@
 %define with_rst2man 0%{?suse_version} = 1230
 %define sover 0
 Name:   liblogging
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:An easy to use logging library
 License:BSD-2-Clause

++ liblogging-1.0.3.tar.gz - liblogging-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/ChangeLog 
new/liblogging-1.0.4/ChangeLog
--- old/liblogging-1.0.3/ChangeLog  2014-03-18 08:27:39.0 +0100
+++ new/liblogging-1.0.4/ChangeLog  2014-04-03 11:11:02.0 +0200
@@ -1,4 +1,13 @@
 
+v1.0.4 2014-04-03
+- fix build problems on some platforms (namely RHEL/CENTOS 5)
+- add --disable-man pages ./configure option
+  This permits to totally turn off man page handling. This is useful for
+  platforms like RHEL/CENTOS 5 where rst2man is hard to get when building
+  from git is desired.
+- lower build system requirements to autoconf 2.59
+  This permits building on RHEL/CENTOs 5 with stock autotools.
+
 v1.0.3 2014-03-18
 - fix build problem in Ubuntu 10.04
   Thanks to Assaf Gordon for reporting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/configure 
new/liblogging-1.0.4/configure
--- old/liblogging-1.0.3/configure  2014-03-18 08:50:55.0 +0100
+++ new/liblogging-1.0.4/configure  2014-04-03 11:11:41.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for liblogging 1.0.3.
+# Generated by GNU Autoconf 2.69 for liblogging 1.0.4.
 #
 # Report bugs to rgerha...@hq.adiscon.com.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='liblogging'
 PACKAGE_TARNAME='liblogging'
-PACKAGE_VERSION='1.0.3'
-PACKAGE_STRING='liblogging 1.0.3'
+PACKAGE_VERSION='1.0.4'
+PACKAGE_STRING='liblogging 1.0.4'
 PACKAGE_BUGREPORT='rgerha...@hq.adiscon.com'
 PACKAGE_URL=''
 
@@ -635,6 +635,8 @@
 ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
+ENABLE_MAN_PAGES_FALSE
+ENABLE_MAN_PAGES_TRUE
 RST2MAN
 ENABLE_JOURNAL_FALSE
 ENABLE_JOURNAL_TRUE
@@ -777,6 +779,7 @@
 enable_rfc3195
 enable_stdlog
 enable_journal
+enable_man_pages
 '
   ac_precious_vars='build_alias
 host_alias
@@ -1332,7 +1335,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures liblogging 1.0.3 to adapt to many kinds of systems.
+\`configure' configures liblogging 1.0.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1402,7 +1405,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of liblogging 1.0.3:;;
+ short | recursive ) echo Configuration of liblogging 1.0.4:;;
esac
   cat \_ACEOF
 
@@ -1424,6 +1427,7 @@
   --enable-rfc3195Enable rfc3195 support [default=no]
   --enable-stdlog Enable stdlog support [default=yes]
   --enable-journalsystemd journal support [default=yes]
+  --enable-man-pages  man-pages support [default=yes]
 
 Optional Packages:
   --with-PACKAGE[=ARG]use PACKAGE [ARG=yes]
@@ -1519,7 +1523,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-liblogging configure 1.0.3
+liblogging configure 1.0.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1942,7 +1946,7 @@
 This file contains any messages produced by compilers while
 running configure, to 

commit liblogging for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2014-02-11 11:39:45

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


Package is liblogging

Changes:

--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes2014-02-02 
22:20:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes   
2014-02-11 11:39:46.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 10 19:55:39 UTC 2014 - andreas.stie...@gmx.de
+
+- update to liblogging 1.0.1:
+- rfc3195 component now 2-clause BSD licensed
+  This means the complete liblogging is now under 2-clause BSD
+- new component names:
+  * liblogging-stdlog
+  * liblogging-rfc3195
+
+---

Old:

  liblogging-1.0.0.tar.gz

New:

  liblogging-1.0.1.tar.gz



Other differences:
--
++ liblogging.spec ++
--- /var/tmp/diff_new_pack.i5TeE3/_old  2014-02-11 11:39:46.0 +0100
+++ /var/tmp/diff_new_pack.i5TeE3/_new  2014-02-11 11:39:46.0 +0100
@@ -19,10 +19,10 @@
 %define sover 0
 
 Name:   liblogging
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:An easy to use logging library
-License:BSD-3-Clause
+License:BSD-2-Clause
 Group:  System Environment/Libraries
 Url:http://www.liblogging.org/
 Source0:
http://download.rsyslog.com/liblogging/%{name}-%{version}.tar.gz
@@ -70,10 +70,10 @@
 
 %install
 %makeinstall
-%{__rm} -v %{buildroot}/%{_libdir}/liblogging.la
-%{__rm} -v %{buildroot}/%{_libdir}/libstdlog.la
-chrpath -d %{buildroot}/%{_libdir}/libstdlog.so.0.0.0
-%{__rm} -v doc/html/Makefile*
+%{__rm} -v %{buildroot}/%{_libdir}/liblogging-rfc3195.la
+%{__rm} -v %{buildroot}/%{_libdir}/liblogging-stdlog.la
+chrpath -d %{buildroot}/%{_libdir}/liblogging-stdlog.so.0.0.0
+%{__rm} -v rfc3195/doc/html/Makefile*
 
 %post -n %name%sover -p /sbin/ldconfig
 
@@ -82,17 +82,18 @@
 %files -n %name%sover
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/liblogging.so.*
-%{_libdir}/libstdlog.so.*
+%{_libdir}/liblogging-rfc3195.so.*
+%{_libdir}/liblogging-stdlog.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
-%doc doc/html
-%{_libdir}/liblogging.so
-%{_libdir}/libstdlog.so
+%doc ChangeLog COPYING README
+%doc rfc3195/doc/html
+%{_libdir}/liblogging-rfc3195.so
+%{_libdir}/liblogging-stdlog.so
 %dir %{_includedir}/%{name}
 %{_includedir}/liblogging/*.h
-%{_libdir}/pkgconfig/libstdlog.pc
+%{_libdir}/pkgconfig/liblogging-rfc3195.pc
+%{_libdir}/pkgconfig/liblogging-stdlog.pc
 
 %changelog

++ liblogging-1.0.0.tar.gz - liblogging-1.0.1.tar.gz ++
 52601 lines of diff (skipped)

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