Hello community,

here is the log from the commit of package osc for openSUSE:Factory
checked in at Fri Jun 17 11:48:01 CEST 2011.



--------
--- osc/osc.changes     2011-06-10 11:50:21.000000000 +0200
+++ osc/osc.changes     2011-06-16 12:10:53.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Jun 16 09:50:55 UTC 2011 - [email protected]
+
+- spec file cleanup:
+  * run spec-cleaner
+  * simplified some shell commands
+- recommend obs-service-download_files,
+  obs-service-format_spec_file, obs-service-source_validator
+- remove recommends for osc-source_validator
+
+-------------------------------------------------------------------
+Wed Jun 15 12:20:07 UTC 2011 - [email protected]
+
+- update to 0.132.4
+  - fix local package build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  osc-0.132.3.tar.gz

New:
----
  osc-0.132.4.tar.gz

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.J1S4EL/_old  2011-06-17 11:42:01.000000000 +0200
+++ /var/tmp/diff_new_pack.J1S4EL/_new  2011-06-17 11:42:01.000000000 +0200
@@ -18,43 +18,48 @@
 
 
 Name:           osc
-Version:        0.132.3
+Version:        0.132.4
 Release:        1
-Group:          Development/Tools/Other
 License:        GPLv2+
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://www.gitorious.org/opensuse/osc
-Source:         osc-%{version}.tar.gz
 Summary:        openSUSE Build Service Commander
+Url:            http://www.gitorious.org/opensuse/osc
+Group:          Development/Tools/Other
+Source:         %{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?mandriva_version} < 02010
-Requires:       python-urlgrabber
 BuildRequires:  python-urlgrabber
+Requires:       python-urlgrabber
 %endif
 BuildRequires:  python-devel
 %if 0%{?mandriva_version} 
-Requires:       python-rpm
 BuildRequires:  python-rpm
+Requires:       python-rpm
 %else
-Requires:       rpm-python
 BuildRequires:  rpm-python
+Requires:       rpm-python
 %endif
 #
 %if 0%{?suse_version}
-%if %suse_version < 1020
+%if 0%{?suse_version} < 1020
 BuildRequires:  python-elementtree
 Requires:       python-elementtree
 %else
 BuildRequires:  python-xml
 Requires:       python-xml
 %endif
-%if %suse_version > 1110
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
-%if %suse_version > 1000
-Recommends:     osc-source_validator
+%if 0%{?suse_version} > 1000
 Recommends:     build >= 2010.05.04
 # These packages are needed for "osc add $URL"
-Recommends:     obs-service-set_version obs-service-tar_scm 
obs-service-recompress obs-service-verify_file
+Recommends:     obs-service-recompress
+Recommends:     obs-service-set_version
+Recommends:     obs-service-tar_scm
+Recommends:     obs-service-verify_file
+Recommends:     obs-service-download_files
+Recommends:     obs-service-format_spec_file
+Recommends:     obs-service-source_validator
 %endif
 %endif
 %if 0%{?rhel_version} || 0%{?centos_version}
@@ -71,14 +76,12 @@
 Requires:       m2crypto > 0.19
 %endif
 %if 0%{?mandriva_version} 
-Requires:       python-rpm
 BuildRequires:  python-rpm
+Requires:       python-rpm
 %else
-Requires:       rpm-python
 BuildRequires:  rpm-python
+Requires:       rpm-python
 %endif
-
-#
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
@@ -88,47 +91,40 @@
 http://en.opensuse.org/openSUSE:Build_Service_Tutorial for a general
 introduction.
 
-
 %prep
 %setup -q
 
 %build
-CFLAGS="%{optflags}" \
-%{__python} setup.py build
+CFLAGS="%{optflags}" python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root %{buildroot}
-%__ln_s osc-wrapper.py %{buildroot}/%{_bindir}/osc
-%__mkdir_p %{buildroot}/var/lib/osc-plugins
-%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
-%__install -m 0644 dist/complete.csh 
%{buildroot}%{_sysconfdir}/profile.d/osc.csh
-%__install -m 0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
+mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
+install -Dm0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
+install -Dm0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
 %if 0%{?suse_version} > 1110
-%__mkdir_p %{buildroot}%{_prefix}/lib/osc
-%__install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
+install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
 %else
-%__mkdir_p %{buildroot}%{_prefix}/%{_lib}/osc
-%__install -m 0755 dist/osc.complete 
%{buildroot}%{_prefix}/%{_lib}/osc/complete
+install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete
 %endif
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
+%doc AUTHORS README TODO NEWS
 %{_bindir}/osc*
 %{python_sitelib}/*
-%config %{_sysconfdir}/profile.d/osc.sh
 %config %{_sysconfdir}/profile.d/osc.csh
+%config %{_sysconfdir}/profile.d/osc.sh
+%dir %{_localstatedir}/lib/osc-plugins
+%{_mandir}/man1/osc.*
 %if 0%{?suse_version} > 1110
-%dir %{_prefix}/lib/osc
-%{_prefix}/lib/osc/complete
+%{_prefix}/lib/osc
 %else
-%dir %{_prefix}/%{_lib}/osc
-%{_prefix}/%{_lib}/osc/complete
+%{_libdir}/osc
 %endif
-%dir /var/lib/osc-plugins
-%doc AUTHORS README TODO NEWS
-%doc %_mandir/man1/osc.*
 
 %changelog

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.J1S4EL/_old  2011-06-17 11:42:01.000000000 +0200
+++ /var/tmp/diff_new_pack.J1S4EL/_new  2011-06-17 11:42:01.000000000 +0200
@@ -1,3 +1,8 @@
+osc (0.132.4-1) unstable; urgency=low
+  - Update to 0.132.4
+
+ -- Adrian Schroeter <[email protected]>  Wed, 15 Jun 2011 10:00:00 +0200
+
 osc (0.132.3-1) unstable; urgency=low
   - Update to 0.132.3
 

++++++ osc-0.132.3.tar.gz -> osc-0.132.4.tar.gz ++++++
++++ 31582 lines of diff (skipped)

++++++ osc.dsc ++++++
--- /var/tmp/diff_new_pack.J1S4EL/_old  2011-06-17 11:42:01.000000000 +0200
+++ /var/tmp/diff_new_pack.J1S4EL/_new  2011-06-17 11:42:01.000000000 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.132.3
+Version: 0.132.4
 Binary: osc
 Maintainer: Adrian Schroeter <[email protected]>
 Architecture: any


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



Remember to have fun...

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

Reply via email to