Hello community, here is the log from the commit of package yast2-devtools for openSUSE:Factory checked in at Mon Oct 3 09:25:42 CEST 2011.
-------- --- openSUSE:Factory/yast2-devtools/yast2-devtools.changes 2011-09-23 12:53:07.000000000 +0200 +++ yast2-devtools/yast2-devtools.changes 2011-10-02 12:52:44.000000000 +0200 @@ -1,0 +2,19 @@ +Fri Sep 30 12:26:20 CEST 2011 - [email protected] + +- added 'y2tool obssync' +- 2.21.4 + +------------------------------------------------------------------- +Tue Sep 27 11:23:22 CEST 2011 - [email protected] + +- dropped all-packages and devel-packages lists +- 2.21.3 + +------------------------------------------------------------------- +Thu Sep 22 15:45:46 CEST 2011 - [email protected] + +- create-spec: adjusted whitespace to comply with prepare_spec +- create-spec: use %version to minimize diffs +- 2.21.2 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-devtools-2.21.1.tar.bz2 New: ---- yast2-devtools-2.21.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-devtools.spec ++++++ --- /var/tmp/diff_new_pack.kjuTqe/_old 2011-10-03 09:25:38.000000000 +0200 +++ /var/tmp/diff_new_pack.kjuTqe/_new 2011-10-03 09:25:38.000000000 +0200 @@ -19,11 +19,11 @@ Name: yast2-devtools -Version: 2.21.1 +Version: 2.21.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-devtools-2.21.1.tar.bz2 +Source0: yast2-devtools-%{version}.tar.bz2 Prefix: /usr @@ -57,7 +57,7 @@ YCP and C++). %prep -%setup -n yast2-devtools-2.21.1 +%setup -n yast2-devtools-%{version} %build autoreconf --force --install ++++++ yast2-devtools-2.21.1.tar.bz2 -> yast2-devtools-2.21.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/Makefile.am new/yast2-devtools-2.21.4/Makefile.am --- old/yast2-devtools-2.21.1/Makefile.am 2011-09-19 15:11:25.000000000 +0200 +++ new/yast2-devtools-2.21.4/Makefile.am 2011-09-27 11:21:58.000000000 +0200 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/Makefile.in new/yast2-devtools-2.21.4/Makefile.in --- old/yast2-devtools-2.21.1/Makefile.in 2011-09-19 15:11:33.000000000 +0200 +++ new/yast2-devtools-2.21.4/Makefile.in 2011-09-27 11:22:07.000000000 +0200 @@ -317,7 +317,6 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \ @@ -970,7 +969,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -998,21 +997,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/VERSION new/yast2-devtools-2.21.4/VERSION --- old/yast2-devtools-2.21.1/VERSION 2011-09-19 15:11:43.000000000 +0200 +++ new/yast2-devtools-2.21.4/VERSION 2011-10-02 12:51:44.000000000 +0200 @@ -1 +1 @@ -2.21.1 +2.21.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/configure new/yast2-devtools-2.21.4/configure --- old/yast2-devtools-2.21.1/configure 2011-09-19 15:11:31.000000000 +0200 +++ new/yast2-devtools-2.21.4/configure 2011-09-27 11:22:05.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for yast2-devtools 2.21.0. +# Generated by GNU Autoconf 2.68 for yast2-devtools 2.21.2. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -709,8 +709,8 @@ # Identity of this package. PACKAGE_NAME='yast2-devtools' PACKAGE_TARNAME='yast2-devtools' -PACKAGE_VERSION='2.21.0' -PACKAGE_STRING='yast2-devtools 2.21.0' +PACKAGE_VERSION='2.21.2' +PACKAGE_STRING='yast2-devtools 2.21.2' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1498,7 +1498,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-devtools 2.21.0 to adapt to many kinds of systems. +\`configure' configures yast2-devtools 2.21.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1569,7 +1569,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-devtools 2.21.0:";; + short | recursive ) echo "Configuration of yast2-devtools 2.21.2:";; esac cat <<\_ACEOF @@ -1682,7 +1682,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-devtools configure 2.21.0 +yast2-devtools configure 2.21.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2081,7 +2081,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-devtools $as_me 2.21.0, which was +It was created by yast2-devtools $as_me 2.21.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3011,7 +3011,7 @@ # Define the identity of the package. PACKAGE='yast2-devtools' - VERSION='2.21.0' + VERSION='2.21.2' cat >>confdefs.h <<_ACEOF @@ -3133,7 +3133,7 @@ -VERSION="2.21.0" +VERSION="2.21.2" RPMNAME="yast2-devtools" MAINTAINER="Martin Vidner <[email protected]>" @@ -15584,7 +15584,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-devtools $as_me 2.21.0, which was +This file was extended by yast2-devtools $as_me 2.21.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15641,7 +15641,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-devtools config.status 2.21.0 +yast2-devtools config.status 2.21.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/configure.in new/yast2-devtools-2.21.4/configure.in --- old/yast2-devtools-2.21.1/configure.in 2011-09-19 15:11:25.000000000 +0200 +++ new/yast2-devtools-2.21.4/configure.in 2011-09-27 11:21:58.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-devtools dnl -dnl -- This file is generated by y2autoconf 2.21.0 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-devtools, 2.21.0, http://bugs.opensuse.org/, yast2-devtools) +AC_INIT(yast2-devtools, 2.21.2, http://bugs.opensuse.org/, yast2-devtools) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.21.0" +VERSION="2.21.2" RPMNAME="yast2-devtools" MAINTAINER="Martin Vidner <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/admin/Makefile.am new/yast2-devtools-2.21.4/devtools/admin/Makefile.am --- old/yast2-devtools-2.21.1/devtools/admin/Makefile.am 2011-08-19 09:50:32.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/admin/Makefile.am 2011-09-27 11:20:58.000000000 +0200 @@ -6,6 +6,6 @@ admindir = @YAST2DEVTOOLS@/admin -admin_DATA = Makefile.am.toplevel Makefile.am.common all-packages +admin_DATA = Makefile.am.toplevel Makefile.am.common EXTRA_DIST = $(admin_DATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/admin/Makefile.am.toplevel new/yast2-devtools-2.21.4/devtools/admin/Makefile.am.toplevel --- old/yast2-devtools-2.21.1/devtools/admin/Makefile.am.toplevel 2011-08-19 09:50:32.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/admin/Makefile.am.toplevel 2011-09-27 11:20:35.000000000 +0200 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/admin/Makefile.in new/yast2-devtools-2.21.4/devtools/admin/Makefile.in --- old/yast2-devtools-2.21.1/devtools/admin/Makefile.in 2011-09-19 15:11:32.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/admin/Makefile.in 2011-09-27 11:22:05.000000000 +0200 @@ -289,7 +289,7 @@ ystartupdir = @ystartupdir@ SUBDIRS = po copyright aclocal aminclude admindir = @YAST2DEVTOOLS@/admin -admin_DATA = Makefile.am.toplevel Makefile.am.common all-packages +admin_DATA = Makefile.am.toplevel Makefile.am.common EXTRA_DIST = $(admin_DATA) all: all-recursive diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/admin/all-packages new/yast2-devtools-2.21.4/devtools/admin/all-packages --- old/yast2-devtools-2.21.1/devtools/admin/all-packages 2011-09-15 17:20:47.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/admin/all-packages 1970-01-01 01:00:00.000000000 +0100 @@ -1,216 +0,0 @@ -# All yast2 packages -# $Id: all-packages 63924 2011-05-07 12:13:17Z aschnell $ -# -# Use TABS to delimit fields. -# where fields: -# - inst-sys installation -# - default default selection -# - slcs SLCS -# - vpnncp VPN/NCP -# - email E-mail server -# - firewall Firewall CD -# - expert_user Expert configuration - not available e.g. in personal edition -# - rop SLES8 Retail Option Pack -# - internal internal package -# -# package where when -# ------------------------------------------------------------------------------ - -# core packages -yast2 inst-sys,default all -yast2-core inst-sys,default all -yast2-libyui inst-sys,default all -yast2-ycp-ui-bindings inst-sys,default all -yast2-control-center default all -yast2-gtk default all -yast2-gtk-pkg default all -yast2-control-center-gnome default all -yast2-ncurses inst-sys,default all -yast2-ncurses-pkg inst-sys,default all -yast2-qt inst-sys,default all -yast2-qt-pkg inst-sys,default all -yast2-packager inst-sys,default all -yast2-update inst-sys,default all -liby2util inst-sys,default all -yast2-pkg-bindings inst-sys,default all -yast2-cim default all -yast2-hardware-detection inst-sys,default all - -# language bindings -yast2-perl-bindings default all -yast2-python-bindings default all -yast2-ruby-bindings default all - -# themes -yast2-theme inst-sys,default all (only for subpackages) -yast2-theme-SuSELinux inst-sys,default all (subpackage of yast2-theme) -yast2-theme-UnitedLinux inst-sys,default all (subpackage of yast2-theme) - -# installation -yast2-add-on inst-sys,default all -yast2-installation inst-sys,default install -yast2-firstboot default firstboot -yast2-slide-show inst-sys install -yast2-slide-show-SLES inst-sys install -yast2-live-installer - install -yast2-dirinstall - install - -# auto installation -autoyast2 default all,autoinstall -autoyast2-installation inst-sys,default all,autoinstall -yast2-schema default all,autoinstall - -# development -yast2-debugger - development -yast2-devtools - development -yast2-testsuite - development -yast2-online-update-test - internal - -# agents -yast2-ldap inst-sys,default ldap agent (users) -yast2-pam inst-sys,default pam agent (users) -yast2-slp default slp agent/browser -yast2-transfer inst-sys transfer/curl agent (autoinst) -yast2-xml inst-sys xml agent (autoinst) -yast2-dbus-client - DBus agent -yast2-dbus-server - Yast DBus service - -# config packages -yast2-autofs default autofs -yast2-audit-laf default Linux Audit Framework (LAF) -yast2-backup default backup -yast2-bluetooth default bluetooth -yast2-bootloader default bootloader -yast2-boot-server default boot server -yast2-ca-management default CA management -yast2-cd-creator default create installation CDs -yast2-country default keyboard,language,timezone -yast2-dhcp-server defalut DHCP server -yast2-dns-server default DNS server -yast2-firewall default firewall -yast2-firewall-cd firewall firewall CD -yast2-heartbeat default HA (heartbeat) -yast2-http-server default HTTP server -yast2-imap-server email IMAP server -yast2-inetd default inetd editor -yast2-instserver default installation server -yast2-ipsec default IPsec -yast2-irda default IrDA -yast2-isns default iSNS -yast2-iscsi-client default iSCSI initiator -yast2-iscsi-server default iSCSI target -yast2-kerberos-client default kerberos client -yast2-kdump default kdump (kernel) -yast2-ldap-client default ldap client -yast2-ldap-server default LDAP server -yast2-mail default mail -yast2-mouse default mouse -yast2-network default network -yast2-nfs-client default nfs client -yast2-nfs-server default nfs server -yast2-nis-client default nis client -yast2-nis-server default nis server -yast2-nisplus-client default nis+ client -yast2-ntp-client default NTP client -yast2-online-update default YOU -yast2-openteam-server email SuSE Linux Openteam Server -yast2-phone-services default isdn -yast2-power-management default power management -yast2-powertweak expert_user powertweak configuration -yast2-printer default printer -yast2-product-creator default create installation CDs (obsoletes cd-crator module) -yast2-profile-manager default profile-manager -yast2-repair inst-sys,default repair -yast2-restore default restore -yast2-runlevel inst-sys,default runlevel editor -yast2-s390 default S/390-specific configuration -yast2-samba-client default samba client -yast2-samba-server default samba server -yast2-scanner default scanner -yast2-security default security -yast2-slp-server default slp daemon -yast2-snapper default Frontend for snapper -yast2-sound default sound -yast2-sshd default SSHD configuration -yast2-squid default SQUID configuration -yast2-storage inst-sys,default storage -yast2-sudo default /etc/sudoers -yast2-support default support -yast2-sysconfig default sysconfig editor -yast2-tftp-server default TFTP server -yast2-tune inst-sys,default hardware info and tune -yast2-tv default TV card -yast2-uml default UML -yast2-vm default Configure and start installation in a virtual machine -yast2-users default users -yast2-x11 default runtime x11 -yast2-you-server default YOU server - -# translations -yast2-trans-bg inst-sys all -yast2-trans-bn inst-sys all -yast2-trans-bs inst-sys all -yast2-trans-ca inst-sys all -yast2-trans-cs inst-sys all -yast2-trans-cy inst-sys all -yast2-trans-da inst-sys all -yast2-trans-de inst-sys all -# SL 10.2 -yast2-trans-el inst-sys all -# SLE 10 -yast2-trans-el_GR inst-sys all -yast2-trans-en_GB inst-sys all -yast2-trans-en_US inst-sys all -yast2-trans-es inst-sys all -# SL 10.2 -yast2-trans-et inst-sys all -yast2-trans-fi inst-sys all -yast2-trans-fr inst-sys all -yast2-trans-he inst-sys all -yast2-trans-hi inst-sys all -yast2-trans-hr inst-sys all -yast2-trans-hu inst-sys all -yast2-trans-it inst-sys all -yast2-trans-ja inst-sys all -yast2-trans-km inst-sys all -yast2-trans-ko inst-sys all -yast2-trans-lt inst-sys all -yast2-trans-nb inst-sys all -yast2-trans-nl inst-sys all -yast2-trans-pa inst-sys all -yast2-trans-pl inst-sys all -yast2-trans-pt inst-sys all -yast2-trans-pt_BR inst-sys all -yast2-trans-ro inst-sys all -yast2-trans-ru inst-sys all -yast2-trans-sk inst-sys all -yast2-trans-sr inst-sys all -# SL 10.2 -yast2-trans-sl inst-sys all -# SLE 10 -yast2-trans-sl_SI inst-sys all -yast2-trans-sv inst-sys all -yast2-trans-tr inst-sys all -yast2-trans-uk inst-sys all -yast2-trans-vi inst-sys all -yast2-trans-zh_CN inst-sys all -yast2-trans-zh_TW inst-sys all - -# old stuff -#yast2-agent-ftp inst-sys,default ftp-install,you -#yast2-agent-http default http-install,you -#yast2-agent-ldap ? -#yast2-agent-prom inst-sys,default sparc-only -#yast2-agent-tftp inst-sys tftp-install, you -#yast2-agent-curl inst-sys autoinstall,you -#yast2-agent-you default you -#yast2-lib-devel - -#yast2-newmodule - development -#yast2-package-manager default runtime rpm manager -#yast2-soho-lan slcs slcs network configuration -#yast2-update default runtime update starter -#yast2-vpn_ncp vpnncp vpn/ncp configuration -#yast2-wlanipsecclient - WLAN IPsec client -#y2pmsh - -#yast2-packagemanager - -#yast2-packagemanager-test - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/bin/Makefile.am new/yast2-devtools-2.21.4/devtools/bin/Makefile.am --- old/yast2-devtools-2.21.1/devtools/bin/Makefile.am 2011-08-19 09:50:34.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/bin/Makefile.am 2011-10-02 12:48:33.000000000 +0200 @@ -24,6 +24,7 @@ svnignore \ tagversion \ oscsubmit \ + obssync \ version \ y2autoconf \ y2automake \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/bin/Makefile.in new/yast2-devtools-2.21.4/devtools/bin/Makefile.in --- old/yast2-devtools-2.21.1/devtools/bin/Makefile.in 2011-09-19 15:11:32.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/bin/Makefile.in 2011-10-02 12:48:48.000000000 +0200 @@ -268,6 +268,7 @@ svnignore \ tagversion \ oscsubmit \ + obssync \ version \ y2autoconf \ y2automake \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/bin/create-spec new/yast2-devtools-2.21.4/devtools/bin/create-spec --- old/yast2-devtools-2.21.1/devtools/bin/create-spec 2011-08-19 09:50:34.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/bin/create-spec 2011-09-27 11:18:59.000000000 +0200 @@ -66,9 +66,9 @@ # Some fields used to be part of @MACROS@ but since the demise of PDB # they need to be correctly filled manually. So take care to only provide them # if they are not present. -my $DEFAULTLICENSE = "License:\t$LICENSE"; -my $DEFAULTGROUP = "Group:\t\tSystem/YaST"; -my $DEFAULTSUBGROUP = "Group:\t\tDevelopment/Libraries"; +my $DEFAULTLICENSE = "License:\t$LICENSE\n"; +my $DEFAULTGROUP = "Group:\t\tSystem/YaST\n"; +my $DEFAULTSUBGROUP = "Group:\t\tDevelopment/Libraries\n"; # needed for modifying the build environment variables my $DEFAULTBUILDTAG = '%build'; if (! seek(STDIN, 0, 0)) @@ -101,21 +101,34 @@ "\@HEADER-COMMENT\@" => "# -# spec file for package $RPMNAME (Version $VERSION) +# spec file for package $RPMNAME # -# norootforbuild", -#", +# Copyright (c) 2011 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An \"Open Source License\" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild +", "\@HEADER\@" => -"Name: $RPMNAME -Version: $VERSION -Release: 0 -$DEFAULTLICENSE -$DEFAULTGROUP -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: $RPMNAME-$VERSION.tar.bz2 +"Name: $RPMNAME +Version: $VERSION +Release: 0 +${DEFAULTLICENSE}${DEFAULTGROUP} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source0: $RPMNAME-%{version}.tar.bz2 -prefix: /usr +Prefix: /usr $provides_locale", "\@HEADER-DEVEL\@" => @@ -126,13 +139,13 @@ # not used in today's packages, maybe useful for maintenance "\@HEADER-INSTSYS\@" => "\%package instsys -Group: SuSE internal", +Group: SuSE internal", ##### PREP ##### "\@PREP\@" => "\%prep -\%setup -n $RPMNAME-$VERSION", +\%setup -n $RPMNAME-%{version}", ##### BUILD ##### diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/bin/obssync new/yast2-devtools-2.21.4/devtools/bin/obssync --- old/yast2-devtools-2.21.1/devtools/bin/obssync 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-devtools-2.21.4/devtools/bin/obssync 2011-09-30 12:23:58.000000000 +0200 @@ -0,0 +1,84 @@ +#!/bin/bash + +##### +#Usage: +# obssync [<OBS_Project>] +# +##### + +printhelp() +{ + echo "Usage: $0 <target-project>" + echo + echo "Synchronize changes from YaST:Head to target project. To synchronize with factory, use" + echo " $0 openSUSE:Factory" + echo + echo "OPTIONS:" + echo " -h, --help this message" + echo " -a, --api OBS API server" +} + +APIHOST=api.opensuse.org +TARGET_PROJECT="" + +# parse parameters +TEMP=`/usr/bin/getopt -o ha: --long help,api: \ + -n 'obssync' -- "$@"` + +# Note the quotes around `$TEMP': they are essential! +eval set -- "$TEMP" + +while true ; do + case "$1" in + -h|--help) printhelp; exit 0 ;; + -a|--api) APIHOST=$2; shift 2 ;; + --) shift ; TARGET_PROJECT=$1 ; break;; + *) echo "Unrecognized option $1" ; exit 1 ;; + # IMPORTANT: Remember to change that "getopt" call above, too + # if you change anything here! + esac +done + +if [ -z "$TARGET_PROJECT" ]; then + echo "Target project missing" + exit 1 +fi + +DEVEL_PROJECT="YaST:Head" +MESSAGE="Sync packages from YaST:Head devel project to $TARGET_PROJECT (using $APIHOST)" + +echo $MESSAGE +echo "Generating list of candidates..." + +PACKAGES=`osc -A https://$APIHOST list $DEVEL_PROJECT` + +TO_SUBMIT="" + +for package in $PACKAGES; do + + osc -A https://$APIHOST rdiff $DEVEL_PROJECT $package $TARGET_PROJECT | grep \\.changes + + if [ $? -eq 0 ]; then + echo "Changes in $package" + TO_SUBMIT="$TO_SUBMIT $package" + else + echo "Skipping $package" + fi + +done + +echo "Summary:" +echo "========" +echo "$TO_SUBMIT" +echo + +echo -n "Press ENTER to continue" + +read + +for package in $TO_SUBMIT; do + echo -n "$package: " + osc -A https://$APIHOST sr -m "$MESSAGE" $DEVEL_PROJECT $package $TARGET_PROJECT +done + +echo "Done" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/bin/showy2log new/yast2-devtools-2.21.4/devtools/bin/showy2log --- old/yast2-devtools-2.21.1/devtools/bin/showy2log 2011-08-19 09:50:34.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/bin/showy2log 2011-09-27 11:18:59.000000000 +0200 @@ -41,7 +41,7 @@ my $debuglvl = 0; my $vcs_id = '$Id: showy2log 40869 2007-09-12 11:50:09Z dfiser $'; -my $vcs_date = '$Date: 2007-09-12 13:50:09 +0200 (St, 12 sep 2007) $'; +my $vcs_date = '$Date: 2007-09-12 13:50:09 +0200 (Wed, 12 Sep 2007) $'; $vcs_id =~ /^\$[[:alpha:]]+: [^ ]+ ([^ ]+ [^ ]+ [^ ]+) [^ ]+.*$/; my $version = $1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-2.21.1/devtools/bin/version new/yast2-devtools-2.21.4/devtools/bin/version --- old/yast2-devtools-2.21.1/devtools/bin/version 2011-09-19 15:11:37.000000000 +0200 +++ new/yast2-devtools-2.21.4/devtools/bin/version 2011-09-27 11:22:11.000000000 +0200 @@ -1,5 +1,5 @@ #!/bin/bash -echo 2.21.0 +echo 2.21.2 continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
