Hello community,
here is the log from the commit of package obs-service-tar_scm for
openSUSE:Factory checked in at 2012-12-07 14:43:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
and /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-tar_scm", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes
2012-11-02 15:12:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes
2012-12-07 14:43:26.000000000 +0100
@@ -1,0 +2,23 @@
+Tue Dec 4 09:29:48 UTC 2012 - [email protected]
+
+- Pass --tags to "git describe" for @PARENT_TAG@
+
+-------------------------------------------------------------------
+Mon Dec 3 16:01:03 UTC 2012 - [email protected]
+
+- Disable testsuite on SLE_11_SP2 to fix build
+
+-------------------------------------------------------------------
+Mon Dec 3 14:46:15 UTC 2012 - [email protected]
+
+- Use upstream github repository and download via _service file
+
+-------------------------------------------------------------------
+Mon Dec 3 14:11:07 UTC 2012 - [email protected]
+
+- Add custom git versionformat extensions:
+ + @PARENT_TAG@: Replaced by first tag that is reachable from the
+ current commit (see 'git describe')
+ Future custom additions could follow the @NAME@ scheme
+
+-------------------------------------------------------------------
Old:
----
bzrfixtures.py
bzrtests.py
commontests.py
fixtures.py
gitfixtures.py
githgtests.py
gittests.py
hgfixtures.py
hgtests.py
scm-wrapper
scmlogs.py
svnfixtures.py
svntests.py
tar_scm
tar_scm.rc
tar_scm.service
test.py
testassertions.py
testenv.py
utils.py
New:
----
_service
obs-service-tar_scm-0.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-tar_scm.spec ++++++
--- /var/tmp/diff_new_pack.eNaDpi/_old 2012-12-07 14:43:27.000000000 +0100
+++ /var/tmp/diff_new_pack.eNaDpi/_new 2012-12-07 14:43:27.000000000 +0100
@@ -19,44 +19,22 @@
%define service tar_scm
Name: obs-service-%{service}
+Version: 0.2.3
+Release: 0
Summary: An OBS source service: checkout or update a tar ball from
svn/git/hg
License: GPL-2.0+
Group: Development/Tools/Building
-Url:
https://build.opensuse.org/package/show?package=obs-service-%{service}&project=openSUSE%3ATools
-Version: 0.2.3
-Release: 0
-Source: %{service}
-Source1: %{service}.service
-Source2: %{service}.rc
-
-# test suite files
-Source100: bzrfixtures.py
-Source101: bzrtests.py
-Source102: commontests.py
-Source103: fixtures.py
-Source104: gitfixtures.py
-Source105: githgtests.py
-Source106: gittests.py
-Source107: hgfixtures.py
-Source108: hgtests.py
-Source109: scmlogs.py
-Source110: svnfixtures.py
-Source111: svntests.py
-Source112: testassertions.py
-Source113: testenv.py
-Source114: test.py
-Source115: utils.py
-Source116: scm-wrapper
-
-Requires: bzr
-Requires: git
-Requires: mercurial
-Requires: subversion
+Url: https://github.com/openSUSE/obs-service-%{service}
+Source: %{name}-%{version}.tar.gz
BuildRequires: bzr
BuildRequires: git
BuildRequires: mercurial
BuildRequires: python >= 2.6
BuildRequires: subversion
+Requires: bzr
+Requires: git
+Requires: mercurial
+Requires: subversion
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -65,31 +43,31 @@
It supports downloading from svn, git, hg and bzr repositories.
-
%prep
-%setup -q -D -T 0 -n .
+%setup -q
%build
%install
-mkdir -p $RPM_BUILD_ROOT/usr/lib/obs/service
-install -m 0755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/obs/service
-install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/obs/service
+mkdir -p %{buildroot}%{_prefix}/lib/obs/service
+install -m 0755 tar_scm %{buildroot}%{_prefix}/lib/obs/service
+install -m 0644 tar_scm.service %{buildroot}%{_prefix}/lib/obs/service
-mkdir -p $RPM_BUILD_ROOT/etc/obs/services
-install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/etc/obs/services/%{service}
+mkdir -p %{buildroot}%{_sysconfdir}/obs/services
+install -m 0644 tar_scm.rc %{buildroot}%{_sysconfdir}/obs/services/%{service}
+%if 0%{?suse_version} >= 1220
%check
-chmod +x $RPM_SOURCE_DIR/scm-wrapper
: Running the test suite. Please be patient - this takes a few minutes ...
-python $RPM_SOURCE_DIR/test.py
+python test.py
+%endif
%files
%defattr(-,root,root)
-%dir /usr/lib/obs
-/usr/lib/obs/service
-%dir /etc/obs
-%dir /etc/obs/services
-%config(noreplace) /etc/obs/services/*
+%dir %{_prefix}/lib/obs
+%{_prefix}/lib/obs/service
+%dir %{_sysconfdir}/obs
+%dir %{_sysconfdir}/obs/services
+%config(noreplace) %{_sysconfdir}/obs/services/*
%changelog
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="url">[email protected]:openSUSE/obs-service-tar_scm.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version">git-master</param>
<param name="versionformat">0.2.3</param>
<param name="revision">master</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">obs-service-tar_scm</param>
</service>
</services>
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]