Hello community, here is the log from the commit of package libical for openSUSE:Factory checked in at 2018-03-02 21:08:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libical (Old) and /work/SRC/openSUSE:Factory/.libical.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libical" Fri Mar 2 21:08:58 2018 rev:39 rq:581627 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libical/libical.changes 2017-06-30 18:41:18.147073772 +0200 +++ /work/SRC/openSUSE:Factory/.libical.new/libical.changes 2018-03-02 21:09:01.866716926 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:35:25 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libical.spec ++++++ --- /var/tmp/diff_new_pack.Uk0yDa/_old 2018-03-02 21:09:03.254667013 +0100 +++ /var/tmp/diff_new_pack.Uk0yDa/_new 2018-03-02 21:09:03.258666870 +0100 @@ -1,7 +1,7 @@ # # spec file for package libical # -# 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 @@ -16,15 +16,14 @@ # +%define sonum 2 Name: libical Version: 2.0.0 Release: 0 -%define sonum 2 Summary: An Implementation of Basic iCAL Protocols -License: MPL-1.0 or LGPL-2.1 +License: MPL-1.0 OR LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: http://sourceforge.net/projects/freeassociation/ - +URL: http://sourceforge.net/projects/freeassociation/ #Git-Clone: https://github.com/libical/libical Source: https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz Source2: baselibs.conf @@ -41,9 +40,8 @@ Patch6: libical-boo1015964-use-after-free.patch BuildRequires: cmake >= 2.4 BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(icu-i18n) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libical is an open source implementation of the IETF's iCalendar @@ -100,7 +98,7 @@ %prep %setup -q -%patch -P 1 -p1 +%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 @@ -116,27 +114,23 @@ rm examples/CMakeLists.txt %post -n %{name}%{sonum} -p /sbin/ldconfig - %postun -n %{name}%{sonum} -p /sbin/ldconfig %files -n %{name}%{sonum} -%defattr(-,root,root) -%doc AUTHORS ReadMe.txt ReleaseNotes.txt COPYING LICENSE TEST THANKS TODO +%license COPYING +%doc AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO %{_libdir}/*.so.* %files devel -%defattr(-,root,root) %{_libdir}/*.so %{_libdir}/pkgconfig/libical.pc %{_includedir}/libical/ %{_libdir}/cmake/LibIcal/ %files devel-static -%defattr(-,root,root) %{_libdir}/*.a %files doc -%defattr(-,root,root) %doc doc/*.txt %doc examples/
