Hello community,

here is the log from the commit of package wadptr for openSUSE:Factory
checked in at Tue Aug 16 13:32:17 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/wadptr/wadptr.changes  2011-08-06 
22:22:34.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sat Aug  6 10:42:37 UTC 2011 - [email protected]
+
+- Update to new upstream release 2.4
+- Dropped 3 merged patches

calling whatdependson for head-i586


New:
----
  wadptr-2.4.tar.xz
  wadptr-automake.diff
  wadptr.changes
  wadptr.spec

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

Other differences:
------------------
++++++ wadptr.spec ++++++
#
# spec file for package wadptr
#
# 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/
#



Name:           wadptr
Version:        2.4
Release:        1
Group:          Development/Tools/Building
Summary:        Redundancy compressor for Doom WAD files
License:        GPLv2+
Url:            http://soulsphere.org/projects/wadptr/

Source:         wadptr-%version.tar.xz
Patch1:         wadptr-automake.diff

BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  xz

%description
WADptr is a utility for reducing the size of Doom WAD files. The
"compressed" WADs will still work the same as the originals. The
program works by exploiting the WAD file format to combine repeated /
redundant material.

Authors:
--------
        Simon "Fraggle" Howard
        Andreas Dehmel

%prep
%setup
%patch -P 1 -p1

%build
autoreconf -fi;
%configure --docdir=%_docdir/%name
make %{?_smp_mflags};
perl -i -pe 's/\x0d//gs' wadptr.txt;

%install
b="%buildroot";
make install DESTDIR="$b";

%files
%defattr(-,root,root)
%_bindir/*
%doc %_docdir/%name

%changelog
++++++ wadptr-automake.diff ++++++
From: Jan Engelhardt <[email protected]>
Date: May 30 2011

Easier, simpler Makefiles.
---
 Makefile.am  |    8 ++++++++
 configure.ac |    6 ++++++
 2 files changed, 14 insertions(+)

Index: wadptr-2.4/Makefile.am
===================================================================
--- /dev/null
+++ wadptr-2.4/Makefile.am
@@ -0,0 +1,8 @@
+# -*- Makefile -*-
+
+AM_CFLAGS = -DANSILIBS -DNORMALUNIX -O3
+
+bin_PROGRAMS = wadptr
+wadptr_SOURCES = main.c errors.c lumps.c waddir.c wadmerge.c
+
+doc_DATA = wadptr.txt
Index: wadptr-2.4/configure.ac
===================================================================
--- /dev/null
+++ wadptr-2.4/configure.ac
@@ -0,0 +1,6 @@
+AC_INIT([wadptr], [2.3])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
+AC_PROG_CC
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT

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



Remember to have fun...

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

Reply via email to