Mailinglist Archive: opensuse-commit (875 mails)

< Previous Next >
commit log4c
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 08 Jul 2008 22:12:48 +0200
  • Message-id: <20080708201248.E3543678178@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package log4c
checked in at Tue Jul 8 22:12:48 CEST 2008.


--------
--- log4c/log4c.changes 2008-02-20 13:16:38.000000000 +0100
+++ log4c/log4c.changes 2008-07-03 15:04:01.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jul 3 14:59:19 CEST 2008 - anschneider@xxxxxxx
+
+- Fix quoting in the m4 file.
+- Fix rpmlint warnings.
+- Fix RPM groups in the spec file.
+
+-------------------------------------------------------------------



New:
----
log4c-fix-m4-quoting.patch

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

Other differences:
------------------
++++++ log4c.spec ++++++
--- /var/tmp/diff_new_pack.M28809/_old 2008-07-08 22:11:40.000000000 +0200
+++ /var/tmp/diff_new_pack.M28809/_new 2008-07-08 22:11:40.000000000 +0200
@@ -21,12 +21,13 @@
BuildRequires: graphviz-gd
%endif
License: LGPL v2.1 or later
-Group: Development/Libraries/C and C++
+Group: System/Libraries
Version: 1.2.1
-Release: 5
-Summary: A library of C for flexible logging to files, syslog and other
destinations.
+Release: 7
+Summary: A library of C for flexible logging to files, syslog and other
destinations
Url: http://log4c.sourceforge.net/
Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Patch0: log4c-fix-m4-quoting.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -42,8 +43,9 @@
C�dric Le Goater <legoater@xxxxxxxxxxx>

%package -n liblog4c3
-Summary: A library of C for flexible logging to files, syslog and other
destinations.
-Group: Development/Libraries/C and C++
+License: LGPL v2.1 or later
+Summary: A library of C for flexible logging to files, syslog and other
destinations
+Group: System/Libraries

%description -n liblog4c3
Log4c is a library of C for flexible logging to files, syslog and other
@@ -58,6 +60,7 @@
C�dric Le Goater <legoater@xxxxxxxxxxx>

%package -n liblog4c-devel
+License: LGPL v2.1 or later
Summary: Development files for log4c
Group: Development/Libraries/C and C++
Requires: liblog4c3 = %{version}
@@ -73,8 +76,9 @@
C�dric Le Goater <legoater@xxxxxxxxxxx>

%package -n liblog4c-doc
+License: LGPL v2.1 or later
Summary: Documentation for log4c
-Group: Development/Libraries/C and C++
+Group: Development/Languages/C and C++
Requires: liblog4c3 = %{version}

%description -n liblog4c-doc
@@ -88,6 +92,7 @@

%prep
%setup -q
+%patch0 -p1

%build
%configure \
@@ -129,6 +134,10 @@
%doc doc/%{name}.pdf doc/html

%changelog
+* Thu Jul 03 2008 anschneider@xxxxxxx
+- Fix quoting in the m4 file.
+- Fix rpmlint warnings.
+- Fix RPM groups in the spec file.
* Wed Feb 20 2008 anschneider@xxxxxxx
- disable icecream build
* Tue Feb 19 2008 anschneider@xxxxxxx
@@ -140,5 +149,5 @@
- fix rpmlint warnings
* Fri Jan 25 2008 anschneider@xxxxxxx
- adapt to new share library packing policy
-* Sun Nov 11 2007 anschneider@xxxxxxx
+* Mon Nov 12 2007 anschneider@xxxxxxx
- initial package for log4c version 1.2.1

++++++ log4c-fix-m4-quoting.patch ++++++
Index: log4c-1.2.1/log4c.m4
===================================================================
--- log4c-1.2.1.orig/log4c.m4
+++ log4c-1.2.1/log4c.m4
@@ -4,7 +4,7 @@
dnl AM_PATH_LOG4C([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for LOG4C, and define LOG4C_CFLAGS and LOG4C_LIBS
dnl
-AC_DEFUN(AM_PATH_LOG4C,
+AC_DEFUN([AM_PATH_LOG4C],
[dnl
dnl Get the cflags and libraries from the log4c-config script
dnl

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages