diff --git a/log4cpp.changes b/log4cpp.changes index 562b50a..a19f954 100644 --- a/log4cpp.changes +++ b/log4cpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 28 21:40:47 UTC 2018 - Jan Engelhardt + +- Wrap description again. +- Replace %__-type macro indirections. + ------------------------------------------------------------------- Wed Dec 19 19:46:01 UTC 2018 - marec@detebe.org @@ -10,9 +16,9 @@ Mon Oct 10 15:33:28 UTC 2016 - adam.majer@suse.de - update to version 1.1.2rc3 + fix std::terminate() call on bad category name component count - in PatternLayout + in PatternLayout + fix std::terminate() call on bad root category priority name - in config file + in config file + remove RollingFileAppend prints log name to std::cout - fix_sle11_build.patch: fix building on SLE11 @@ -32,7 +38,7 @@ Thu Jun 30 14:48:50 UTC 2016 - i@marguerite.su Sat Aug 22 16:08:45 UTC 2015 - i@marguerite.su - update version 1.1.2rc1 - * Small fixes, DailyRollingFile appender, tests, + * Small fixes, DailyRollingFile appender, tests, options to disable support for smtp and syslog ------------------------------------------------------------------- @@ -58,22 +64,22 @@ Sun Jan 13 10:38:07 UTC 2013 - sleep_walker@suse.cz ------------------------------------------------------------------- Thu Jul 19 07:20:27 UTC 2012 - rob.verduijn@gmail.com -- conflicts fixed for opensuse 12.1 +- conflicts fixed for opensuse 12.1 ------------------------------------------------------------------- Wed Jul 18 13:46:25 UTC 2012 - rob.verduijn@gmail.com -- fixed some more rpmlint badness +- fixed some more rpmlint badness ------------------------------------------------------------------- Wed Jul 18 13:18:45 UTC 2012 - rob.verduijn@gmail.com -- fixed duplicate files +- fixed duplicate files ------------------------------------------------------------------- Wed Jul 18 12:53:42 UTC 2012 - rob.verduijn@gmail.com -- Fixed directory not owned in specfile +- Fixed directory not owned in specfile ------------------------------------------------------------------- Tue Aug 30 02:00:31 UTC 2011 - alexandre@exatati.com.br diff --git a/log4cpp.spec b/log4cpp.spec index 81f9bea..c00e8d2 100644 --- a/log4cpp.spec +++ b/log4cpp.spec @@ -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 @@ BuildRequires: fdupes %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 @@ the popular doxygen documentation generation tool. %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