Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2016-04-05 10:43:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and      /work/SRC/openSUSE:Factory/.stgit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stgit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stgit/stgit.changes      2013-10-21 
20:03:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stgit.new/stgit.changes 2016-04-05 
10:43:45.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Mar 30 20:22:58 UTC 2016 - mplus...@suse.com
+
+- Use url for source
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  stgit-0.17.1.tar.gz.sig
  stgit.keyring

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

Other differences:
------------------
++++++ stgit.spec ++++++
--- /var/tmp/diff_new_pack.YwPKND/_old  2016-04-05 10:43:46.000000000 +0200
+++ /var/tmp/diff_new_pack.YwPKND/_new  2016-04-05 10:43:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stgit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,22 +17,23 @@
 
 
 Name:           stgit
-BuildRequires:  asciidoc
-BuildRequires:  git-core
-BuildRequires:  python-devel
-BuildRequires:  xmlto
+Version:        0.17.1
+Release:        0
 Summary:        Stacked GIT - Source Code Management Tool
 License:        GPL-2.0+
 Group:          Development/Tools/Version Control
-Version:        0.17.1
-Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://gna.org/projects/stgit
-Source:         %{name}-%{version}.tar.gz
+Source0:        http://download.gna.org/stgit/%{name}-%{version}.tar.gz
+Source1:        http://download.gna.org/stgit/%{name}-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
+BuildRequires:  asciidoc
+BuildRequires:  git-core
+BuildRequires:  python-devel
+BuildRequires:  xmlto
 Requires:       git-core
-Requires:       python
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
-%if %suse_version > 1110
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
 
@@ -47,22 +48,18 @@
 %setup -q
 
 %build
-make prefix=%{_prefix}
-make doc prefix=%{_prefix}
+make %{?_smp_mflags} prefix=%{_prefix} all doc
 
 %install
-make prefix=%{_prefix} DESTDIR="$RPM_BUILD_ROOT" install
-make -C Documentation prefix=%{_prefix} mandir=%{_mandir} 
DESTDIR="$RPM_BUILD_ROOT" install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make prefix=%{_prefix} DESTDIR=%{buildroot} install
+make -C Documentation prefix=%{_prefix} mandir=%{_mandir} DESTDIR=%{buildroot} 
install
 
 %files
-%defattr(-, root, root, 755)
-%doc %attr(-,root,root) AUTHORS ChangeLog COPYING README TODO
-%doc %{_mandir}/man?/*
-%{_bindir}/*
-%if %suse_version > 1110
+%defattr(-, root, root, -)
+%doc AUTHORS ChangeLog COPYING README TODO
+%{_bindir}/stg
+%{_mandir}/man1/stg*%{ext_man}
+%if 0%{?suse_version} > 1110
 %{python_sitelib}/*
 %else
 %{py_sitedir}/*


Reply via email to