Hello community,

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

Package is "log4cpp"

Mon Dec 24 11:46:54 2018 rev:3 rq:660409 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/log4cpp/log4cpp.changes  2016-10-18 
10:39:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.log4cpp.new.28833/log4cpp.changes       
2018-12-24 11:46:56.165157845 +0100
@@ -1,0 +2,7 @@
+Wed Dec 19 19:46:01 UTC 2018 - [email protected]
+
+- update to version 1.1.3
+  * no upstream changelog
+- drop fix_sle11_build.patch, no longer needed
+
+-------------------------------------------------------------------

Old:
----
  fix_sle11_build.patch
  log4cpp-1.1.2rc3.tar.gz

New:
----
  _service
  log4cpp-1.1.3.tar.xz

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

Other differences:
------------------
++++++ log4cpp.spec ++++++
--- /var/tmp/diff_new_pack.5cQc5r/_old  2018-12-24 11:46:56.637157430 +0100
+++ /var/tmp/diff_new_pack.5cQc5r/_new  2018-12-24 11:46:56.637157430 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package log4cpp
 #
-# Copyright (c) 2016 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
@@ -17,43 +17,36 @@
 
 
 Name:           log4cpp
-%if 0%{suse_version} >= 1310
-Version:        1.1.2~rc3
+Version:        1.1.3
 Release:        0
-%else
-Version:        1.1.2
-Release:        0
-%endif
 Summary:        C++ logging library
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Languages/C and C++
-Url:            http://log4cpp.sourceforge.net/
-Source:         %{name}-1.1.2rc3.tar.gz
-Patch1:         fix_sle11_build.patch
+Url:            http://%{name}.sourceforge.net/
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
 
+%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 liblog4cpp5
+%package -n %{libname}
 Summary:        Logging for C++
 Group:          System/Libraries
 
-%description -n liblog4cpp5
+%description -n %{libname}
 Logging facilities providing library.
 
 %package devel
 Summary:        Development tools for Log for C++
 Group:          Development/Libraries/C and C++
-Requires:       liblog4cpp5 = %{version}
+Requires:       %{libname} = %{version}
 
 %description devel
 The %{name}-devel package contains the static libraries and header files
@@ -62,6 +55,7 @@
 %package doc
 Summary:        HTML formatted API documention for Log for C++
 Group:          Documentation/HTML
+BuildArch:      noarch
 
 %description doc
 The %{name}-doc package contains HTML formatted API documention generated by
@@ -69,40 +63,39 @@
 
 %prep
 %setup -q -n %{name}
-%patch1 -p1
 
 %build
 %configure --enable-doxygen --disable-static
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags} 
mandir=%{buildroot}/%{_mandir} docdir=%{buildroot}/%{_docdir}/%{name}
+%{__make} %{?_smp_mflags} install DESTDIR=%{buildroot} 
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
 %endif
 
-%post -n liblog4cpp5 -p /sbin/ldconfig
-%postun -n liblog4cpp5 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n liblog4cpp5
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README THANKS ChangeLog
-%{_libdir}/liblog4cpp.so.5
-%{_libdir}/liblog4cpp.so.5.0.6
+%files -n %{libname}
+%defattr(-,root,root,-)
+%{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/log4cpp
-%{_mandir}/man*/*
-%{_bindir}/log4cpp-config
-%{_libdir}/liblog4cpp.so
-%{_libdir}/pkgconfig/log4cpp.pc
+%{_includedir}/%{name}
+%{_mandir}/man3/%{name}*.3%{?ext_man}
+%{_bindir}/%{name}-config
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
 %dir %{_datadir}/aclocal
-%attr(644,root,root) %{_datadir}/aclocal/log4cpp.m4
+%attr(644,root,root) %{_datadir}/aclocal/%{name}.m4
 
 %files doc
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog NEWS README THANKS
 %doc %{_docdir}/%{name}
+%license COPYING
 
 %changelog

++++++ _service ++++++
<services>
  <service name="download_url" mode="disabled">
    <param name="host">prdownloads.sourceforge.net</param>
    <param name="protocol">http</param>
    <param 
name="path">/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1/log4cpp-1.1.3.tar.gz</param>
  </service>
  <service name="verify_file" mode="disabled">
    <param name="file">log4cpp-1.1.3.tar.gz</param>
    <param name="verifier">sha256</param>
    <param 
name="checksum">2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">log4cpp-1.1.3.tar.gz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="file">log4cpp.spec</param>
  </service>
  <service name="format_spec_file" mode="disabled">
    <param name="specfile">log4cpp.spec</param>
  </service>
</services>

Reply via email to