Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-10-06 19:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2013-09-27 19:39:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes       
2013-10-06 19:37:57.000000000 +0200
@@ -1,0 +2,36 @@
+Wed Oct  2 12:14:30 UTC 2013 - mvid...@suse.com
+
+- rpm macros: Use "make check VERBOSE=1"
+  to debug failures directly from build logs
+- 3.1.4
+
+-------------------------------------------------------------------
+Tue Oct  1 06:09:04 UTC 2013 - jreidin...@suse.com
+
+- fix Makefile.am.common to respect removed tools and killed ycp
+- 3.1.3
+
+-------------------------------------------------------------------
+Mon Sep 30 08:23:49 UTC 2013 - jreidin...@suse.com
+
+- fix bunch of build service warnings
+- add Rakefile to allow uniform access to all yast modules
+- start using fdupes to reduce duplicities
+- 3.1.2
+
+-------------------------------------------------------------------
+Wed Sep 25 08:35:28 UTC 2013 - jreidin...@suse.com
+
+- remove ycpdoc as ycp is no longer live
+- clean a bit old unused tools
+- 3.1.1
+
+-------------------------------------------------------------------
+Tue Sep 17 11:16:45 UTC 2013 - lsle...@suse.cz
+
+- added yast RPM macros (/etc/rpm/macros.yast)
+- this package: use *.spec directly instead of expanding *.spec.in
+- all packages: make *.spec.in files optional (do not fail if missing)
+- 3.1.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-devtools-3.0.5.tar.bz2

New:
----
  yast2-devtools-3.1.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.PtUjVf/_old  2013-10-06 19:37:57.000000000 +0200
+++ /var/tmp/diff_new_pack.PtUjVf/_new  2013-10-06 19:37:57.000000000 +0200
@@ -17,21 +17,22 @@
 
 
 Name:           yast2-devtools
-Version:        3.0.5
+Version:        3.1.4
 Release:        0
+Url:            http://github.com/yast/yast-devtools
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-devtools-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
 BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
-Requires:       libxslt
 Requires:       perl
 Requires:       perl-XML-Writer
 # we install our .pc under $prefix/share
@@ -80,36 +81,39 @@
 %setup -n yast2-devtools-%{version}
 
 %build
-autoreconf --force --install
+make -f Makefile.cvs all
 
 ./configure --prefix=%{_prefix} --libdir=%{_libdir}
 make
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/%{_prefix}/share/YaST2" make check 
DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2 -name 
"*.desktop"` ; do
     d=${f##*/}
     %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
 %if 0%{?qemu_user_space_build}
 # disable testsuite on QEMU builds, will fail
-cat > "$RPM_BUILD_ROOT//usr/share/YaST2/data/devtools/NO_MAKE_CHECK" <<EOF
+cat > "$RPM_BUILD_ROOT/%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" 
<<EOF
 Disabling testsuite on QEMU builds, as the userspace emulation
 is not complete enough for yast2-core
 EOF
 %endif
 
 # Change false to true in the following line when yast2 core is broken
-false && cat > "$RPM_BUILD_ROOT//usr/share/YaST2/data/devtools/NO_MAKE_CHECK" 
<<EOF
+false && cat > 
"$RPM_BUILD_ROOT/%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" <<EOF
 When yast2 core is broken and the interpreter does not work,
 submitting yast2-devtools with the flag file existing will
 prevent ycp developers being flooded by testsuite failures.
 EOF
 
+%fdupes %buildroot/%_prefix
+
 %files
 %defattr(-,root,root)
+/etc/rpm/macros.yast
 %{_prefix}/bin/y2tool
 %{_prefix}/bin/yastdoc
 %dir %{_prefix}/share/emacs
@@ -125,11 +129,11 @@
 %{_prefix}/share/cmake
 %{_prefix}/lib/YaST2/bin
 %dir %{_prefix}/share/YaST2
-/usr/share/YaST2/data
-%dir /usr/share/YaST2/clients
-/usr/share/YaST2/clients/*.rb
+%{_prefix}/share/YaST2/data
+%dir %{_prefix}/share/YaST2/clients
+%{_prefix}/share/YaST2/clients/*.rb
 %{_prefix}/share/aclocal/*.m4
 %{_prefix}/share/pkgconfig/yast2-devtools.pc
-%doc %{_prefix}/share/doc/packages/yast2-devtools
+%doc %{_prefix}/share/doc/packages/%{name}
 
 %changelog

++++++ yast2-devtools-3.0.5.tar.bz2 -> yast2-devtools-3.1.4.tar.bz2 ++++++
++++ 88831 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to