Hello community, here is the log from the commit of package libsoc for openSUSE:Factory checked in at 2017-01-31 12:42:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsoc (Old) and /work/SRC/openSUSE:Factory/.libsoc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsoc" Changes: -------- --- /work/SRC/openSUSE:Factory/libsoc/libsoc.changes 2016-11-21 14:25:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libsoc.new/libsoc.changes 2017-02-03 17:48:32.928624802 +0100 @@ -1,0 +2,10 @@ +Sat Jan 28 14:13:45 UTC 2017 - [email protected] + +- Update project url + +------------------------------------------------------------------- +Sat Jan 28 09:35:29 UTC 2017 - [email protected] + +- Trim irrelevant parts from descriptions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsoc.spec ++++++ --- /var/tmp/diff_new_pack.wR86f6/_old 2017-02-03 17:48:33.220583643 +0100 +++ /var/tmp/diff_new_pack.wR86f6/_new 2017-02-03 17:48:33.224583079 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsoc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -23,26 +23,20 @@ Summary: C library for interfacing with common SoC peripherals License: LGPL-2.1 Group: Development/Libraries/C and C++ -Url: https://github.com/jackmitch/libsoc +Url: https://jackmitch.github.io/libsoc/ Source0: https://github.com/jackmitch/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool BuildRequires: fdupes -BuildRequires: pkgconfig BuildRequires: i2c-tools +BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: pkgconfig(python3) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces. -It is aimed at new Linux users, and intends to be a stepping stone to -enable a user to get started quickly. It is optimised for reliability -rather than speed. While the library should be fast, no guarantees are made -on it's determinism and it should not be used in time critical routines. - %package -n %{name}%{sover} Summary: C library for interfacing with common SoC peripherals Group: System/Libraries @@ -52,10 +46,8 @@ libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces. -It is aimed at new Linux users, and intends to be a stepping stone to -enable a user to get started quickly. It is optimised for reliability -rather than speed. While the library should be fast, no guarantees are made -on it's determinism and it should not be used in time critical routines. +It targets reliability rather than speed. No guarantees are made +on its determinism and it should not be used in time critical routines. %package -n %{name}-common Summary: Common files for %{name} @@ -65,10 +57,8 @@ libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces. -It is aimed at new Linux users, and intends to be a stepping stone to -enable a user to get started quickly. It is optimised for reliability -rather than speed. While the library should be fast, no guarantees are made -on it's determinism and it should not be used in time critical routines. +It targets reliability rather than speed. No guarantees are made +on its determinism and it should not be used in time critical routines. This package contains common config files for %{name}. @@ -81,11 +71,6 @@ libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces. -It is aimed at new Linux users, and intends to be a stepping stone to -enable a user to get started quickly. It is optimised for reliability -rather than speed. While the library should be fast, no guarantees are made -on it's determinism and it should not be used in time critical routines. - This package contains python3 bindings for %{name}. %package devel @@ -97,11 +82,6 @@ libsoc is a C library to interface with common peripherals found in System on Chips (SoC) through generic Linux Kernel interfaces. -It is aimed at new Linux users, and intends to be a stepping stone to -enable a user to get started quickly. It is optimised for reliability -rather than speed. While the library should be fast, no guarantees are made -on it's determinism and it should not be used in time critical routines. - This package contains development files for %{name}. %prep
