Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2012-03-01 07:22:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and      /work/SRC/openSUSE:Factory/.stgit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stgit", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stgit/stgit.changes      2011-09-23 
12:46:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stgit.new/stgit.changes 2012-03-01 
07:22:03.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Feb 28 12:58:45 CET 2012 - [email protected]
+
+- updated to version 0.16:
+  * Several improvements to the Emacs mode (stgit.el).
+  * UI adjustments to better match the Git commands.
+  * "stg status" is an alias for "git status".
+  * "stg reset --hard" behaves similarly to the corresponding git
+    command and option.
+  * "stg branch --cleanup" option to remove the StGit metadata for
+    a given branch.
+  * "stg mail" can use "git send-email" directly.
+  * Vim syntax highlighting for StGit commit messages.
+  * Many bug-fixes. 
+
+-------------------------------------------------------------------

Old:
----
  stgit-0.14.3.tar.bz2
  stgit-doc-install-fix.diff

New:
----
  stgit-0.16.tar.gz

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

Other differences:
------------------
++++++ stgit.spec ++++++
--- /var/tmp/diff_new_pack.FXmjJF/_old  2012-03-01 07:22:04.000000000 +0100
+++ /var/tmp/diff_new_pack.FXmjJF/_new  2012-03-01 07:22:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package stgit (Version 0.14.3)
+# spec file for package stgit
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           stgit
-BuildRequires:  asciidoc git-core python-devel xmlto
+BuildRequires:  asciidoc
+BuildRequires:  git-core
+BuildRequires:  python-devel
+BuildRequires:  xmlto
 Summary:        Stacked GIT - Source Code Management Tool
-Version:        0.14.3
-Release:        72
 License:        GPL-2.0+
 Group:          Development/Tools/Version Control
+Version:        0.16
+Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://www.procode.org/stgit
-Source:         %{name}-%{version}.tar.bz2
-Patch:          stgit-doc-install-fix.diff
-Requires:       git-core python
+Source:         %{name}-%{version}.tar.gz
+Requires:       git-core
+Requires:       python
 %py_requires
 %if %suse_version > 1110
 BuildArch:      noarch
@@ -44,22 +45,21 @@
 
 %prep
 %setup -q
-%patch
 
 %build
-make
-make doc
+make prefix=%{_prefix}
+make doc prefix=%{_prefix}
 
 %install
-make PREFIX=%{_prefix} DESTDIR="$RPM_BUILD_ROOT" install
-make -C Documentation PREFIX=%{_prefix} mandir=%{_mandir} 
DESTDIR="$RPM_BUILD_ROOT" 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
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc %attr(644,root,root) AUTHORS ChangeLog COPYING README TODO
 %doc %{_mandir}/man?/*
 %{_bindir}/*
 %if %suse_version > 1110

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to