Hello community,

here is the log from the commit of package log4cpp for openSUSE:Factory checked 
in at 2018-12-31 09:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/log4cpp (Old)
 and      /work/SRC/openSUSE:Factory/.log4cpp.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "log4cpp"

Mon Dec 31 09:46:54 2018 rev:4 rq:661958 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/log4cpp/log4cpp.changes  2018-12-24 
11:46:56.165157845 +0100
+++ /work/SRC/openSUSE:Factory/.log4cpp.new.28833/log4cpp.changes       
2018-12-31 09:47:36.914156210 +0100
@@ -1,0 +2,6 @@
+Fri Dec 28 21:40:47 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Wrap description again.
+- Replace %__-type macro indirections.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ log4cpp.spec ++++++
--- /var/tmp/diff_new_pack.xQBNRb/_old  2018-12-31 09:47:37.622155630 +0100
+++ /var/tmp/diff_new_pack.xQBNRb/_new  2018-12-31 09:47:37.626155626 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -34,7 +34,9 @@
 %define libname lib%{name}5
 
 %description
-Log for C++ is a library of classes for flexible logging to files, syslog, and 
other destinations. It is modeled after the Log for Java library and stays as 
close to its API as is reasonable.
+Log for C++ is a library of classes for flexible logging to files,
+syslog, and other destinations. It is modeled after the Log for Java
+library and stays as close to its API as is reasonable.
 
 %package -n %{libname}
 Summary:        Logging for C++
@@ -66,10 +68,10 @@
 
 %build
 %configure --enable-doxygen --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__make} %{?_smp_mflags} install DESTDIR=%{buildroot} 
mandir=%{buildroot}%{_mandir} docdir=%{buildroot}%{_docdir}/%{name}
+%make_install mandir="%{buildroot}/%{_mandir}" 
docdir="%{buildroot}/%{_docdir}/%{name}"
 find %{buildroot} -type f -name "*.la" -delete -print
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}/%{_docdir}/%{name}/api


Reply via email to