commit eject for openSUSE:Factory

2013-03-27 Thread h_root
Hello community,

here is the log from the commit of package eject for openSUSE:Factory checked 
in at 2013-03-27 19:23:04

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


Package is eject, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/eject/eject.changes  2012-02-16 
10:05:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2013-03-27 
19:23:52.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 12:51:28 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---

Old:

  eject-2.1.0.tar.bz2

New:

  eject-2.1.0.tar.gz



Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.zemjrW/_old  2013-03-27 19:23:53.0 +0100
+++ /var/tmp/diff_new_pack.zemjrW/_new  2013-03-27 19:23:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eject
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -26,7 +26,7 @@
 Group:  System/Base
 Version:2.1.0
 Release:0
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://www.ibiblio.org/pub/Linux/utils/disk-management/%{name}-%{version}.tar.gz
 Patch1: %{name}-%{version}-subfs.diff
 Patch3: %{name}-%{version}-scsi.diff
 Patch4: %{name}-%{version}-po-cleanup.diff

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



commit eject for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package eject for openSUSE:Factory checked 
in at 2012-02-16 10:05:34

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


Package is eject, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/eject/eject.changes  2012-01-25 
15:01:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2012-02-16 
10:05:36.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 10 19:04:54 UTC 2012 - rschweik...@suse.com
+
+- place binary in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.u6A73d/_old  2012-02-16 10:05:37.0 +0100
+++ /var/tmp/diff_new_pack.u6A73d/_new  2012-02-16 10:05:37.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   eject
 BuildRequires:  automake
 BuildRequires:  recode
@@ -64,26 +63,31 @@
 aclocal
 automake -a
 autoconf
-%configure --bindir=/bin --enable-default-device=/dev/cdrom
+%configure --enable-default-device=/dev/cdrom
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mv $RPM_BUILD_ROOT/bin/volname $RPM_BUILD_ROOT%{_bindir}
+#UsrMerge
+mkdir -p $RPM_BUILD_ROOT/bin
+ln -sf %{_bindir}/eject $RPM_BUILD_ROOT/bin
+#EndUsrMerge
 %find_lang %{name}
 
 %post
-%set_permissions /bin/eject
+%set_permissions %{_bindir}/eject
 
 %verifyscript
-%verify_permissions -e /bin/eject
+%verify_permissions -e %{_bindir}/eject
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README COPYING ChangeLog TODO PORTING
 %doc %{_mandir}/man?/*
-%verify(not mode) %attr(4750,root,audio) /bin/eject
+%verify(not mode) %attr(4750,root,audio) %{_bindir}/eject
 %{_bindir}/*
+#UsrMerge
+/bin/eject
+#EndUsrMerge
 
 %changelog

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



commit eject for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package eject for openSUSE:Factory checked 
in at 2012-01-25 15:01:12

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


Package is eject, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/eject/eject.changes  2011-12-12 
16:59:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2012-01-25 
15:01:15.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 24 16:31:59 UTC 2012 - lnus...@suse.de
+
+- use %set_permissions instead of the obsolete %run_permissions
+- don't install INSTALL
+
+---
+Mon Jan 23 14:06:56 UTC 2012 - crrodrig...@opensuse.org
+
+- Build with -pie and full RELRO 
+
+---



Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.0aVSHk/_old  2012-01-25 15:01:16.0 +0100
+++ /var/tmp/diff_new_pack.0aVSHk/_new  2012-01-25 15:01:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eject
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   eject
 BuildRequires:  automake
 BuildRequires:  recode
@@ -57,6 +59,8 @@
 %patch9 -p1
 
 %build
+export CFLAGS=%optflags -fpie
+export LDFLAGS=-pie  -Wl,-z,relro,-z,now
 aclocal
 automake -a
 autoconf
@@ -70,13 +74,14 @@
 %find_lang %{name}
 
 %post
-%run_permissions
+%set_permissions /bin/eject
+
 %verifyscript
 %verify_permissions -e /bin/eject
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc README COPYING ChangeLog TODO PORTING INSTALL
+%doc README COPYING ChangeLog TODO PORTING
 %doc %{_mandir}/man?/*
 %verify(not mode) %attr(4750,root,audio) /bin/eject
 %{_bindir}/*

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



commit eject for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package eject for openSUSE:Factory checked 
in at 2011-12-12 16:56:26

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


Package is eject, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/eject/eject.changes  2011-12-01 
12:23:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2011-12-12 
16:59:18.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 16:07:03 UTC 2011 - vci...@suse.com
+
+- fixed segfault when unmounting devices (bnc#716644)
+
+---

New:

  eject-2.1.0-regfree_segfault.patch



Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.O9FtpX/_old  2011-12-12 16:59:49.0 +0100
+++ /var/tmp/diff_new_pack.O9FtpX/_new  2011-12-12 16:59:49.0 +0100
@@ -19,10 +19,10 @@
 BuildRequires:  automake
 BuildRequires:  recode
 BuildRequires:  sg3_utils-devel
-License:GPL-2.0+
-Group:  System/Base
 Url:http://eject.sourceforge.net/
 Summary:A Program to Eject Media under Software Control
+License:GPL-2.0+
+Group:  System/Base
 Version:2.1.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
@@ -33,6 +33,8 @@
 Patch6: %{name}-%{version}-toggle.diff
 Patch7: %{name}-%{version}-status.diff
 Patch8: %{name}-%{version}-umount.diff
+# PATCH-FIX-SUSE fix segfault when unmounting (bnc#716644)
+Patch9: eject-2.1.0-regfree_segfault.patch
 PreReq: permissions
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,6 +54,7 @@
 %patch6
 %patch7
 %patch8
+%patch9 -p1
 
 %build
 aclocal

++ eject-2.1.0-regfree_segfault.patch ++
Index: eject-2.1.0/eject.c
===
--- eject-2.1.0.orig/eject.c2011-12-06 16:56:02.0 +0100
+++ eject-2.1.0/eject.c 2011-12-08 13:44:43.811127406 +0100
@@ -850,6 +850,7 @@
if (fp == NULL)
{
fprintf(stderr, _(unable to open %s: %s\n),(p_option ? 
/proc/mounts : /etc/mtab), strerror(errno));
+   regfree(preg);
exit(1);
}
 
@@ -883,10 +884,10 @@
if (v_option)
printf(_(%s: unmounting `%s'\n), 
programName, s1);
Unmount(s1);
-   regfree(preg);
}
}
}
+   regfree(preg);
FCLOSE(fp);
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eject for openSUSE:Factory

2011-09-20 Thread h_root

Hello community,

here is the log from the commit of package eject for openSUSE:Factory
checked in at Tue Sep 20 12:53:11 CEST 2011.




--- eject/eject.changes 2008-06-02 23:22:02.0 +0200
+++ /mounts/work_src_done/STABLE/eject/eject.changes2011-09-19 
00:51:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ eject.spec ++
--- /var/tmp/diff_new_pack.qhzPK3/_old  2011-09-20 12:53:07.0 +0200
+++ /var/tmp/diff_new_pack.qhzPK3/_new  2011-09-20 12:53:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package eject (Version 2.1.0)
+# spec file for package eject
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   eject
@@ -23,7 +22,6 @@
 License:GPL v2 or later
 Group:  System/Base
 Url:http://eject.sourceforge.net/
-AutoReqProv:on
 Summary:A Program to Eject Media under Software Control
 Version:2.1.0
 Release:143
@@ -45,12 +43,6 @@
 supported by some devices, and close the disc tray of some CD-ROM
 drives.
 
-
-
-Authors:
-
-Jeff Tranter tran...@pobox.com
-
 %prep
 %setup -q
 %patch1
@@ -65,8 +57,8 @@
 aclocal
 automake -a
 autoconf
-./configure --prefix=%{_prefix} --bindir=/bin --mandir=%{_mandir} 
--enable-default-device=/dev/cdrom
-make
+%configure --bindir=/bin --enable-default-device=/dev/cdrom
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -74,9 +66,6 @@
 mv $RPM_BUILD_ROOT/bin/volname $RPM_BUILD_ROOT%{_bindir}
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %run_permissions
 %verifyscript






Remember to have fun...

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