Hello community, here is the log from the commit of package pkgdiff for openSUSE:Factory checked in at 2017-07-05 23:56:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkgdiff (Old) and /work/SRC/openSUSE:Factory/.pkgdiff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkgdiff" Wed Jul 5 23:56:45 2017 rev:1 rq:497108 version:1.7.2 Changes: -------- New Changes file: --- /dev/null 2017-06-30 09:57:03.955002226 +0200 +++ /work/SRC/openSUSE:Factory/.pkgdiff.new/pkgdiff.changes 2017-07-05 23:56:45.842384285 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sat May 20 16:46:58 UTC 2017 - [email protected] + +- initial package (1.7.2) New: ---- pkgdiff-1.7.2.tar.xz pkgdiff.changes pkgdiff.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkgdiff.spec ++++++ # # spec file for package pkgdiff # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: pkgdiff Version: 1.7.2 Release: 0 Summary: Package Changes Analyzer License: GPL-2.0 Group: Development/Tools/Other Url: https://github.com/lvc/pkgdiff Source: https://github.com/lvc/pkgdiff/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz BuildRequires: help2man BuildRequires: make Requires: awk Requires: binutils Requires: diff Requires: perl-base >= 5.8 Requires: wdiff Suggests: abi-compliance-checker Suggests: abi-dumper BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description A tool for visualizing changes in Linux software packages (RPM, DEB, TAR.GZ, etc). The tool is intended for Linux maintainers who are interested in ensuring compatibility of old and new versions of packages. %prep %setup -q %build chmod 0755 %{name}.pl %install mkdir -vp %{buildroot}%{_prefix} env \ "DESTDIR=%{buildroot}" \ perl Makefile.pl -install \ --prefix=%{_prefix} # Generate man page with help2man mkdir -p %{buildroot}%{_mandir}/man1 ln -s %{name}.pl %{name} help2man -N -o %{name}.1 ./%{name} install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1 %files %defattr(-,root,root) %doc LICENSE README doc %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man*/* %changelog
