commit genromfs for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package genromfs for openSUSE:Factory 
checked in at 2015-04-22 01:19:22

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


Package is genromfs

Changes:

--- /work/SRC/openSUSE:Factory/genromfs/genromfs.changes2014-10-07 
16:01:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.genromfs.new/genromfs.changes   2015-04-22 
01:19:23.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 14:12:43 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ genromfs.spec ++
--- /var/tmp/diff_new_pack.AKPcWK/_old  2015-04-22 01:19:23.0 +0200
+++ /var/tmp/diff_new_pack.AKPcWK/_new  2015-04-22 01:19:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package genromfs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,6 @@
 License:GPL-2.0+
 Group:  System/Boot
 Url:http://romfs.sourceforge.net
-
 Source: http://downloads.sf.net/romfs/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -33,25 +32,19 @@
 Romfs file systems were traditionally used for the initial RAM disks
 used during installation.
 
-
-
-Authors:
-
-Janos Farkas che...@shadow.banki.hu
-
 %prep
-%setup
+%setup -q
 
 %build
-make CC=%{__cc} CFLAGS=$RPM_OPT_FLAGS -DVERSION=\\\%{version}\\\ LDFLAGS=
+make %{?_smp_mflags} CC=gcc CFLAGS=%{optflags} 
-DVERSION=\\\%{version}\\\ LDFLAGS=
 
 %install
-make PREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install
+make PREFIX=%{buildroot} mandir=%{_mandir} install
 
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS ChangeLog genromfs.lsm romfs.txt
 %doc %{_mandir}/man8/genromfs.8.gz
-%_bindir/genromfs
+%{_bindir}/genromfs
 
 %changelog




commit genromfs for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package genromfs for openSUSE:Factory 
checked in at 2014-10-07 16:00:21

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


Package is genromfs

Changes:

--- /work/SRC/openSUSE:Factory/genromfs/genromfs.changes2011-10-04 
18:10:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.genromfs.new/genromfs.changes   2014-10-07 
16:01:11.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  6 11:19:01 UTC 2014 - pgaj...@suse.com
+
+- fix source URL
+
+---
+Mon Oct  6 10:20:20 UTC 2014 - jeng...@inai.de
+
+- Remove ancient/unused spec tags/sections
+- Use Source URLs and update the description
+
+---

Old:

  genromfs-0.5.2.tar.bz2

New:

  genromfs-0.5.2.tar.gz



Other differences:
--
++ genromfs.spec ++
--- /var/tmp/diff_new_pack.goFJg2/_old  2014-10-07 16:01:14.0 +0200
+++ /var/tmp/diff_new_pack.goFJg2/_new  2014-10-07 16:01:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package genromfs
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,25 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   genromfs
+Version:0.5.2
+Release:0
+Summary:Utility for Creating romfs File Systems
 License:GPL-2.0+
 Group:  System/Boot
-AutoReqProv:on
-Version:0.5.2
-Release:74
 Url:http://romfs.sourceforge.net
-Source: %{name}-%{version}.tar.bz2
+
+Source: http://downloads.sf.net/romfs/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Utility for Creating romfs File Systems
 
 %description
 Genromfs is a tool for creating romfs file systems, which are
 lightweight, read-only file systems supported by the Linux kernel.
-Romfs file systems are mainly used for the initial RAM disks used
-during installation.
+Romfs file systems were traditionally used for the initial RAM disks
+used during installation.
 
 
 
@@ -50,13 +48,10 @@
 %install
 make PREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COPYING NEWS ChangeLog genromfs.lsm romfs.txt
 %doc %{_mandir}/man8/genromfs.8.gz
-/usr/bin/genromfs
+%_bindir/genromfs
 
 %changelog

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



commit genromfs for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package genromfs for openSUSE:Factory 
checked in at 2011-12-06 18:12:05

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


Package is genromfs, Maintainer is pgaj...@suse.com

Changes:




Other differences:
--
++ genromfs.spec ++
--- /var/tmp/diff_new_pack.goKw9e/_old  2011-12-06 18:17:24.0 +0100
+++ /var/tmp/diff_new_pack.goKw9e/_new  2011-12-06 18:17:24.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   genromfs
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  System/Boot
 AutoReqProv:on
 Version:0.5.2

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



commit genromfs for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package genromfs for openSUSE:Factory
checked in at Tue Oct 4 18:10:43 CEST 2011.




--- openSUSE:Factory/genromfs/genromfs.changes  2011-09-23 01:59:33.0 
+0200
+++ /mounts/work_src_done/STABLE/genromfs/genromfs.changes  2011-09-30 
17:09:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 15:09:42 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ genromfs.spec ++
--- /var/tmp/diff_new_pack.w8aeLb/_old  2011-10-04 18:10:39.0 +0200
+++ /var/tmp/diff_new_pack.w8aeLb/_new  2011-10-04 18:10:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package genromfs (Version 0.5.2)
+# spec file for package genromfs
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -45,7 +45,7 @@
 %setup
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS -DVERSION=\\\%{version}\\\ LDFLAGS=
+make CC=%{__cc} CFLAGS=$RPM_OPT_FLAGS -DVERSION=\\\%{version}\\\ LDFLAGS=
 
 %install
 make PREFIX=$RPM_BUILD_ROOT mandir=%{_mandir} install

continue with q...



Remember to have fun...

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