Hello community,

here is the log from the commit of package pw3270 for openSUSE:Factory checked 
in at 2017-09-26 21:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pw3270 (Old)
 and      /work/SRC/openSUSE:Factory/.pw3270.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pw3270"

Tue Sep 26 21:15:22 2017 rev:4 rq:526101 version:5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pw3270/pw3270.changes    2016-12-13 
19:34:12.455600432 +0100
+++ /work/SRC/openSUSE:Factory/.pw3270.new/pw3270.changes       2017-09-26 
21:16:23.897729610 +0200
@@ -1,0 +2,42 @@
+Thu Sep 14 00:28:23 UTC 2017 - jeng...@inai.de
+
+- Put libpw3270 into its own package (shared library guideline).
+- Drop require on /usr/bin/openssl, this is unusual for a library
+  to request.
+- %configure already sets CFLAGS,CXXFLAGS, do not set it again.
+  Replace old RPM variables. Remove redundant %clean section.
+  Do not run fdupes across hardlink boundaries.
+- Fix one RPM category. Trim redundant words from description.
+
+-------------------------------------------------------------------
+Wed Sep 13 13:51:34 UTC 2017 - erico.mendo...@suse.com
+
+- fix_actions.patch: patch is no longer necessary.
+- keypad_update.patch: patch is no longer necessary.
+- mutex_include.patch: patch is no longer necessary.
+- gtk2-fixes.patch: patch is no longer necessary.
+- file_chooser.patch: patch is no longer necessary.
+- fix_oorexx_charset.patch: patch is no longer necessary.
+
+-------------------------------------------------------------------
+Wed Sep 13 12:25:12 UTC 2017 - perry.wern...@gmail.com
+
+- Updating to the latest git level, closing package for distribution.
+- Java, Rexx, PHP, Mono and other extensions for scripting are now separated 
packages.
+
+-------------------------------------------------------------------
+Thu Jan 26 12:37:48 UTC 2017 - perry.wern...@gmail.com
+
+- Fixing .deb builds. 
+
+-------------------------------------------------------------------
+Thu Jan 19 16:36:08 UTC 2017 - perry.wern...@gmail.com
+
+- Removing unused sources, refactoring Makefiles, build & installation
+
+-------------------------------------------------------------------
+Tue Dec 27 16:00:33 UTC 2016 - perry.wern...@gmail.com
+
+- Updating deb dependencies.
+
+-------------------------------------------------------------------
@@ -65,0 +108 @@
+

Old:
----
  debian-php5.tar.gz
  debian.tar.gz
  file_chooser.patch
  fix_actions.patch
  fix_oorexx_charset.patch
  gtk2-fixes.patch
  keypad_update.patch
  mutex_include.patch
  pw3270-5.0.tar.bz2
  pw3270-Debian_7.0.dsc
  pw3270-xUbuntu_12.04.dsc
  pw3270-xUbuntu_14.04.dsc
  pw3270.rpmlintrc

New:
----
  debian.changelog
  debian.compat
  debian.control
  debian.rules
  pw3270-5.1.tar.bz2

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

Other differences:
------------------
++++++ pw3270.spec ++++++
++++ 700 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/pw3270/pw3270.spec
++++ and /work/SRC/openSUSE:Factory/.pw3270.new/pw3270.spec

++++++ debian.changelog ++++++
pw3270 (5.1-0) unstable; urgency=low

  * Initial Release

 -- Perry Werneck <perry.wern...@gmail.com>  Wed, 2 May 2012 15:20:56 -0300


++++++ debian.compat ++++++
9

++++++ debian.control ++++++
Source: pw3270
Section: unknown
Priority: optional
Maintainer: Perry Werneck <perry.wern...@gmail.com>
Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk-3-dev, 
gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, libssl-dev, 
librsvg2-bin

Package: pw3270
Architecture: any
Depends: ${shlibs:Depends}, lib3270 (= ${binary:Version})
Description: IBM 3270 Terminal emulator for gtk
 IBM 3270 terminal emulator gtk. It can be used to communicate with
 any IBM host that supports 3270-style connections over TELNET.

Package: lib3270
Architecture: any
Section: libs
Depends: ${misc:Depends}
Description: pw3270 shared libraries.
 This package contains the pw3270 shared library for the core application.

Package: lib3270-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, lib3270 (= ${binary:Version}), pkg-config
Description: lib3270 development files.
 This package contains the files needed for development of lib3270 based 
applications

Package: pw3270-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libdbus-1-dev, lib3270-dev (= ${binary:Version}), 
pw3270 (= ${binary:Version})
Description: lib3270 development files.
 This package contains the files needed for development of pw3270 extensions 
and plugins

Package: pw3270-plugin-dbus
Architecture: any
Depends: ${misc:Depends}, pw3270 (= ${binary:Version}), libdbus-1-3
Description: DBUS plugin for pw3270.
 This package contains the plugin allowing scripting of a pw3270 session using 
dbus calls.

Package: pw3270-dbg
Architecture: any
Depends: lib3270 (= ${binary:Version}), pw3270 (= ${binary:Version}), 
${misc:Depends}
Description: Debugging symbols for pw3270/lib3270
 This package contains the debugging symbols for pw3270's internal libs.

++++++ debian.rules ++++++
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# This is the debhelper compatibility version to use.
export DH_COMPAT=9

# Name of the package
PACKAGE_NAME=pw3270

CFLAGS = -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
CFLAGS += -O2
endif

build: build-stamp
build-stamp:
        dh_testdir

        # Add here commands to compile the package.
        aclocal
        autoconf
        ./configure --prefix=/usr
        rm -f debian/*.install
        make Release
        # --- end custom part for compiling

        touch build-stamp

clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp

        # Add here commands to clean up after the build process.
        if [ -e Makefile ]; then make clean ; fi
        # --- end custom part for cleaning up

        dh_clean

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs

        # Build package
        make all

        # Install main library
        make DESTDIR=$(PWD)/debian/lib3270 install-lib

        # Install pw3270's GUI
        make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME) install-app

        # Install lib3270-sdk
        make DESTDIR=$(PWD)/debian/lib3270-dev -C sdk install-lib3270

        # Install $(PACKAGE_NAME)-sdk
        make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME)-dev -C sdk 
install-$(PACKAGE_NAME)
        make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME)-dev -C src/libpw3270cpp 
install

        mkdir -p $(PWD)/debian/lib3270-dev/lib3270
        install --mode=644 src/include/lib3270.h $(PWD)/debian/lib3270-dev
        install --mode=644 src/include/lib3270/*.h 
$(PWD)/debian/lib3270-dev/lib3270

        # Install DBUS plugin
        make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME)-plugin-dbus -C 
src/plugins/dbus3270/ install

        # Get file lists
        find $(PWD)/debian/lib3270 -type f | sed -e 
"s@^$(PWD)/debian/lib3270/@/@g" > $(PWD)/debian/lib3270.install
        find $(PWD)/debian/$(PACKAGE_NAME) -type f | sed -e 
"s@^$(PWD)/debian/$(PACKAGE_NAME)/@/@g" > $(PWD)/debian/$(PACKAGE_NAME).install
        find $(PWD)/debian/$(PACKAGE_NAME)-plugin-dbus -type f | sed -e 
"s@^$(PWD)/debian/$(PACKAGE_NAME)-plugin-dbus/@/@g" > 
$(PWD)/debian/$(PACKAGE_NAME)-plugin-dbus.install
        find $(PWD)/debian/lib3270-dev -type f | sed -e 
"s@^$(PWD)/debian/lib3270-dev/@/@g" > $(PWD)/debian/lib3270-dev.install
        find $(PWD)/debian/$(PACKAGE_NAME)-dev -type f | sed -e 
"s@^$(PWD)/debian/$(PACKAGE_NAME)-dev/@/@g" > 
$(PWD)/debian/$(PACKAGE_NAME)-dev.install
        # --- end custom part for installing

# Build architecture-independent files here.
binary-indep: build install
        # We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
        dh_testdir
        dh_testroot
#       dh_installdebconf
        dh_installdocs AUTHORS LICENSE
        dh_installexamples
        dh_installmenu
#       dh_installlogrotate
#       dh_installemacsen
#       dh_installpam
#       dh_installmime
#       dh_installinit
        dh_installcron
        dh_installman
        dh_installinfo
#       dh_undocumented
        dh_installchangelogs
        dh_link
        dh_strip --dbg-package=pw3270-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs
        dh_installdeb
#       dh_perl
        dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
++++++ pw3270-5.0.tar.bz2 -> pw3270-5.1.tar.bz2 ++++++
++++ 119633 lines of diff (skipped)

++++++ pw3270.dsc ++++++
--- /var/tmp/diff_new_pack.wujlJD/_old  2017-09-26 21:16:25.929443972 +0200
+++ /var/tmp/diff_new_pack.wujlJD/_new  2017-09-26 21:16:25.929443972 +0200
@@ -1,15 +1,13 @@
-Debtransform-Tar: pw3270-5.0.tar.bz2
-Debtransform-Files-Tar: debian.tar.gz
 Format: 1.0
 Source: pw3270
-Version: 5.0-1
+Version: 5.1-0
 Binary: pw3270
 Maintainer: Perry Werneck <perry.wern...@gmail.com>
 Architecture: any
-Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, 
libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, 
libssl-dev, xsltproc, librsvg2-bin, zip, oorexx-dev, imagemagick, php5-dev, 
default-jdk, python-dev
+Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, 
pkg-config, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, 
libdbus-glib-1-dev, xsltproc, librsvg2-bin, optipng
 Standards-Version: 3.9.1.0
-DEBTRANSFORM-RELEASE: 1
+DEBTRANSFORM-RELEASE: 0
 Files: 
- 00000000000000000000000000000000 000000 pw3270-5.0.tar.bz2
- 00000000000000000000000000000000 000000 debian.tar.gz
+ 00000000000000000000000000000000 000000 pw3270-5.1.tar.bz2
+
 


Reply via email to