Hello community,

here is the log from the commit of package ckermit for openSUSE:Factory checked 
in at 2015-03-30 19:33:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ckermit (Old)
 and      /work/SRC/openSUSE:Factory/.ckermit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ckermit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ckermit/ckermit.changes  2014-08-20 
10:51:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ckermit.new/ckermit.changes     2015-03-30 
19:33:54.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Mar 28 13:52:15 UTC 2015 - [email protected]
+
+- Use url for source
+- Cleanup spec-file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  cku302.tar.bz2

New:
----
  cku302.tar.gz

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

Other differences:
------------------
++++++ ckermit.spec ++++++
--- /var/tmp/diff_new_pack.fBqTQX/_old  2015-03-30 19:33:55.000000000 +0200
+++ /var/tmp/diff_new_pack.fBqTQX/_new  2015-03-30 19:33:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ckermit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,6 +17,17 @@
 
 
 Name:           ckermit
+Version:        9.0.302
+Release:        0
+Summary:        A Combined Serial and Network Communication Software Package
+License:        BSD-3-Clause
+Group:          Hardware/Modem
+Url:            http://www.kermitproject.org/
+Source0:        ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz
+Patch0:         decl-definition-conflict.patch
+BuildRequires:  ncurses-devel
+Provides:       kermit
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?fedora_version} || 0%{?rhel_version}
 BuildRequires:  zsh
 %else
@@ -25,17 +36,6 @@
 %if 0%{?suse_version} >= 1130 || 0%{?fedora_version} || 0%{?mandriva_version}
 BuildRequires:  lockdev-devel
 %endif
-BuildRequires:  ncurses-devel
-Summary:        A Combined Serial and Network Communication Software Package
-License:        BSD-3-Clause
-Group:          Hardware/Modem
-Provides:       kermit
-Version:        9.0.302
-Release:        0.0
-Url:            http://www.kermitproject.org/
-Source:         cku302.tar.bz2
-Patch:          decl-definition-conflict.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 C-Kermit is a combined serial and network communication software
@@ -55,29 +55,26 @@
 
 %prep
 %setup -q -c
-%patch -p1
+%patch0 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 export CXXFLAGS="$CFLAGS"
-make linux
+make %{?_smp_mflags} linux
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/usr/bin
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 755 wermit $RPM_BUILD_ROOT/usr/bin/kermit
-install -m 644 ckuker.nr $RPM_BUILD_ROOT%{_mandir}/man1/kermit.1
-cd $RPM_BUILD_ROOT%{_mandir}/man1
+install -d -m 755 %{buildroot}%{_bindir}
+install -d -m 755 %{buildroot}%{_mandir}/man1
+install -m 755 wermit %{buildroot}%{_bindir}/kermit
+install -m 644 ckuker.nr %{buildroot}%{_mandir}/man1/kermit.1
+cd %{buildroot}%{_mandir}/man1
 ln -s kermit.1 ckermit.1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COPYING.TXT
 %{_mandir}/man1/*
-/usr/bin/*
+%{_bindir}/*
 
 %files doc
 %defattr(-,root,root)


Reply via email to