commit wadptr for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package wadptr for openSUSE:Factory checked 
in at 2012-01-20 20:25:53

Comparing /work/SRC/openSUSE:Factory/wadptr (Old)
 and  /work/SRC/openSUSE:Factory/.wadptr.new (New)


Package is wadptr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wadptr/wadptr.changes2011-09-23 
12:50:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.wadptr.new/wadptr.changes   2012-01-20 
20:27:41.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 13:18:44 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ wadptr.spec ++
--- /var/tmp/diff_new_pack.zdqSRQ/_old  2012-01-20 20:27:48.0 +0100
+++ /var/tmp/diff_new_pack.zdqSRQ/_new  2012-01-20 20:27:48.0 +0100
@@ -15,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   wadptr
 Version:2.4
-Release:1
+Release:0
 Group:  Development/Tools/Building
 Summary:Redundancy compressor for Doom WAD files
-License:GPLv2+
+License:GPL-2.0+
 Url:http://soulsphere.org/projects/wadptr/
 
 Source: wadptr-%version.tar.xz
 Patch1: wadptr-automake.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 BuildRequires:  xz
 
 %description
@@ -37,11 +36,6 @@
 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


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



commit wadptr for openSUSE:Factory

2011-08-16 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/wadptr/wadptr.changes  2011-08-06 
22:22:34.0 +0200
@@ -0,0 +1,5 @@
+---
+Sat Aug  6 10:42:37 UTC 2011 - jeng...@medozas.de
+
+- 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 jeng...@medozas.de
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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org